Definition Type: ComplexType
Name: Packaging
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Documentation:
Identifies the Packaging information for a given item. Note: The UPC here is the UPC of the packaging for a given item.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into ShippingMaterial in schema components_xsd Drilldown into WeightQuantity in schema components_xsd Drilldown into Length in schema components_xsd Drilldown into Height in schema components_xsd Drilldown into Width in schema components_xsd Drilldown into Volume in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into UPC in schema fields_xsd Drilldown into PackingCode in schema components_xsdXSD Diagram of Packaging in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PackingCode oa:PackingCode 0 (1)
UPC oa:UPC 0 (1)
Description oa:Description 0 unbounded
Volume oa:Volume 0 (1)
Width oa:Width 0 (1)
Height oa:Height 0 (1)
Length oa:Length 0 (1)
WeightQuantity oa:WeightQuantity 0 (1)
ShippingMaterial oa:ShippingMaterial 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Packaging