<xs:simpleType name="AdsMLEncodingCV">
<xs:restriction base="adsml:EncodingRootType">
<xs:enumeration value="Base64" adsml-sx:longName="Base64 (See 'The Base16, Base32, and Base64 Data Encodings.' RFC 3548)" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BinHex" adsml-sx:longName="BinHex 4.0 (See 'MIME Content Type for BinHex Encoded Files.' RFC 1741)" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="MacBinary" adsml-sx:longName="Combines the two forks of a Mac file. " xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="QuotedPrintable" adsml-sx:longName="Quoted-printable (See 'Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies' RFC 2045)" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="UUEncode" adsml-sx:longName="email suitable binary. " xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
</xs:restriction>
<!-- Status of CV: Approved -->
</xs:simpleType>
|