France (Txns): Seller Legal Registration Identifier Identification Scheme Identifier

Identifier type (also called qualifier).

Because only the SIREN can be informed, this value can be informed as "0002"or it can be omitted.

If omitted, "0002" will be set as fallback in the mapping.

Elements

PathCardinalityUsageMandate Business TermFinal Format XPathMapping Logic
Statement/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID/@schemeID1..1MTT-12/Report/ReportDocument/Issuer/Id/@schemeIdIf omitted, "0002" will be set as fallback in the mapping.

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>