France (Txns): Seller

Identification of the sender of the aggregated transmission document (PA)

Elements

PathCardinalityUsageUsage DescriptionMandate Business TermFinal Format XPath
Statement/AccountingSupplierParty0..1CIf /ubl:Statement/cec:UBLExtensions/cec:UBLExtension/cec:ExtensionContent/vrbl:StatementExtension/vrbl:DocumentSubtypeCode = "VRBL:FR:SALES", then the data provided in this group is mandatory and the data of group TG-5 (group ReportDocument/Issuer and its children) will be mapped from AccountingSupplierParty group.TG-5/Report/ReportDocument/Issuer

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <cac:Party>
      <cac:PartyName>
        <!-- TT-14 -->
        <cbc:Name>VENDEUR NOM</cbc:Name>
      </cac:PartyName>
      <cac:PartyLegalEntity>
        <!-- TT-13 -->
        <!-- TT-12 -->
        <cbc:CompanyID schemeID="0002">100000009</cbc:CompanyID>
      </cac:PartyLegalEntity>
    </cac:Party>
  </cac:AccountingSupplierParty>
  <!-- ... omitted for readability -->
</ubl:Statement>