United States (DBNA): Buyer Scheme Identifier
Configure the scheme identifier for the Buyer identifier.
The identification of the scheme identifier of the Buyer identifier. In case of the US, the values provided in the CCI V1.2.1 list are allowed.
Elements
| Path | Cardinality | Usage | Example Value | Format | Final Format Path |
|---|---|---|---|---|---|
Invoice/AccountingCustomerParty/Party/PartyIdentification/ID/@schemeID | 0..1 | M | 0088 | Code | /Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyIdentification/cbc:ID/@schemeID |
Details
The following codes are allowed:
| Code | Description |
|---|---|
0060 | Dun & Bradstreet D-U-N-S Number (default) |
0088 | Global Location Number (GS1) |
0199 | Legal Entity Identifier (ISO 17442) |
9959 | Employer Identification Number |
VRBL:US:SSN | Social Security Number (rare for B2B, but listed) |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:AccountingCustomerParty>
<!-- ... omitted for readability -->
<cac:Party>
<!-- ... omitted for readability -->
<cac:PartyIdentification>
<cbc:ID schemeID="0060">987654321</cbc:ID>
</cac:PartyIdentification>
</cac:Party>
</cac:AccountingCustomerParty>
</ubl:Invoice>Updated 3 days ago
Did this page help you?
