France (CII(AR)): Referenced Document Issuer Party

You can specify the party who issued the referenced document.

Elements

Name (Path)CardinalityDescription
Document Issuer Party (ApplicationResponse/DocumentResponse/DocumentReference/IssuerParty/)1..1A group to provide information about the party that issued the referenced document.
Document Issuer Identification (ApplicationResponse/DocumentResponse/DocumentReference/ IssuerParty/PartyIdentification/ID)1..1A Party Identification Number of the Document Issuer.
Sender Identification Scheme ID (ApplicationResponse/DocumentResponse/DocumentReference/ IssuerParty/PartyIdentification/ID @schemeID)1..1The Scheme Identifier of the Party Identification Number of the Document Issuer.

Restrictions

In France, generally the SIREN numbers are used to identify parties in B2B invoices. If you use the SIREN number, you must specify 0002 in the Sender Identification Scheme ID attribute.

Example

<ubl:ApplicationResponse>
    <!-- code omitted for clarity -->
    <cac:DocumentResponse>
		<cac:DocumentReference>
            <!-- code omitted for clarity -->
            <cac:IssuerParty>
				<cac:PartyIdentification>
					<!-- MDT-129 (Reference document issuer ID (global)) -->
					<cbc:ID schemeID="0002">100000009</cbc:ID>
				</cac:PartyIdentification>	
			</cac:IssuerParty>	
            <!-- code omitted for clarity -->
        </cac:DocumentReference>
        <!-- code omitted for clarity -->
    </cac:DocumentResponse>
</ubl:ApplicationResponse>