Definition Type: Element
Name: ContainerBundleReportCancelResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to cancel a container report.
Collapse XSD Schema Diagram:
Drilldown into ContainerBundleReportCancelReject in schema mailxml_120308_xsd Drilldown into ContainerBundleReportCancelAccept in schema mailxml_120308_xsdXSD Diagram of ContainerBundleReportCancelResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ContainerBundleReportCancelResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to cancel a container report.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="ContainerBundleReportCancelAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:choice>
                            <xs:element name="CancelConfirmID" type="mailxml_base:s12" />
                            <xs:element name="TrackingID" type="mailxml_base:s12" />
                        </xs:choice>
                        <xs:element name="ContainerBundleReportID" type="mailxml_base:s12" />
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:ContainerBundleReportHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="ContainerBundleReportCancelReject">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:ContainerBundleReportHeaderInfo" />
                </xs:complexType>
            </xs:element>
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerBundleReportCancelAccept mailxml:ContainerBundleReportCancelAccept (1) (1)
ContainerBundleReportCancelReject mailxml:ContainerBundleReportCancelReject (1) (1)