France (Txns): Routing Details

A group of elements providing information regarding the required routing details.

Elements

PathCardinalityUsage
Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/RoutingDetails1..1M

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:StatementExtension>
          <vrbl:RoutingDetails>
            <!-- Unique sender ID. Generally the sender's VAT ID -->
            <vrbl:Sender>100000009</vrbl:Sender>
            <!-- Unique receiver ID. The defined alias for the receiver platform/network -->
            <vrbl:Receiver>GENERIC_PPF_EREPORTING_FR_1p0</vrbl:Receiver>
          </vrbl:RoutingDetails>
          <!-- ... omitted for readability -->
        </vrbl:StatementExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Statement>