Definition Type: Element
Name: PrintJob
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PrintJobTicket Drilldown into PrintJobStatus Drilldown into PrintJobReceiptXSD Diagram of PrintJob
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PrintJob" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PrintJobReceipt" minOccurs="0" />
            <xs:element ref="PrintJobStatus" minOccurs="0" />
            <xs:element ref="PrintJobTicket" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PrintJobReceipt pwg:PrintJobReceipt 0 (1)
PrintJobStatus pwg:PrintJobStatus 0 (1)
PrintJobTicket pwg:PrintJobTicket 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded