Definition Type: Element
Name: ProductQualityPurchaseOrder
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ItemDetails in schema papinetcommondefsv2r40_xsd Drilldown into RecoveredPaperAttributes in schema papinetcommondefsv2r40_xsd Drilldown into PulpCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into PaperCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into ProductQualityReference in schema papinetcommondefsv2r40_xsd Drilldown into TimePeriod in schema papinetcommondefsv2r40_xsd Drilldown into EndUserParty in schema papinetcommondefsv2r40_xsd Drilldown into ShipToParty in schema papinetcommondefsv2r40_xsd Drilldown into MachineID in schema papinetcommondefsv2r40_xsd Drilldown into LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderInformation in schema papinetcommondefsv2r40_xsdXSD Diagram of ProductQualityPurchaseOrder in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ProductQualityPurchaseOrder">
    <xs:complexType>
        <xs:sequence>
            <xs:sequence>
                <xs:element ref="PurchaseOrderInformation" />
                <xs:element ref="PurchaseOrderLineItemNumber" minOccurs="0" />
            </xs:sequence>
            <xs:element ref="Product" />
            <xs:sequence minOccurs="0">
                <xs:element ref="LocationParty" />
                <xs:element ref="MachineID" minOccurs="0" />
            </xs:sequence>
            <xs:element ref="ShipToParty" minOccurs="0" />
            <xs:element ref="EndUserParty" minOccurs="0" />
            <xs:element ref="TimePeriod" minOccurs="0" />
            <xs:element ref="ProductQualityReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Quantity" minOccurs="0" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice minOccurs="0">
                <xs:element ref="PaperCharacteristics" />
                <xs:element ref="PulpCharacteristics" />
                <xs:element ref="RecoveredPaperAttributes" />
            </xs:choice>
            <xs:element ref="ItemDetails" 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
PurchaseOrderInformation pn:PurchaseOrderInformation (1) (1)
PurchaseOrderLineItemNumber pn:PurchaseOrderLineItemNumber 0 (1)
Product pn:Product (1) (1)
LocationParty pn:LocationParty (1) (1)
MachineID pn:MachineID 0 (1)
ShipToParty pn:ShipToParty 0 (1)
EndUserParty pn:EndUserParty 0 (1)
TimePeriod pn:TimePeriod 0 (1)
ProductQualityReference pn:ProductQualityReference 0 unbounded
Quantity pn:Quantity 0 (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
PaperCharacteristics pn:PaperCharacteristics (1) (1)
PulpCharacteristics pn:PulpCharacteristics (1) (1)
RecoveredPaperAttributes pn:RecoveredPaperAttributes (1) (1)
ItemDetails pn:ItemDetails 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded