Definition Type: Element
Name: ContainerBundleReportQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the query for a container bundle report
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into ContainerBundleReportHeaderInfo in schema mailxml_120308_xsdXSD Diagram of ContainerBundleReportQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ContainerBundleReportQueryResponse">
    <xs:annotation>
        <xs:documentation>Response to the query for a container bundle report</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="QueryResults">
                    <xs:annotation>
                        <xs:documentation>
                        </xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="ContainerBundleReportID" type="mailxml_base:s12" />
                            <xs:element name="TrackingID" type="mailxml_base:s12" />
                            <xs:choice>
                                <xs:element name="ContainerBundleMPURecords">
                                    <xs:complexType>
                                        <xs:sequence>
                                            <xs:element name="SackTrayContainerMPURecord" type="mailxml:sackTrayContainerMPURecordType" minOccurs="0" maxOccurs="unbounded" />
                                            <xs:element name="PalletContainerMPURecord" type="mailxml:palletContainerMPURecordType" minOccurs="0" maxOccurs="unbounded" />
                                            <xs:element name="BundleMPURecord" type="mailxml:bundleMPURecordType" minOccurs="0" maxOccurs="unbounded" />
                                        </xs:sequence>
                                    </xs:complexType>
                                </xs:element>
                                <xs:element name="ContainerBundleSummaryRecords">
                                    <xs:complexType>
                                        <xs:sequence>
                                            <xs:element name="SackTrayContainerRecord" type="mailxml:sackTrayContainerRecordType" minOccurs="0" maxOccurs="unbounded" />
                                            <xs:element name="PalletContainerRecord" type="mailxml:palletContainerRecordType" minOccurs="0" maxOccurs="unbounded" />
                                            <xs:element name="BundleRecord" type="mailxml:bundleRecordType" minOccurs="0" maxOccurs="unbounded" />
                                        </xs:sequence>
                                    </xs:complexType>
                                </xs:element>
                            </xs:choice>
                            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
                <xs:element ref="mailxml:QueryError" />
            </xs:choice>
        </xs:sequence>
        <xs:attributeGroup ref="mailxml:ContainerBundleReportHeaderInfo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueryResults mailxml:QueryResults (1) (1)
QueryError mailxml:QueryError (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
CustomerGroupID mailxml:CustomerGroupID Required
MailingGroupID mailxml:MailingGroupID Required