namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||||||||||||||
type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
source | <xs:simpleType name="ColorEntryWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="BlackAndWhite1"/> <xs:enumeration value="Grayscale4"/> <xs:enumeration value="Grayscale8"/> <xs:enumeration value="Grayscale16"/> <xs:enumeration value="RGB24"/> <xs:enumeration value="RGB48"/> <xs:enumeration value="RGBa32"/> <xs:enumeration value="RGBa64"/> <xs:enumeration value="CMYK32"/> </xs:restriction> </xs:simpleType> |