Definition Type: SimpleType
Name: ColorantWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ColorantWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="ColorantWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="Other" />
        <xs:enumeration value="Unknown" />
        <xs:enumeration value="Red" />
        <xs:enumeration value="Green" />
        <xs:enumeration value="Blue" />
        <xs:enumeration value="Cyan" />
        <xs:enumeration value="Magenta" />
        <xs:enumeration value="Yellow" />
        <xs:enumeration value="Black" />
        <xs:enumeration value="Orange" />
        <xs:enumeration value="White" />
    </xs:restriction>
    <!-- console light color -->
    <!-- see PrtConsoleColorTC in [RFC3805] -->
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Other
Enumeration Unknown
Enumeration Red
Enumeration Green
Enumeration Blue
Enumeration Cyan
Enumeration Magenta
Enumeration Yellow
Enumeration Black
Enumeration Orange
Enumeration White