France (Txns): Seller Legal Registration Identifier

Declarant ID

The declarant's SIREN number (declarant ID) is mandatory data (9 numeric characters).

Elements

PathCardinalityUsageMandate Business TermFinal Format XPath
Statement/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID1..1MTT-13/Report/ReportDocument/Issuer/Id

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyLegalEntity>
        <cbc:CompanyID schemeID="0002">100000009</cbc:CompanyID>
      </cac:PartyLegalEntity>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Statement>