France (Flux 2 UBL EXT-CTC-FR): Seller Additional Party Identification

A group of business terms providing information about additional Seller Tax identifier.

Elements

Name (Path)CardinalityDescription
Seller Party Identification (/Invoice/AccountingSupplierParty/Party/PartyIdentification/ID)1..1Identifies the Seller's local tax registration number.
Seller Party Identification Scheme Identifier (/Invoice/AccountingSupplierParty/Party/PartyIdentification/ID/@schemeID)1..1The identification scheme identifier of the Seller's local tax registration number.

Restrictions

CodeDescription
0088Global Location Number (GLN)
0231Seller Single Taxpayer Identifier
SEPABank Assigned Creditor Identifier

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <!-- code omitted for clarity -->
            <cac:PartyIdentification>
                <ID schemeID="0088">587451236587</ID>
            </cac:PartyIdentification>
            <!-- code omitted for clarity -->
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>