<?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>
|