<xs:simpleType name="AdsMLColorTypeCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="Black" adsml-sx:longName="Black (only), also called Mono in some regions" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BlackMetallic" adsml-sx:longName="Black plus metallic(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BlackMetallicSpot" adsml-sx:longName="Black plus spot color(s) and metallic(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BlackSpot" adsml-sx:longName="Black plus spot color(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BlackUnknownSpotCount" adsml-sx:longName="Black plus an unknown number of spot colors to be provided later" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="FullColor" adsml-sx:longName="Four (4) color ad, CMYK" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="FullColorMetallic" adsml-sx:longName="Four (4) color ad, CMYK, plus metallic(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="FullColorMetallicSpot" adsml-sx:longName="Four (4) color ad, CMYK, plus metallic(s) and spot(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="FullColorSpot" adsml-sx:longName="Four (4) color ad, CMYK, plus spot(s) as listed in color name list" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Metallic" adsml-sx:longName="Metallic(s) as listed in color name list, no black or spot" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="MetallicSpot" adsml-sx:longName="Metallic(s) and spot(s) as listed in color name list, no black" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="ProcessColor" adsml-sx:longName="Specific process color(s) as listed in the color name list. If only the standard CMYK colors will be used it is recommended that you specify 'FullColor' instead." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="ProcessColorMetallic" adsml-sx:longName="Process color(s) and metallic(s) as listed in the color name list. If only the standard CMYK colors will be used it is recommended that you specify 'FullColorMetallic' instead." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="ProcessColorMetallicSpot" adsml-sx:longName="Process color(s), metallic(s) and spot(s) as listed in the color name list. If only the standard CMYK colors will be used it is recommended that you specify 'FullColorMetallicSpot' instead." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="ProcessColorSpot" adsml-sx:longName="Process color(s) and spot(s) as listed in the color name list. If only the standard CMYK colors will be used it is recommended that you specify 'FullColorSpot' instead." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Special" adsml-sx:longName="Special color with description of actions to be followed in special requirements" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Spot" adsml-sx:longName="Spot color(s) as listed in color name list, no black or metallic" 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>
</xs:simpleType>
|