Definition Type: Element
Name: Coating
Namespace: http://www.papinet.org/v2r40
Type: pn:coating
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FinishType in schema papinetcommondefsv2r40_xsd Drilldown into CoatingLocationType in schema papinetcommondefsv2r40_xsd Drilldown into CoatingCoverageType in schema papinetcommondefsv2r40_xsdXSD Diagram of Coating in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="Coating">
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="coating">
                <xs:attribute name="CoatingCoverageType" type="coatingCoverageType" />
                <xs:attribute name="CoatingLocationType" type="coatingLocationType" />
                <xs:attribute name="FinishType" type="paperFinishType" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CoatingCoverageType pn:CoatingCoverageType (Optional)
CoatingLocationType pn:CoatingLocationType (Optional)
FinishType pn:FinishType (Optional)
Collapse Derivation Tree: