| Cardinality | Technical term | Business term | Description | Semantic data type |
|---|---|---|---|---|
| 1..1 | legalRepresentative | Legal representative name | First name and last name | String |
| 1..n | contactPhoneNumber | Contact phone number | E.164 phone format: starting with a plus sign (+), followed by the country code, and then the national number, with a maximum of 15 digits | String |
| 1..1 | contactEmail | Contact email | Of format text@domain.extension. At implementation RegEx can be used: ^[\w\-.]+@([\w-]+\.)+[\w-]{2,4}$ | String |
