Definition Type: Element
Name: PlanningHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: PlanningV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into PlanningReference in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestingParty in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestNumber in schema papinetcommondefsv2r40_xsd Drilldown into PlanningIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into PlanningIssueDate in schema papinetcommondefsv2r40_xsd Drilldown into PlanningMessageNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of PlanningHeader in schema planningv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PlanningHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PlanningMessageNumber" />
            <xs:element ref="PlanningIssueDate" />
            <xs:element ref="PlanningIdentifier" minOccurs="0" />
            <xs:element ref="RequestNumber" minOccurs="0" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="RequestingParty" minOccurs="0" />
            <xs:element ref="SupplierParty" minOccurs="0" />
            <xs:element ref="BuyerParty" minOccurs="0" />
            <xs:element ref="PlanningReference" 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
PlanningMessageNumber pn:PlanningMessageNumber (1) (1)
PlanningIssueDate pn:PlanningIssueDate (1) (1)
PlanningIdentifier pn:PlanningIdentifier 0 (1)
RequestNumber pn:RequestNumber 0 (1)
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
RequestingParty pn:RequestingParty 0 (1)
SupplierParty pn:SupplierParty 0 (1)
BuyerParty pn:BuyerParty 0 (1)
PlanningReference pn:PlanningReference 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded