Definition Type: Element
Name: PackagingInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Information about the type of packaging available as part of the product. This is generally viewed as one of the features of the product as opposed to "package" which is what is actually done as the time of shipping to prepare and send product(s) on carriers. Allows recursive access to subpackaging information.
Collapse XSD Schema Diagram:
Drilldown into SpecialInstructions in schema pidxlib_xsd Drilldown into PackagingLabel in schema pidxlib_xsd Drilldown into PackageWeight in schema pidxlib_xsd Drilldown into PackageType in schema pidxlib_xsd Drilldown into PackagingQuantity in schema pidxlib_xsd Drilldown into ProductInformation in schema pidxlib_xsdXSD Diagram of PackagingInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PackagingInformation">
    <annotation>
        <documentation>Information about the type of packaging available as part of the product. This is generally viewed as one of the features of the product as opposed to "package" which is what is actually done as the time of shipping to prepare and send product(s) on carriers. Allows recursive access to subpackaging information.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ProductInformation" minOccurs="0" />
            <element ref="pidx:PackagingQuantity" minOccurs="0" />
            <element ref="pidx:PackageType" minOccurs="0" />
            <element ref="pidx:PackageWeight" minOccurs="0" />
            <element ref="pidx:PackagingLabel" minOccurs="0" />
            <element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductInformation pidx:ProductInformation 0 (1)
PackagingQuantity pidx:PackagingQuantity 0 (1)
PackageType pidx:PackageType 0 (1)
PackageWeight pidx:PackageWeight 0 (1)
PackagingLabel pidx:PackagingLabel 0 (1)
SpecialInstructions pidx:SpecialInstructions 0 unbounded