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