France (CII(AR)): Referenced Document Issue Time
You can specify the time of issue for a referenced document.
Element
| XPath | Cardinality | Description |
|---|---|---|
Document Reference (ApplicationResponse/DocumentReference) | 1..1 | A group to define a reference to a document. |
Document Receipt Time (ApplicationResponse/DocumentReference/IssueTime) | 1..1 | The 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>
Updated about 18 hours ago
