Definition Type: Element
Name: PackingUnitMeasurements
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Length in schema papinetcommondefsv2r40_xsd Drilldown into Width in schema papinetcommondefsv2r40_xsd Drilldown into Height in schema papinetcommondefsv2r40_xsdXSD Diagram of PackingUnitMeasurements in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PackingUnitMeasurements">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Height" minOccurs="0" />
            <xs:element ref="Width" minOccurs="0" />
            <xs:element ref="Length" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Height pn:Height 0 (1)
Width pn:Width 0 (1)
Length pn:Length 0 (1)