Definition Type: Element
Name: ProductPerformanceHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: ProductPerformanceV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into MillParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into EndUserParty in schema papinetcommondefsv2r40_xsd Drilldown into ProductPerformanceReference in schema papinetcommondefsv2r40_xsd Drilldown into ProductPerformanceIssueDate in schema papinetcommondefsv2r40_xsd Drilldown into ProductPerformanceNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of ProductPerformanceHeader in schema productperformancev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ProductPerformanceHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ProductPerformanceNumber" />
            <xs:element ref="ProductPerformanceIssueDate" />
            <xs:element ref="ProductPerformanceReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="EndUserParty" />
            <xs:element ref="SupplierParty" />
            <xs:element ref="MillParty" minOccurs="0" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductPerformanceNumber pn:ProductPerformanceNumber (1) (1)
ProductPerformanceIssueDate pn:ProductPerformanceIssueDate (1) (1)
ProductPerformanceReference pn:ProductPerformanceReference 0 unbounded
EndUserParty pn:EndUserParty (1) (1)
SupplierParty pn:SupplierParty (1) (1)
MillParty pn:MillParty 0 (1)
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 (1)
OtherParty pn:OtherParty 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded