Definition Type: Element
Name: ContainerBundleReportCreateResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request to create a container report.
Collapse XSD Schema Diagram:
Drilldown into ContainerBundleReportCreateReject in schema mailxml_120308_xsd Drilldown into ContainerBundleReportCreateAccept in schema mailxml_120308_xsdXSD Diagram of ContainerBundleReportCreateResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ContainerBundleReportCreateResponse">
    <xs:annotation>
        <xs:documentation>Response to the request to create a container report.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="ContainerBundleReportCreateAccept">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:choice>
                            <xs:sequence>
                                <xs:element name="ContainerBundleReportID" type="mailxml_base:s12" />
                                <xs:element name="ContainerBundleStatus" type="mailxml_base:containerBundleStatusType" />
                            </xs:sequence>
                            <xs:element name="TrackingID" type="mailxml_base:s12" />
                        </xs:choice>
                        <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                    </xs:sequence>
                    <xs:attributeGroup ref="mailxml:ContainerBundleReportHeaderInfo" />
                </xs:complexType>
            </xs:element>
            <xs:element name="ContainerBundleReportCreateReject">
                <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
ContainerBundleReportCreateAccept mailxml:ContainerBundleReportCreateAccept (1) (1)
ContainerBundleReportCreateReject mailxml:ContainerBundleReportCreateReject (1) (1)