Documentation for ATIS-Draft-03-00-79

Complex Type: DatabaseNumber

[Table of contents]

Super-types: xs:base64Binary < DatabaseNumber-string (by restriction) < DatabaseNumber (by extension)
Sub-types: None
Name DatabaseNumber
Used by (from the same schema document) Complex Type Database , Complex Type DatabaseIdentity
Abstract no
XML Instance Representation
<...
EncodingType=" xs:NMTOKEN (value comes from list: {'base64Binary'}) [1]">
DatabaseNumber-string
</...>
Diagram
Schema Component Representation
<xs:complexType name="DatabaseNumber">
<xs:simpleContent>
<xs:extension base=" DatabaseNumber-string ">
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
<xs:restriction base=" xs:NMTOKEN ">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>