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