title: Contact13
description: |
  Specifies the details of the contact person.
type: object
additionalProperties: false
properties:
  NmPrfx:
    allOf:
      - $ref: ./NamePrefix2Code.yaml
      - description: >
          NamePrefix

          Specifies the terms used to formally address a person.
  Nm:
    allOf:
      - $ref: ./Max140Text.yaml
      - description: >
          Name

          Name by which a party is known and which is usually used to identify that party.
  PhneNb:
    allOf:
      - $ref: ./PhoneNumber.yaml
      - description: >
          PhoneNumber

          Collection of information that identifies a phone number, as defined by telecom services.
  MobNb:
    allOf:
      - $ref: ./PhoneNumber.yaml
      - description: >
          MobilePhoneNumber

          Collection of information that identifies a mobile phone number, as defined by telecom services.
  FaxNb:
    allOf:
      - $ref: ./PhoneNumber.yaml
      - description: >
          FaxNumber

          Collection of information that identifies a fax number, as defined by telecom services.
  URLAdr:
    allOf:
      - $ref: ./Max2048Text.yaml
      - description: >
          URLAddress

          Address for the Universal Resource Locator (URL), for example an address used over the
          www (HTTP) service.
  EmailAdr:
    allOf:
      - $ref: ./Max256Text.yaml
      - description: >
          EmailAddress

          Address for electronic mail (e-mail).
  EmailPurp:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          EmailPurpose

          Purpose for which an email address may be used.
  JobTitl:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          JobTitle

          Title of the function.
  Rspnsblty:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          Responsibility

          Role of a person in an organisation.
  Dept:
    allOf:
      - $ref: ./Max70Text.yaml
      - description: >
          Department

          Identification of a division of a large organisation or building.
  Othr:
    allOf:
      - $ref: ./OtherContact1.yaml
      - description: >
          OtherContact

          Contact details in another form.
  PrefrdMtd:
    allOf:
      - $ref: ./PreferredContactMethod2Code.yaml
      - description: >
          PreferredContactMethod

          Preferred method used to reach the contact.
example:
  NmPrfx: Mr
  Nm: John Doe
  PhneNb: +123-123-321
  MobNb: +123-123-321
  FaxNb: +123-123-321
  URLAdr: http://www.example.com
  EmailAdr: example@example.com
