ResponsibleParty Data Type

Abstract Type
Properties
name data type description
positionName InternationalString
individualName string
organisationName InternationalString
role Role
contactInfo Contact

Example

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