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