Definition Type: ComplexType
Name: AcknowledgePrintJobRequestType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UnsupportedElements Drilldown into SourceServiceUuid Drilldown into SourceJobUuid Drilldown into JobStateReasons Drilldown into JobState Drilldown into JobOriginatingUserName Drilldown into JobName Drilldown into ImpressionsCompleted Drilldown into DestinationServiceUuid Drilldown into DestinationJobUuid Drilldown into DateTimeAtCreationXSD Diagram of AcknowledgePrintJobRequestType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="AcknowledgePrintJobRequestType">
    <xs:sequence>
        <xs:element ref="DateTimeAtCreation" minOccurs="0" />
        <xs:element ref="DestinationJobUuid" />
        <xs:element ref="DestinationServiceUuid" />
        <xs:element ref="ImpressionsCompleted" />
        <xs:element ref="JobName" />
        <xs:element ref="JobOriginatingUserName" />
        <xs:element ref="JobState" />
        <xs:element ref="JobStateReasons" minOccurs="0" />
        <xs:element ref="SourceJobUuid" />
        <xs:element ref="SourceServiceUuid" />
        <xs:element ref="UnsupportedElements" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateTimeAtCreation pwg:DateTimeAtCreation 0 (1)
DestinationJobUuid pwg:DestinationJobUuid (1) (1)
DestinationServiceUuid pwg:DestinationServiceUuid (1) (1)
ImpressionsCompleted pwg:ImpressionsCompleted (1) (1)
JobName pwg:JobName (1) (1)
JobOriginatingUserName pwg:JobOriginatingUserName (1) (1)
JobState pwg:JobState (1) (1)
JobStateReasons pwg:JobStateReasons 0 (1)
SourceJobUuid pwg:SourceJobUuid (1) (1)
SourceServiceUuid pwg:SourceServiceUuid (1) (1)
UnsupportedElements pwg:UnsupportedElements 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:AcknowledgePrintJobRequest