France (Txns): Delivery Information

A group of business terms providing information about where and when the goods and services invoiced are delivered.

Elements

PathCardinalityUsageUsage DescriptionMandate Business TermFinal Format XPath
Statement/StatementLine/BillingReference/InvoiceDocumentReference/UBLExtensions/UBLExtension/ExtensionContent/InvoiceDocumentReferenceExtension/ubl-inv:Invoice/Delivery0..nC(G6.07): Mandatory if applicable, in accordance with article 242 nonies A ann. II from CGI.TG-17/Report/TransactionsReport/Invoice/Delivery

Example

<ubl:Statement>
  <!-- ... omitted for readability -->
  <cac:StatementLine>
    <!-- ... omitted for readability -->
    <cac:BillingReference>
      <!-- ... omitted for readability -->
      <cac:InvoiceDocumentReference>
        <!-- ... omitted for readability -->
        <cec:UBLExtensions>
          <!-- ... omitted for readability -->
          <cec:UBLExtension>
            <!-- ... omitted for readability -->
            <cec:ExtensionContent>
              <!-- ... omitted for readability -->
              <vrbl:InvoiceDocumentReferenceExtension>
                <!-- ... omitted for readability -->
                <ubl-inv:Invoice>
                  <!-- ... omitted for readability -->
                  <cac:Delivery>
                    <!-- TG-19 -->
                    <cac:DeliveryLocation>
                      <cac:Address>
                        <!-- TT-103 -->
                        <cbc:StreetName>Nombre Calle Entrega</cbc:StreetName>
                        <!-- TT-104 -->
                        <cbc:AdditionalStreetName>Nombre Calle Adicional Entrega</cbc:AdditionalStreetName>
                        <!-- TT-106 -->
                        <cbc:CityName>Valencia</cbc:CityName>
                        <!-- TT-107 -->
                        <cbc:PostalZone>46021</cbc:PostalZone>
                        <cac:Country>
                          <!-- TT-44 -->
                          <cbc:IdentificationCode>ES</cbc:IdentificationCode>
                        </cac:Country>
                      </cac:Address>
                    </cac:DeliveryLocation>
                    <cac:DeliveryParty>
                      <cac:PartyName>
                        <cbc:Name>EL CLIENTE ENTREGA</cbc:Name>
                      </cac:PartyName>
                    </cac:DeliveryParty>
                  </cac:Delivery>
                  <!-- ... omitted for readability -->
                </ubl-inv:Invoice>
              </vrbl:InvoiceDocumentReferenceExtension>
            </cec:ExtensionContent>
          </cec:UBLExtension>
        </cec:UBLExtensions>
      </cac:InvoiceDocumentReference>
    </cac:BillingReference>
  </cac:StatementLine>
</ubl:Statement>