Definition Type: Element
Name: SingleWidthReelConversionCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into MaximumNumberOfJoins in schema papinetcommondefsv2r40_xsd Drilldown into CoreCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into ReelLength in schema papinetcommondefsv2r40_xsd Drilldown into ReelDiameter in schema papinetcommondefsv2r40_xsd Drilldown into ReelWidth in schema papinetcommondefsv2r40_xsd Drilldown into TrimmedOrderType in schema papinetcommondefsv2r40_xsd Drilldown into WindingDirection in schema papinetcommondefsv2r40_xsdXSD Diagram of SingleWidthReelConversionCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="SingleWidthReelConversionCharacteristics">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="WindingDirection" minOccurs="0" />
            <xs:element ref="TrimmedOrderType" minOccurs="0" />
            <xs:element ref="ReelWidth" minOccurs="0" />
            <xs:element ref="ReelDiameter" minOccurs="0" />
            <xs:element ref="ReelLength" minOccurs="0" />
            <xs:element ref="CoreCharacteristics" minOccurs="0" />
            <xs:element ref="MaximumNumberOfJoins" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WindingDirection pn:WindingDirection 0 (1)
TrimmedOrderType pn:TrimmedOrderType 0 (1)
ReelWidth pn:ReelWidth 0 (1)
ReelDiameter pn:ReelDiameter 0 (1)
ReelLength pn:ReelLength 0 (1)
CoreCharacteristics pn:CoreCharacteristics 0 (1)
MaximumNumberOfJoins pn:MaximumNumberOfJoins 0 (1)
AdditionalText pn:AdditionalText 0 unbounded