France (CII(AR)): Referenced Document Receipt Time
You can add the time that a document was received.
Element
| XPath | Cardinality | Description |
|---|---|---|
Document Reference (ApplicationResponse/DocumentReference) | 1..1 | A group to define a reference to a document |
Document Receipt Time (ApplicationResponse/DocumentReference/UBLExtensions// DocumentReferenceExtension/ReceiptTime | 1..1 | The time the referenced document was received |
Example
<ubl:ApplicationResponse>
<!-- code omitted for clarity -->
<cac:DocumentResponse>
<cac:DocumentReference>
<!-- code omitted for clarity -->
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:DocumentReferenceExtension>
<!-- code omitted for clarity -->
<vrbl:ReceiptTime>16:10:00</vrbl:ReceiptTime>
</vrbl:DocumentReferenceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</cac:DocumentReference>
<!-- code omitted for clarity -->
</cac:DocumentResponse>
</ubl:ApplicationResponse>
Updated about 18 hours ago
