Definition Type: ComplexType
Name: Packaging
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.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 invoice_xsd Drilldown into ShippingMaterial in schema invoice_xsd Drilldown into WeightQuantity in schema invoice_xsd Drilldown into Length in schema invoice_xsd Drilldown into Height in schema invoice_xsd Drilldown into Width in schema invoice_xsd Drilldown into Volume in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into UPC in schema invoice_xsd Drilldown into PackingCode in schema invoice_xsdXSD Diagram of Packaging in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:PackingCode 0 (1)
UPC nsC:UPC 0 (1)
Description nsC:Description 0 unbounded
Volume nsC:Volume 0 (1)
Width nsC:Width 0 (1)
Height nsC:Height 0 (1)
Length nsC:Length 0 (1)
WeightQuantity nsC:WeightQuantity 0 (1)
ShippingMaterial nsC:ShippingMaterial 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Packaging