Definition Type: Element
Name: CreditDebitNoteHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: CreditDebitNoteV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfConsumption in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfDestination in schema papinetcommondefsv2r40_xsd Drilldown into CountryOfOrigin in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into ShipToCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into RemitToParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into BillToParty in schema papinetcommondefsv2r40_xsd Drilldown into CreditDebitNoteReason in schema papinetcommondefsv2r40_xsd Drilldown into CreditDebitNoteReference in schema papinetcommondefsv2r40_xsd Drilldown into CreditDebitNoteDate in schema papinetcommondefsv2r40_xsd Drilldown into CreditDebitNoteNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of CreditDebitNoteHeader in schema creditdebitnotev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="CreditDebitNoteHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CreditDebitNoteNumber" />
            <xs:element ref="CreditDebitNoteDate" />
            <xs:element ref="CreditDebitNoteReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CreditDebitNoteReason" />
            <xs:element ref="BillToParty" />
            <xs:element ref="SupplierParty" />
            <xs:element ref="BuyerParty" minOccurs="0" />
            <xs:element ref="RemitToParty" minOccurs="0" />
            <xs:element ref="ShipToCharacteristics" minOccurs="0" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CountryOfOrigin" minOccurs="0" />
            <xs:element ref="CountryOfDestination" minOccurs="0" />
            <xs:element ref="CountryOfConsumption" 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
CreditDebitNoteNumber pn:CreditDebitNoteNumber (1) (1)
CreditDebitNoteDate pn:CreditDebitNoteDate (1) (1)
CreditDebitNoteReference pn:CreditDebitNoteReference 0 unbounded
CreditDebitNoteReason pn:CreditDebitNoteReason (1) (1)
BillToParty pn:BillToParty (1) (1)
SupplierParty pn:SupplierParty (1) (1)
BuyerParty pn:BuyerParty 0 (1)
RemitToParty pn:RemitToParty 0 (1)
ShipToCharacteristics pn:ShipToCharacteristics 0 (1)
OtherParty pn:OtherParty 0 unbounded
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
CountryOfOrigin pn:CountryOfOrigin 0 (1)
CountryOfDestination pn:CountryOfDestination 0 (1)
CountryOfConsumption pn:CountryOfConsumption 0 (1)
AdditionalText pn:AdditionalText 0 unbounded