Definition Type: Element
Name: SpecAssembly
Namespace: http://www.papinet.org/v2r40
Containing Schema: BookSpecificationV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AssemblyInstructions in schema papinetcommondefsv2r40_xsd Drilldown into Width in schema papinetcommondefsv2r40_xsd Drilldown into Length in schema papinetcommondefsv2r40_xsd Drilldown into Height in schema papinetcommondefsv2r40_xsd Drilldown into BillOfMaterials in schema papinetcommondefsv2r40_xsd Drilldown into ProductDescription in schema papinetcommondefsv2r40_xsd Drilldown into ProductIdentifier in schema papinetcommondefsv2r40_xsdXSD Diagram of SpecAssembly in schema bookspecificationv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="SpecAssembly">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ProductIdentifier" />
            <xs:element ref="ProductDescription" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BillOfMaterials" minOccurs="0" />
            <xs:element ref="Height" minOccurs="0" />
            <xs:element ref="Length" minOccurs="0" />
            <xs:element ref="Width" minOccurs="0" />
            <xs:element ref="AssemblyInstructions" 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
BillOfMaterials pn:BillOfMaterials 0 (1)
Height pn:Height 0 (1)
Length pn:Length 0 (1)
Width pn:Width 0 (1)
AssemblyInstructions pn:AssemblyInstructions 0 unbounded