<xs:element name="BookUnitPacking">
<xs:complexType>
<xs:sequence>
<xs:element ref="UnitCharacteristics" minOccurs="0" />
<xs:element ref="LabelCharacteristics" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="StencilCharacteristics" minOccurs="0" />
<xs:element ref="WrapCharacteristics" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="BookUnitType" type="bookUnitType" />
<xs:attribute name="PackageType" type="packageType" />
</xs:complexType>
</xs:element>
|