<xs:complexType name="Packaging">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the Packaging information for a given item.
Note: The UPC here is the UPC of the packaging for a given item.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PackingCode" type="PackingCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the packaging code that idenitfies the packing material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UPC" minOccurs="0" />
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Packaging description.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Volume" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the volume of the packaging.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Width" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the width of the packaging material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Height" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Inddicates the Height of the packaging material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Length" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the length of the packaging material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WeightQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the weight when full.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ShippingMaterial" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|