<xs:simpleType name="AdsMLColorTypeCV">
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="Black" adsml-sx:longName="Black (only)" 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="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="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="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="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="Process color(s) as listed in color name list unless all process colors are used (e.g. full color) then there is no need to specify color names" 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 color name list" 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 color name list" 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 color name list" 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="-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: Proposed -->
</xs:simpleType>
|