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