Definition Type: ComplexType
Name: UpdatePrintJobStateRequestType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PrintJobTicket Drilldown into PrintJobStatus Drilldown into PrintJobReceipt Drilldown into SourceServiceUuid Drilldown into SourceJobUuid Drilldown into DestinationServiceUuid Drilldown into DestinationJobUuid Drilldown into DateTimeAtLastUpdateXSD Diagram of UpdatePrintJobStateRequestType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="UpdatePrintJobStateRequestType">
    <xs:sequence>
        <xs:element ref="DateTimeAtLastUpdate" minOccurs="0" />
        <xs:element ref="DestinationJobUuid" />
        <xs:element ref="DestinationServiceUuid" />
        <xs:element ref="SourceJobUuid" />
        <xs:element ref="SourceServiceUuid" />
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateTimeAtLastUpdate pwg:DateTimeAtLastUpdate 0 (1)
DestinationJobUuid pwg:DestinationJobUuid (1) (1)
DestinationServiceUuid pwg:DestinationServiceUuid (1) (1)
SourceJobUuid pwg:SourceJobUuid (1) (1)
SourceServiceUuid pwg:SourceServiceUuid (1) (1)
PrintJobReceipt pwg:PrintJobReceipt 0 (1)
PrintJobStatus pwg:PrintJobStatus 0 (1)
PrintJobTicket pwg:PrintJobTicket 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:UpdatePrintJobStateRequest