<xs:complexType name="palletUnitType">
<xs:choice>
<xs:element name="PalletPreSortLevel" type="mailxml:palletPresortType" maxOccurs="unbounded" />
<xs:element name="USPSContainerInfo" type="mailxml:uspsContainerInfoType" />
</xs:choice>
<xs:attribute name="Count" type="xs:nonNegativeInteger" use="required" />
<xs:attribute name="HandlingUnitType" type="mailxml_base:palletHandlingUnitType" use="required" />
<xs:attribute name="PalletType" type="mailxml_base:palletType" use="required" />
</xs:complexType>
|