EN-16931: Party Scheme IDs

You can add information about the scheme that a party's ID belongs to.

Use the @schemeID attribute of the ID element to specify the ID of the scheme that a party or their legal representative belongs to.

Elements

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyIdentification/ID @schemeIDSupplier
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/ CompanyID/@schemeIDSupplier's Tax Representative
Invoice/AccountingCustomerParty/Party/PartyIdentification/ID @schemeIDBuyer
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID @schemeIDBuyer's Tax Representative
Invoice/PayeeParty/PartyIdentification/ID @schemeIDPayment recipient (Payee)
Invoice/PayeeParty/PartyLegalEntity/CompanyID @schemeIDPayment recipient's (Payee's) Tax Representative

Restrictions

You must use a value from the ISO 6523 ICD here for the @schemeID attribute.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <cac:PartyIdentification>
                <!-- 0088 = GLN -->
                <cbc:ID schemeID="0088">7300010000001</cbc:ID> 
            </cac:PartyIdentification>
        <cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>