ContactInformation

Contact information for the individual or organization including location specification, address, URL, phone numbers, and other means of communication access. Address, location, telephone, and other means of communication can be repeated to express multiple means of a single type or change over time. Each major piece of contact information (with the exception of URL) contains the element EffectiveDates in order to date stamp the period for which the information is valid.

Properties

Name Type Cardinality
website URL 0..n
email Email 0..n
electronicMessaging ElectronicMessageSystem 0..n
address Address 0..n
telephone Telephone 0..n

website

The URL of the Agent’s website

email

Email contact information

electronicMessaging

Electronic messaging other than email

address

The address for contact.

telephone

Telephone 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_ContactInformation [ label = "{<id>ContactInformation | + website : URL \l + email : Email \l + electronicMessaging : ElectronicMessageSystem \l + address : Address \l + telephone : Telephone \l \l \l| \l \l}" tooltip = "ComplexDataTypes:ContactInformation" ] subgraph { label = "" node [ color = "#" ] } }