France (CII(AR)): Status Time

You can specify the time from which the status takes affect.

Element

NameCardinalityDescription
Document Response Group (ApplicationResponse/DocumentResponse/Response)1..1A group of elements detailing the response information included in the Lifecycle Document.
Response Code Status Date (ApplicationResponse/DocumentResponse/Response/EffectiveTime)1..1Specify the time from which the status takes affect.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:Response>
            <!-- code omitted for clarity -->
            <cbc:EffectiveTime>18:00:00</cbc:EffectiveTime>
            <!-- code omitted for clarity -->
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>