<xs:complexType name="uspsContainerInfoType">
<xs:sequence>
<xs:element name="MailOwnerID" type="mailxml_base:s12" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="USPSPublicationID" type="mailxml_base:s12" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ActualPieceCount" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="ContainerWeight" type="xs:float" minOccurs="0" />
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="UniqueContainerBarcode" type="mailxml_base:container24CharacterBarcodeType" />
<xs:element name="SiblingBarcode" type="mailxml_base:container24CharacterBarcodeType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ContainerDestination3digitZIP" type="mailxml_base:ns03" />
<xs:element name="ContainerDestination5digitZIP" type="mailxml_base:ns05" />
</xs:choice>
<!--<xs:element name="NestedContainers" type="mailxml:uspsContainerInfoType" minOccurs="0" maxOccurs="unbounded"/> -->
</xs:sequence>
</xs:complexType>
|