Definition Type: Element
Name: BeginCombinedMailingResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response from USPS to begin a combined mailing.
Collapse XSD Schema Diagram:
Drilldown into BeginCombinedMailingReject in schema mailxml_120308_xsd Drilldown into BeginCombinedMailingAccept in schema mailxml_120308_xsdXSD Diagram of BeginCombinedMailingResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BeginCombinedMailingAccept mailxml:BeginCombinedMailingAccept (1) (1)
BeginCombinedMailingReject mailxml:BeginCombinedMailingReject (1) (1)