<xs:element name="ContainerBundleReportCreateRequest">
<xs:annotation>
<xs:documentation>Request to create a container report.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<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:sequence>
<xs:attributeGroup ref="mailxml:ContainerBundleReportHeaderInfo" />
</xs:complexType>
</xs:element>
|