France (CII(AR)): Referenced Document Issue Time

You can specify the time of issue for a referenced document.

Element

XPathCardinalityDescription
Document Reference (ApplicationResponse/DocumentReference)1..1A group to define a reference to a document.
Document Receipt Time (ApplicationResponse/DocumentReference/IssueTime)1..1The time of issue of the referenced document. Usually the time the original invoice was issued.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:DocumentReference>
            <!-- code omitted for clarity -->
            <cbc:IssueTime>00:00:00</cbc:IssueTime>
            <!-- code omitted for clarity -->
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>