ElectronicMessageSystem

Any non-email means of relaying a message electronically. This would include text messaging, Skype, Twitter, ICQ, or other emerging means of electronic message conveyance.

Properties

Name Type Cardinality
contactAddress xs:string 0..1
typeOfService CodeValueType 0..1
effectivePeriod Date 0..1
privacy CodeValueType 0..1
isPreferred xs:boolean 0..1

contactAddress

Account identification for contacting

typeOfService

Indicates the type of service used. Supports the use of a controlled vocabulary.

effectivePeriod

Time period during which the account is valid.

privacy

Specify the level privacy for the address as public, restricted, or private. Supports the use of an external controlled vocabulary.

isPreferred

Set to “true” if this is the preferred address.

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_ElectronicMessageSystem [ label = "{<id>ElectronicMessageSystem | + contactAddress : xs:string \l + typeOfService : CodeValueType \l + effectivePeriod : Date \l + privacy : CodeValueType \l + isPreferred : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:ElectronicMessageSystem" ] subgraph { label = "" node [ color = "#" ] } }