All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.5.9.1.source-code.cdm-base-staticdata-party-TelephoneTypeEnum.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.party",
  "type": "string",
  "title": "TelephoneTypeEnum",
  "description": "The enumerated values to specify the type of telephone number, e.g. work vs. mobile.",
  "enum": [
    "Fax",
    "Mobile",
    "Personal",
    "Work"
  ],
  "oneOf": [
    {
      "enum": [
        "Fax"
      ],
      "title": "Fax",
      "description": "A number used primarily for work-related facsimile transmissions."
    },
    
    {
      "enum": [
        "Mobile"
      ],
      "title": "Mobile",
      "description": "A number on a mobile telephone that is often or usually used for work-related calls. This type of number can be used for urgent work related business when a work number is not sufficient to contact the person or firm."
    },
    
    {
      "enum": [
        "Personal"
      ],
      "title": "Personal",
      "description": "A number used primarily for non work-related calls. (Normally this type of number would be used only as an emergency backup number, not as a regular course of business)."
    },
    
    {
      "enum": [
        "Work"
      ],
      "title": "Work",
      "description": "A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy