Definition Type: Element
Name: PrinterWithJobs
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into SourceServiceUuid Drilldown into AvailableJobs Drilldown into DestinationServiceUuidXSD Diagram of PrinterWithJobs
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PrinterWithJobs" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DestinationServiceUuid" />
            <xs:element name="AvailableJobs">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="AvailablePrintJobSummary" type="AvailablePrintJobSummaryType" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element ref="SourceServiceUuid" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DestinationServiceUuid pwg:DestinationServiceUuid (1) (1)
AvailableJobs pwg:AvailableJobs (1) (1)
SourceServiceUuid pwg:SourceServiceUuid (1) (1)