Definition Type: Element
Name: QueryResults
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into ContainerBundleSummaryRecords in schema mailxml_120308_xsd Drilldown into ContainerBundleMPURecords in schema mailxml_120308_xsd Drilldown into TrackingID in schema mailxml_120308_xsd Drilldown into ContainerBundleReportID in schema mailxml_120308_xsdXSD Diagram of QueryResults in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerBundleReportID mailxml:ContainerBundleReportID (1) (1)
TrackingID mailxml:TrackingID (1) (1)
ContainerBundleMPURecords mailxml:ContainerBundleMPURecords (1) (1)
ContainerBundleSummaryRecords mailxml:ContainerBundleSummaryRecords (1) (1)
ReturnInfo mailxml:ReturnInfo 0 (1)