Skip to content

Class: ExtensionItem

Specifies the extensions list items

URI: cim:ExtensionItem

 classDiagram
    class ExtensionItem
      ExtensionItem : ext_name

      ExtensionItem : ext_type

      ExtensionItem : ext_value

Slots

Name Cardinality and Range Description Inheritance
ext_name 0..1
String
the name of the extension direct
ext_type 0..1
String
The type of the extension direct
ext_value 0..1
String
the value of the extension direct

Usages

used by used in type used
ExtensionsList extensions_item range ExtensionItem

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cim:ExtensionItem
native cim:ExtensionItem

LinkML Source

Direct

name: ExtensionItem
description: Specifies the extensions list items
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  ext_name:
    name: ext_name
    description: the name of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extName
    multivalued: false
    domain_of:
    - ExtensionItem
    range: string
    required: false
  ext_type:
    name: ext_type
    description: The type of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extType
    multivalued: false
    domain_of:
    - ExtensionItem
    range: string
    required: false
  ext_value:
    name: ext_value
    description: the value of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extValue
    multivalued: false
    domain_of:
    - ExtensionItem
    range: string
    required: false
class_uri: cim:ExtensionItem

Induced

name: ExtensionItem
description: Specifies the extensions list items
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  ext_name:
    name: ext_name
    description: the name of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extName
    multivalued: false
    alias: ext_name
    owner: ExtensionItem
    domain_of:
    - ExtensionItem
    range: string
    required: false
  ext_type:
    name: ext_type
    description: The type of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extType
    multivalued: false
    alias: ext_type
    owner: ExtensionItem
    domain_of:
    - ExtensionItem
    range: string
    required: false
  ext_value:
    name: ext_value
    description: the value of the extension
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ExtensionItem.extValue
    multivalued: false
    alias: ext_value
    owner: ExtensionItem
    domain_of:
    - ExtensionItem
    range: string
    required: false
class_uri: cim:ExtensionItem