France (Txns): Delivery Or Invoice Period

A group of business terms providing information on the invoice period.

Used to indicate when the period covered by the invoice starts and when it ends. Also called delivery period.

Elements

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

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:InvoicePeriod>
                    <!-- TT-42 -->
                    <cbc:StartDate>2026-03-01</cbc:StartDate>
                    <!-- TT-43 -->
                    <cbc:EndDate>2026-03-31</cbc:EndDate>
                    <!-- TT-24 -->
                    <cbc:DescriptionCode>432</cbc:DescriptionCode>
                  </cac:InvoicePeriod>
                  <!-- ... omitted for readability -->
                </ubl-inv:Invoice>
              </vrbl:InvoiceDocumentReferenceExtension>
            </cec:ExtensionContent>
          </cec:UBLExtension>
        </cec:UBLExtensions>
      </cac:InvoiceDocumentReference>
    </cac:BillingReference>
  </cac:StatementLine>
</ubl:Statement>