Definition Type: ComplexType
Name: PrintJobTicketDefaultType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PrintJobTicket.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PrintJobProcessing Drilldown into PrintJobDescription Drilldown into PrintDocumentProcessing Drilldown into MustHonorXSD Diagram of PrintJobTicketDefaultType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="PrintJobTicketDefaultType">
    <xs:sequence>
        <xs:element name="PrintDocumentProcessing" type="PrintDocumentProcessingDefaultType" minOccurs="0" />
        <xs:element ref="PrintJobDescription" minOccurs="0" />
        <xs:element name="PrintJobProcessing" type="PrintJobProcessingDefaultType" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="MustHonor" />
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PrintDocumentProcessing pwg:PrintDocumentProcessing 0 (1)
PrintJobDescription pwg:PrintJobDescription 0 (1)
PrintJobProcessing pwg:PrintJobProcessing 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
MustHonor pwg:MustHonor (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:DefaultPrintJobTicket