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