namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||
type | restriction of xs:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xs:simpleType name="ObjectDataCompressionWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:maxLength value="255"/> <xs:enumeration value="None"/> <xs:enumeration value="Deflate"/> <xs:enumeration value="Gzip"/> <xs:enumeration value="Compress"/> <!-- ZIP - [RFC1951] --> <!-- GNU ZIP - [RFC1952] --> <!-- UNIX - [RFC1977] --> </xs:restriction> <!-- data compression (if any) of data/messages for this object --> <!-- see IPP compression-supported - section 4.4.32 [RFC2911] --> </xs:simpleType> |