<xs:complexType name="detailInfoType">
<xs:sequence>
<xs:element name="ShipperContainerGroupingID" type="mailxml_base:s16" minOccurs="0" />
<xs:element name="ConsigneeContainerGroupingID" type="mailxml_base:s16" minOccurs="0" />
<xs:element name="ShipperGroupingIDDescription" type="mailxml_base:s50" minOccurs="0" />
<xs:choice maxOccurs="unbounded">
<xs:element name="MailDatSummary" type="mailxml:mailDatSummaryType" />
<xs:element name="USPSSummary" type="mailxml:uspsSummaryType" />
</xs:choice>
</xs:sequence>
</xs:complexType>
|