Email«dataType»
CDIFDataStructure::DataTypes::Email
Definition
An e-mail address which conforms to the internet format (RFC 822) including its type and time period for which it is valid.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| effectiveDates | DateRange | [1] | Time period for which the e-mail address is valid. |
| internetEmail | string | [1] | The email address expressed as a string (should follow the Internet format specification - RFC 5322) e.g. user@server.ext, more complex and flexible examples are also supported by the format. |
| isPreferred | boolean | [1] | Set to True if this is the preferred email. |
| privacy | ControlledVocabularyEntry | [1] | Indicates the level of privacy. |
| typeOfEmail | ControlledVocabularyEntry | [1] | Code indicating the type of e-mail address. Supports the use of an external controlled vocabulary. (e.g. home, office). |
Associations
No associations.