Definition Type: Element
Name: EndCombinedMailingAccept
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Response from the USPS notifying a customer a combined mailing has been ended.
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into CombinedMailingId in schema mailxml_120308_xsd Drilldown into EndConfirmID in schema mailxml_120308_xsd Drilldown into Status in schema mailxml_120308_xsd Drilldown into TrackingID in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MailXMLMsgResponseHeaderInfo in schema mailxml_120308_xsdXSD Diagram of EndCombinedMailingAccept in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EndConfirmID mailxml:EndConfirmID (1) (1)
CombinedMailingId mailxml:CombinedMailingId 0 (1)
ReturnInfo mailxml:ReturnInfo 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
CustomerGroupID mailxml:CustomerGroupID Required
MailingGroupID mailxml:MailingGroupID Required
TrackingID mailxml:TrackingID (Optional)
Status mailxml:Status (Optional)