<xs:complexType name="sheetPackagingCharacteristicsClass">
<xs:sequence>
<xs:element ref="PackagingCode" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="PackagingDescription" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ReamType" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ReamWeight" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="MWeight" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="SheetCount" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UnitsPerCarton" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Wrap" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="BandCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="PalletCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="LabelCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="StencilCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="MaximumHeight" minOccurs="0" />
<xs:element ref="MaximumGrossWeight" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="ActionType" type="actionType" default="Standard" />
</xs:complexType>
|