Definition Type: SimpleType
Name: MediaColorWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: MediaWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of MediaColorWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="MediaColorWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:maxLength value="255" />
        <xs:enumeration value="no-color" />
        <xs:enumeration value="white" />
        <xs:enumeration value="pink" />
        <xs:enumeration value="yellow" />
        <xs:enumeration value="blue" />
        <xs:enumeration value="green" />
        <xs:enumeration value="buff" />
        <xs:enumeration value="goldenrod" />
        <xs:enumeration value="red" />
        <xs:enumeration value="gray" />
        <xs:enumeration value="ivory" />
        <xs:enumeration value="orange" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration no-color
Enumeration white
Enumeration pink
Enumeration yellow
Enumeration blue
Enumeration green
Enumeration buff
Enumeration goldenrod
Enumeration red
Enumeration gray
Enumeration ivory
Enumeration orange
MaxLength 255