Documentation for ATIS-Draft-03-00-79

Complex Type: Setting-ExtendedInformation

[Table of contents]

Super-types: xs:base64Binary < Setting-ExtendedInformation-string (by restriction) < Setting-ExtendedInformation (by extension)
Sub-types: None
Name Setting-ExtendedInformation
Abstract no
XML Instance Representation
<...
EncodingType=" xs:NMTOKEN (value comes from list: {'base64Binary'}) [1]">
Setting-ExtendedInformation-string
</...>
Diagram
Schema Component Representation
<xs:complexType name="Setting-ExtendedInformation">
<xs:simpleContent>
<xs:extension base=" Setting-ExtendedInformation-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>