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

You can add the time that a document was received.

Element

XPathCardinalityDescription
Document Reference (ApplicationResponse/DocumentReference)1..1A group to define a reference to a document
Document Receipt Time (ApplicationResponse/DocumentReference/UBLExtensions// DocumentReferenceExtension/ReceiptTime1..1The 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>