<xs:element name="EndCombinedMailingResponse">
<xs:annotation>
<xs:documentation>Response from the USPS to a customer requesting to end a combined mailing.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="EndCombinedMailingAccept">
<xs:annotation>
<xs:documentation>Response from the USPS notifying a customer
a combined mailing has been ended.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="EndConfirmID" type="mailxml_base:s12" />
<xs:element name="CombinedMailingId" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLMsgResponseHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="EndCombinedMailingReject">
<xs:annotation>
<xs:documentation>Response from the USPS notifying a customer
a combined mailing could not be ended and why.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLMsgResponseHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|