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