Definition Type: Element
Name: PackingListHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: PackingListV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into EstimatedArrivalDate in schema papinetcommondefsv2r40_xsd Drilldown into ShipToCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into CarrierParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into BillToParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into PackingListReference in schema papinetcommondefsv2r40_xsd Drilldown into PackingListDate in schema papinetcommondefsv2r40_xsd Drilldown into TransactionHistoryNumber in schema papinetcommondefsv2r40_xsd Drilldown into PackingListNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of PackingListHeader in schema packinglistv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PackingListHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PackingListNumber" />
            <xs:element ref="TransactionHistoryNumber" minOccurs="0" />
            <xs:element ref="PackingListDate" />
            <xs:element ref="PackingListReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BuyerParty" />
            <xs:element ref="BillToParty" minOccurs="0" />
            <xs:element ref="SupplierParty" />
            <xs:element ref="CarrierParty" minOccurs="0" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ShipToCharacteristics" />
            <xs:element ref="EstimatedArrivalDate" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PackingListNumber pn:PackingListNumber (1) (1)
TransactionHistoryNumber pn:TransactionHistoryNumber 0 (1)
PackingListDate pn:PackingListDate (1) (1)
PackingListReference pn:PackingListReference 0 unbounded
BuyerParty pn:BuyerParty (1) (1)
BillToParty pn:BillToParty 0 (1)
SupplierParty pn:SupplierParty (1) (1)
CarrierParty pn:CarrierParty 0 (1)
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
ShipToCharacteristics pn:ShipToCharacteristics (1) (1)
EstimatedArrivalDate pn:EstimatedArrivalDate 0 (1)
AdditionalText pn:AdditionalText 0 unbounded