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