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