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