<xs:element name="EndCombinedMailingRequest">
<xs:annotation>
<xs:documentation>Request to end/delete a combined mailing in which multiple postage payment methods (and or multiple permit numbers within the same payment method) are presorted together.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="CombinedMailingID" type="xs:nonNegativeInteger" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLPostageStatementRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|