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