Skip to content

Class: NameTypeAuthority

_Authority responsible for creation and management of names of a given type; typically an organization or an enterprise system. _

__

URI: cim:NameTypeAuthority

 classDiagram
    class NameTypeAuthority
      NameTypeAuthority : description

      NameTypeAuthority : name_types

          NameTypeAuthority --> NameType : name_types

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Description of the name type authority direct
name_types 0..*
NameType
All name types managed by this authority direct

Usages

used by used in type used
NameType name_type_authority range NameTypeAuthority

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:NameTypeAuthority
native this:NameTypeAuthority

LinkML Source

Direct

name: NameTypeAuthority
description: "Authority responsible for creation and management of names of a given\
  \ type; typically an organization or an enterprise system.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  description:
    name: description
    description: "Description of the name type authority.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameTypeAuthority.description
    multivalued: false
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
  name_types:
    name: name_types
    description: All name types managed by this authority.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:NameTypeAuthority.NameTypes
    multivalued: true
    domain_of:
    - NameTypeAuthority
    range: NameType
    required: false
class_uri: cim:NameTypeAuthority

Induced

name: NameTypeAuthority
description: "Authority responsible for creation and management of names of a given\
  \ type; typically an organization or an enterprise system.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  description:
    name: description
    description: "Description of the name type authority.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameTypeAuthority.description
    multivalued: false
    alias: description
    owner: NameTypeAuthority
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
  name_types:
    name: name_types
    description: All name types managed by this authority.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:NameTypeAuthority.NameTypes
    multivalued: true
    alias: name_types
    owner: NameTypeAuthority
    domain_of:
    - NameTypeAuthority
    range: NameType
    required: false
class_uri: cim:NameTypeAuthority