Telephone

Details of a telephone number including the number, type of number, a privacy setting and an indication of whether this is the preferred contact number.

Properties

Name Type Cardinality
telephoneNumber xs:string 0..1
typeOfTelephone CodeValueType 0..1
effectivePeriod Date 0..1
privacy CodeValueType 0..1
isPreferred xs:boolean 0..1

telephoneNumber

The telephone number including country code if appropriate.

typeOfTelephone

Indicates type of telephone number provided (home, fax, office, cell, etc.). Supports the use of a controlled vocabulary.

effectivePeriod

Time period during which the telephone number is valid.

privacy

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

isPreferred

Set to “true” if this is the preferred telephone number for contact.

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