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