Definition Type: Element
Name: ContainerBundleMPURecords
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 BundleMPURecord in schema mailxml_120308_xsd Drilldown into PalletContainerMPURecord in schema mailxml_120308_xsd Drilldown into SackTrayContainerMPURecord in schema mailxml_120308_xsdXSD Diagram of ContainerBundleMPURecords in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SackTrayContainerMPURecord mailxml:SackTrayContainerMPURecord 0 unbounded
PalletContainerMPURecord mailxml:PalletContainerMPURecord 0 unbounded
BundleMPURecord mailxml:BundleMPURecord 0 unbounded