element Base
diagram NYS_PSIReport_Model_diagrams/NYS_PSIReport_Model_p531.png
namespace http://niem.gov/niem/appinfo/2.0
properties
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
i:namexsd:NCNamerequired      
i:namespacexsd:anyURIoptional      
annotation
documentation
The Base element provides a mechanism for
      indicating base types and base elements in schema, for the cases in
      which XML Schema mechanisms are insufficient. For example, it is used
      to indicate Object or Association bases.
source <xsd:element name="Base">
 
<xsd:annotation>
   
<xsd:documentation>The Base element provides a mechanism for
      indicating base types and base elements in schema, for the cases in
      which XML Schema mechanisms are insufficient. For example, it is used
      to indicate Object or Association bases.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:attribute name="name" type="xsd:NCName" use="required"/>
   
<xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/>
 
</xsd:complexType>
</xsd:element>

attribute Base/@name
namespace http://niem.gov/niem/appinfo/2.0
type xsd:NCName
properties
isRef 0
use required
source <xsd:attribute name="name" type="xsd:NCName" use="required"/>

attribute Base/@namespace
namespace http://niem.gov/niem/appinfo/2.0
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy