<xsd:complexType name="PackagingInformationType">
<xsd:sequence>
<xsd:element ref="ProductIdentification" minOccurs="0"/>
<xsd:element ref="PackagingQuantity" minOccurs="0"/>
<xsd:element ref="PackagingTypeCode" minOccurs="0"/>
<xsd:element ref="PackagingWeight" minOccurs="0"/>
<xsd:element ref="PackagingLabel" minOccurs="0"/>
<xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="PackagingInformation" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType> |