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