<xs:element name="PalletCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="ProductIdentification" minOccurs="0" />
<xs:element ref="PalletLength" minOccurs="0" />
<xs:element ref="PalletWidth" minOccurs="0" />
<xs:element ref="ItemsPerPallet" minOccurs="0" />
<xs:element ref="StacksPerPallet" minOccurs="0" />
<xs:element ref="TiersPerPallet" minOccurs="0" />
<xs:element ref="MaximumHeight" minOccurs="0" />
<xs:element ref="StackingMethod" minOccurs="0" />
<xs:element ref="LabelCharacteristics" minOccurs="0" />
</xs:sequence>
<xs:attribute name="MixedProductPalletIndicator" type="yesNo" default="No" />
<xs:attribute name="PalletType" type="palletType" />
<xs:attribute name="PalletLedgeType" type="palletLedgeType" />
<xs:attribute name="PalletCoverType" type="palletCoverType" />
<xs:attribute name="PalletAdditionsType" type="palletAdditionsType" />
<xs:attribute name="PalletTopType" type="palletTopType" />
</xs:complexType>
</xs:element>
|