Definition Type: ComplexType
Name: FetchPrintDocumentRequestType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgPrintOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TimeOut Drilldown into SourceServiceUuid Drilldown into SourceJobUuid Drilldown into SourceDocumentUuid Drilldown into DestinationJobUuid Drilldown into DestinationServiceUuidXSD Diagram of FetchPrintDocumentRequestType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FetchPrintDocumentRequestType">
    <xs:sequence>
        <xs:element ref="DestinationServiceUuid" />
        <xs:element ref="DestinationJobUuid" />
        <xs:element ref="SourceDocumentUuid" />
        <xs:element ref="SourceJobUuid" />
        <xs:element ref="SourceServiceUuid" />
        <xs:element ref="TimeOut" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DestinationServiceUuid pwg:DestinationServiceUuid (1) (1)
DestinationJobUuid pwg:DestinationJobUuid (1) (1)
SourceDocumentUuid pwg:SourceDocumentUuid (1) (1)
SourceJobUuid pwg:SourceJobUuid (1) (1)
SourceServiceUuid pwg:SourceServiceUuid (1) (1)
TimeOut pwg:TimeOut 0 (1)
Collapse Derivation Tree:
Collapse References:
pwg:FetchPrintDocumentRequest