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