France (CII(INV)): Contract Reference

You can add text about a contract.

Use the Contract Type element to model the textual description.

Elements

Use the ContractDocumentReference element to model this information:

ElementCardinalityDescription
Contract Document Reference (Invoice/ContractReferenceDocument/)0..1Group of information that references a purchasing contract that is associated with this document
Contract Document Reference ID (Invoice/ContractReferenceDocument/ID)1..1The identifier of the purchasing contract
Contract Type (Invoice/ContractReferenceDocument/DocumentType)0..nThe type of contract being referenced, expressed as text
Contract Document Reference Issue Date (Invoice/ContractReferenceDocument/IssueDate)0..1The date the purchasing contract was issued

Example


<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:ContractDocumentReference>
        <cbc:ID>CD-11223344</cbc:ID>
        <cbc:DocumentType>Contract Type Description</cbc:DocumentType>
    </cac:ContractDocumentReference>
    <!-- code omitted for clarity -->
</ubl:Invoice>