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