Documentation for ATIS-Draft-03-00-79

Complex Type: ExtendedInfo

[Table of contents]

Super-types: xs:base64Binary < ExtendedInfo-string (by restriction) < ExtendedInfo (by extension)
Sub-types: None
Name ExtendedInfo
Used by (from the same schema document) Complex Type DirectoryDetailReply , Complex Type DirectoryExtendedInformationEntry
Abstract no
XML Instance Representation
<...
EncodingType=" xs:NMTOKEN (value comes from list: {'base64Binary'}) [1]">
ExtendedInfo-string
</...>
Diagram
Schema Component Representation
<xs:complexType name="ExtendedInfo">
<xs:simpleContent>
<xs:extension base=" ExtendedInfo-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>