Skip to content

Class: NameType

_Type of name. Possible values for attribute 'name' are implementation dependent but standard profiles may specify types. An enterprise may have multiple IT systems each having its own local name for the same object, e.g. a planning system may have different names from an EMS. An object may also have different names within the same IT system, e.g. localName as defined in CIM version 14. The definition from CIM14 is: _

_The localName is a human readable name of the object. It is a free text name local to a node in a naming hierarchy similar to a file directory structure. A power system related naming hierarchy may be: Substation, VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have names that typically are unique among them. _

__

URI: cim:NameType

 classDiagram
    class NameType
      NameType : description

      NameType : name_type_authority

          NameType --> NameTypeAuthority : name_type_authority

      NameType : names

          NameType --> Name : names

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Description of the name type direct
name_type_authority 0..1
NameTypeAuthority
Authority responsible for managing names of this type direct
names 0..*
Name
All names of this type direct

Usages

used by used in type used
Name name_type range NameType
NameTypeAuthority name_types range NameType

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: NameType
description: "Type of name. Possible values for attribute 'name' are implementation\
  \ dependent but standard profiles may specify types. An enterprise may have multiple\
  \ IT systems each having its own local name for the same object, e.g. a planning\
  \ system may have different names from an EMS. An object may also have different\
  \ names within the same IT system, e.g. localName as defined in CIM version 14.\
  \ The definition from CIM14 is:\r\nThe localName is a human readable name of the\
  \ object. It is a free text name local to a node in a naming hierarchy similar to\
  \ a file directory structure. A power system related naming hierarchy may be: Substation,\
  \ VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have\
  \ names that typically are unique among them.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  description:
    name: description
    description: "Description of the name type.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameType.description
    multivalued: false
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
  name_type_authority:
    name: name_type_authority
    description: Authority responsible for managing names of this type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:NameType.NameTypeAuthority
    multivalued: false
    domain_of:
    - NameType
    range: NameTypeAuthority
    required: false
  names:
    name: names
    description: All names of this type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameType.Names
    multivalued: true
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
class_uri: cim:NameType

Induced

name: NameType
description: "Type of name. Possible values for attribute 'name' are implementation\
  \ dependent but standard profiles may specify types. An enterprise may have multiple\
  \ IT systems each having its own local name for the same object, e.g. a planning\
  \ system may have different names from an EMS. An object may also have different\
  \ names within the same IT system, e.g. localName as defined in CIM version 14.\
  \ The definition from CIM14 is:\r\nThe localName is a human readable name of the\
  \ object. It is a free text name local to a node in a naming hierarchy similar to\
  \ a file directory structure. A power system related naming hierarchy may be: Substation,\
  \ VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have\
  \ names that typically are unique among them.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  description:
    name: description
    description: "Description of the name type.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameType.description
    multivalued: false
    alias: description
    owner: NameType
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
  name_type_authority:
    name: name_type_authority
    description: Authority responsible for managing names of this type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:NameType.NameTypeAuthority
    multivalued: false
    alias: name_type_authority
    owner: NameType
    domain_of:
    - NameType
    range: NameTypeAuthority
    required: false
  names:
    name: names
    description: All names of this type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:NameType.Names
    multivalued: true
    alias: names
    owner: NameType
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
class_uri: cim:NameType