Definition Type: SimpleType
Name: PrintJobElementNamesWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PrintJobElementNamesWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="PrintJobElementNamesWKV">
    <xs:restriction base="xs:string">
        <xs:maxLength value="255" />
        <xs:whiteSpace value="preserve" />
        <xs:enumeration value="PrintJobReceipt" />
        <xs:enumeration value="PrintJobStatus" />
        <xs:enumeration value="PrintJobTicket" />
        <xs:enumeration value="PrintJobCounters" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration PrintJobReceipt
Enumeration PrintJobStatus
Enumeration PrintJobTicket
Enumeration PrintJobCounters
MaxLength 255
Whitespace Preserve