an electronic mail address associated to a short alias |
Attributes
| name (5) | type | default value | required | constraints | description | options |
|---|---|---|---|---|---|---|
| alias (alias) | String | no | size <= 56 | fulltext indexed | ||
| address (address) | String | yes | unique size <= 512 | indexed,fulltext indexed | ||
| modification_date (modification date) | International date and time | yes |
latest modification time of an entity | |||
| cwuri (internal uri) | String | yes |
internal entity uri | |||
| creation_date (creation date) | International date and time | yes |
creation time of an entity |
Relations
EmailAddress is subject of:
| name (6) | object type | cardinality | constraints | options |
|---|---|---|---|---|
| created_by (created by) | CWUser (User) | 0..1 | ||
| cw_source (source) | CWSource (Data source) | 1 | composite=object | |
| is (is) | CWEType (Entity type) | 1 | ||
| is_instance_of (is instance of) | CWEType (Entity type) | 1..n | ||
| owned_by (owned by) | CWUser (User) | 0..n | ||
| prefered_form (prefered form) | EmailAddress (Email address) | 0..1 |
EmailAddress is object of:
| name (7) | subject type | cardinality | constraints | options |
|---|---|---|---|---|
| cc (cc) | Email (Email) | 0..n | ||
| email_address (email_address_object) | Person (Person) | 0..n | composite=subject | |
| prefered_form (prefered over) | EmailAddress (Email address) | 0..1 | ||
| primary_email (primary email of) | CWUser (User) | 0..1 | RQLConstraint(DISTINCT Any O,S WHERE S use_email O) | |
| recipients (recipient of) | Email (Email) | 0..n | ||
| sender (has sent) | Email (Email) | 0..1 | inlined | |
| use_email (used by) | CWUser (User) | 0..n | fulltext container=subject,composite=subject |