Email

An e-mail address which conforms to the internet format (RFC 822) including its type and time period for which it is valid.

Properties

Name Type Cardinality
internetEmail xs:string 0..1
typeOfEmail CodeValueType 0..1
effectivePeriod Date 0..1
privacy CodeValueType 0..1
isPreferred xs:boolean 0..1

internetEmail

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.

typeOfEmail

Code indicating the type of e-mail address. Supports the use of an external controlled vocabulary. (e.g. home, office)

effectivePeriod

Time period for which the e-mail address is valid.

privacy

Indicates the level of privacy

isPreferred

Set to true if this is the preferred email

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Email [ label = "{<id>Email | + internetEmail : xs:string \l + typeOfEmail : CodeValueType \l + effectivePeriod : Date \l + privacy : CodeValueType \l + isPreferred : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Email" ] subgraph { label = "" node [ color = "#" ] } }