Definition Type: ComplexType
Name: AcknowledgePrintDocumentRequestType
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 SourceDocumentUuid Drilldown into DocumentStateReasons Drilldown into DocumentState Drilldown into ImpressionsCompleted Drilldown into DestinationServiceUuid Drilldown into DestinationJobUuid Drilldown into DestinationDocumentUuid Drilldown into DateTimeAtCreationXSD Diagram of AcknowledgePrintDocumentRequestType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="AcknowledgePrintDocumentRequestType">
    <xs:sequence>
        <xs:element ref="DateTimeAtCreation" minOccurs="0" />
        <xs:element ref="DestinationDocumentUuid" />
        <xs:element ref="DestinationJobUuid" />
        <xs:element ref="DestinationServiceUuid" />
        <xs:element ref="ImpressionsCompleted" />
        <xs:element ref="DocumentState" />
        <xs:element ref="DocumentStateReasons" minOccurs="0" />
        <xs:element ref="SourceDocumentUuid" />
        <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)
DestinationDocumentUuid pwg:DestinationDocumentUuid (1) (1)
DestinationJobUuid pwg:DestinationJobUuid (1) (1)
DestinationServiceUuid pwg:DestinationServiceUuid (1) (1)
ImpressionsCompleted pwg:ImpressionsCompleted (1) (1)
DocumentState pwg:DocumentState (1) (1)
DocumentStateReasons pwg:DocumentStateReasons 0 (1)
SourceDocumentUuid pwg:SourceDocumentUuid (1) (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:AcknowledgePrintDocumentRequest