<xs:complexType name="mailPieceRequestType">
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:choice>
<xs:sequence>
<xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
<xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
<xs:element name="TransmittedCount" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:choice>
<xs:element name="PDRMailPieceBlock" type="mailxml:PDRMailPieceBlockType" maxOccurs="unbounded" />
<xs:element name="PDRRangePieceBlock" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="DatabaseContainerID" type="mailxml_base:databaseContainerIDType" />
<xs:element name="PieceRangeBlock" type="mailxml:pieceRangeBlockType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:element name="CustomerGroupID" type="mailxml_base:s25" />
<xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
<xs:element name="TransmittedCount" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:choice>
<xs:element name="MailPieceBlock" type="mailxml:mailPieceBlockType" />
<xs:element name="MailXMLPieceRangeBlock">
<xs:complexType>
<xs:sequence>
<xs:element name="ContainerID" type="mailxml_base:container24CharacterBarcodeType" />
<xs:element name="RangePieceCount" type="xs:nonNegativeInteger" />
<xs:element name="PieceRangeBlock" type="mailxml:pieceRangeBlockType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
|