Definition Type: Element
Name: DecorationSpecs
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ProductIdentification in schema papinetcommondefsv2r40_xsd Drilldown into DecorationCoverage in schema papinetcommondefsv2r40_xsd Drilldown into NumberOfHits in schema papinetcommondefsv2r40_xsd Drilldown into ColourDescription in schema papinetcommondefsv2r40_xsd Drilldown into ColourCode in schema papinetcommondefsv2r40_xsd Drilldown into DecorationLocationType in schema papinetcommondefsv2r40_xsd Drilldown into DecorationType in schema papinetcommondefsv2r40_xsdXSD Diagram of DecorationSpecs in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DecorationSpecs">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ColourCode" minOccurs="0" />
            <xs:element ref="ColourDescription" minOccurs="0" />
            <xs:element ref="NumberOfHits" minOccurs="0" />
            <xs:element ref="DecorationCoverage" minOccurs="0" />
            <xs:element ref="ProductIdentification" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="DecorationType" type="decorationType" />
        <xs:attribute name="DecorationLocationType" type="decorationLocationType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ColourCode pn:ColourCode 0 (1)
ColourDescription pn:ColourDescription 0 (1)
NumberOfHits pn:NumberOfHits 0 (1)
DecorationCoverage pn:DecorationCoverage 0 (1)
ProductIdentification pn:ProductIdentification 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DecorationType pn:DecorationType (Optional)
DecorationLocationType pn:DecorationLocationType (Optional)