Contact Data Type

Abstract Type
Properties
name data type description
phone Telephone
contactInstructions InternationalString
onLineResource OnLineResource
address Address
hoursOfService InternationalString

Example

{
  "phone" : {
    "facsimiles" : [ "...", "..." ],
    "voices" : [ "...", "..." ]
  },
  "contactInstructions" : { },
  "onLineResource" : {
    "description" : { },
    "protocol" : "...",
    "name" : "...",
    "linkage" : "...",
    "applicationProfile" : "...",
    "function" : { }
  },
  "address" : {
    "deliveryPoints" : [ "...", "..." ],
    "administrativeArea" : { },
    "electronicMailAddresses" : [ "...", "..." ],
    "postalCode" : "...",
    "country" : { },
    "city" : { }
  },
  "hoursOfService" : { }
}