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