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