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 ContainerStatus in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsd Drilldown into UniqueContainerBarcode 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 maxOccurs="unbounded">
            <xs:element name="UniqueContainerBarcode" type="mailxml_base:container24CharacterBarcodeType" />
            <xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
            <xs:element name="ContainerStatus" type="mailxml_base:containerStatusType" />
            <xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UniqueContainerBarcode mailxml:UniqueContainerBarcode (1) (1)
ConsigneeFacility mailxml:ConsigneeFacility (1) (1)
ContainerStatus mailxml:ContainerStatus (1) (1)
ReturnInfo mailxml:ReturnInfo 0 (1)