<xs:element name="BeginCombinedMailingResponse">
<xs:annotation>
<xs:documentation>Response from USPS to begin a combined mailing.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="BeginCombinedMailingAccept">
<xs:annotation>
<xs:documentation>Response from USPS indicating that combined mailing began.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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="BeginCombinedMailingReject">
<xs:annotation>
<xs:documentation>Response from USPS indicating that combined mailing
could not be established 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>
|