Definition Type: Element
Name: SpecComponent
Namespace: http://www.papinet.org/v2r40
Containing Schema: BookSpecificationV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SafetyAndEnvironmentalInformation in schema papinetcommondefsv2r40_xsd Drilldown into SpecReference in schema papinetcommondefsv2r40_xsd Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into NonPressComponent in schema papinetcommondefsv2r40_xsd Drilldown into PressComponent in schema papinetcommondefsv2r40_xsd Drilldown into SuppliedComponentFinishSpecs in schema papinetcommondefsv2r40_xsd Drilldown into FinishedSize in schema papinetcommondefsv2r40_xsd Drilldown into PlacementInOrderOfMatter in schema papinetcommondefsv2r40_xsd Drilldown into NumberPerProduct in schema papinetcommondefsv2r40_xsd Drilldown into BookClassification in schema papinetcommondefsv2r40_xsd Drilldown into SubClassification in schema papinetcommondefsv2r40_xsd Drilldown into Classification in schema papinetcommondefsv2r40_xsd Drilldown into ProductDescription in schema papinetcommondefsv2r40_xsd Drilldown into ProductIdentifier in schema papinetcommondefsv2r40_xsdXSD Diagram of SpecComponent in schema bookspecificationv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="SpecComponent">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ProductIdentifier" />
            <xs:element ref="ProductDescription" minOccurs="0" maxOccurs="unbounded" />
            <xs:sequence maxOccurs="unbounded">
                <xs:element ref="Classification" />
                <xs:element ref="SubClassification" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
            <xs:element ref="BookClassification" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="NumberPerProduct" minOccurs="0" />
            <xs:element ref="PlacementInOrderOfMatter" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="FinishedSize" minOccurs="0" />
            <xs:element ref="SuppliedComponentFinishSpecs" minOccurs="0" />
            <xs:choice minOccurs="0">
                <xs:element ref="PressComponent" />
                <xs:element ref="NonPressComponent" />
            </xs:choice>
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SpecReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SafetyAndEnvironmentalInformation" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductIdentifier pn:ProductIdentifier (1) (1)
ProductDescription pn:ProductDescription 0 unbounded
Classification pn:Classification (1) (1)
SubClassification pn:SubClassification 0 unbounded
BookClassification pn:BookClassification 0 unbounded
NumberPerProduct pn:NumberPerProduct 0 (1)
PlacementInOrderOfMatter pn:PlacementInOrderOfMatter 0 unbounded
FinishedSize pn:FinishedSize 0 (1)
SuppliedComponentFinishSpecs pn:SuppliedComponentFinishSpecs 0 (1)
PressComponent pn:PressComponent (1) (1)
NonPressComponent pn:NonPressComponent (1) (1)
AdditionalText pn:AdditionalText 0 unbounded
SpecReference pn:SpecReference 0 unbounded
SafetyAndEnvironmentalInformation pn:SafetyAndEnvironmentalInformation 0 unbounded