| namespace | http://www.pwg.org/schemas/2012/12/sm | |||||||||||||||||||||||||||||||||
| type | restriction of xs:NMTOKEN | |||||||||||||||||||||||||||||||||
| properties | 
 | |||||||||||||||||||||||||||||||||
| used by | 
 | |||||||||||||||||||||||||||||||||
| facets | 
 | |||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="ConsoleLightColorWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Other"/> <xs:enumeration value="Unknown"/> <xs:enumeration value="White"/> <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="Orange"/> </xs:restriction> <!-- console light color --> <!-- see PrtConsoleColorTC in [RFC3805] --> </xs:simpleType> |