Definition Type: Element
Name: PlasticMaterial
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PlasticPrintingDescription in schema papinetcommondefsv2r40_xsd Drilldown into Thickness in schema papinetcommondefsv2r40_xsd Drilldown into PlasticMaterialType in schema papinetcommondefsv2r40_xsd Drilldown into PlasticPrinting in schema papinetcommondefsv2r40_xsdXSD Diagram of PlasticMaterial in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PlasticMaterial">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Thickness" />
            <xs:element ref="PlasticPrintingDescription" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="PlasticPrinting" type="yesNo" />
        <xs:attribute name="PlasticMaterialType" type="plasticMaterialType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Thickness pn:Thickness (1) (1)
PlasticPrintingDescription pn:PlasticPrintingDescription 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
PlasticPrinting pn:PlasticPrinting (Optional)
PlasticMaterialType pn:PlasticMaterialType (Optional)