| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||||||||||||||||||||
| type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||
| used by | 
 | ||||||||||||||||||||||||||||||||||||
| facets | 
 | ||||||||||||||||||||||||||||||||||||
| source | <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> |