Slot: accountNumber
The account number for a bank account. This is a string holding a 8-digit numerical code where leading 0 values are maintained.
URI: di_vocab:slot/accountNumber Alias: accountNumber
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| BankAccountDetailsClass | The details of a Bank Account as presented by a user for checking for identit... | no |
Properties
-
Range: String
-
Regex pattern:
[0-9]{8}
Identifier and Mapping Information
Schema Source
- from schema: https://vocab.account.gov.uk/linkml/credentials-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | di_vocab:accountNumber |
| native | di_vocab:accountNumber |
LinkML Source
name: accountNumber
description: The account number for a bank account. This is a string holding a 8-digit
numerical code where leading 0 values are maintained.
from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
rank: 1000
alias: accountNumber
domain_of:
- BankAccountDetailsClass
range: string
pattern: '[0-9]{8}'