Definition Type: SimpleType
Name: ObjectDataCompressionWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ObjectDataCompressionWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Facets:
Facet Value
Enumeration None
Enumeration Deflate
Enumeration Gzip
Enumeration Compress
MaxLength 255