Definition Type: Element
Name: ProductPerformanceConditions
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MachineConditions in schema papinetcommondefsv2r40_xsd Drilldown into SheeterConditions in schema papinetcommondefsv2r40_xsd Drilldown into PressConditions in schema papinetcommondefsv2r40_xsdXSD Diagram of ProductPerformanceConditions in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ProductPerformanceConditions">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="PressConditions" />
            <xs:element ref="SheeterConditions" />
            <xs:element ref="MachineConditions" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PressConditions pn:PressConditions (1) (1)
SheeterConditions pn:SheeterConditions (1) (1)
MachineConditions pn:MachineConditions (1) (1)