France (CII(CDAR)): Response Description

You can add a description for a response code.

Element

NameCardinalityDescription
Document Response Group (ApplicationResponse/DocumentResponse/Response)1..1A group of elements detailing the response information included in the Lifecycle Document.
Response Code Description (ApplicationResponse/DocumentResponse/Response/Description)1..1A description providing the status of the referenced document.

The cardinality of the tag is intended to allow the Response Description to be entered in several languages, if necessary.
If this element is not provided a fallback value-map includes it as French descriptions, based on what is provided in Response Code and the value-map detailed in France (CII(CDAR)): Code Lists.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:Response>
            <!-- code omitted for clarity -->
            <cbc:Description>Encaissée</cbc:Description>
            <!-- code omitted for clarity -->
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>