France (Flux 2 UBL EXT-CTC-FR): Seller Electronic Address

Identifies the Seller's electronic address to which a business document may be delivered.

The scheme identifier shall be chosen from the code list, maintained by the Connecting Europe Facility.

For the France B2B mandate, the schemeID 0225 should be used. (This value is used as the Peppol senderID by default.)

Any electronic address with schemeID = 0225 consists of alphanumeric characters (A–Z, a–z, 0–9).
The following special characters are permitted:

  • Hyphen ( - )
  • Underscore ( _ )
  • Period ( . )

Elements

Name (Path)CardinalityDescription
Seller Electronic Address (/Invoice/AccountingSupplierParty/Party/EndpointID)1..1Identifies the Seller's electronic address.
Seller Electronic Address Identification Scheme Identifier (/Invoice/AccountingSupplierParty/Party/EndpointID/@schemeID)1..1The identification scheme identifier of the Seller electronic address.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <!-- Peppol ID: combination of schemeID and unique party ID -->
            <EndpointID schemeID="0225">100000009_STATUTS</EndpointID>
            <!-- code omitted for clarity -->
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>