France (CII(CDAR)): Status Sequential Number

You can add a Status Sequential Number to your France documents.

This is a sequential number following the possible repetition of the Clarification Information /ubl:ApplicationResponse/cac:DocumentResponse/cac:Response/cac:Status

Element

Name (Path)CardinalityDescription
Clarification Information (ApplicationResponse/DocumentResponse/Response/Status)0..1A group of business terms to provide clarification information regarding the status of a referenced document.
Status Sequential Number (ApplicationResponse/DocumentResponse/Response/Status/UBLExtensions/UBLExtension/ExtensionContent/StatusExtension/SequenceID)1..1A sequential status detail number.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
        <cac:Response>
            <!-- code omitted for clarity -->
            <cac:Status>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:StatusExtension>
                                <!-- code omitted for clarity -->
                                <cbc:SequenceID>1</cbc:SequenceID>
                                <!-- code omitted for clarity -->
                            </vrbl:StatusExtension>
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:Status>
        </cac:Response>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>