Class: LeiCode

URI: gx:LeiCode

classDiagram class LeiCode RegistrationNumber <|-- LeiCode LeiCode : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1..1
String
Unique LEI number as defined by https://www direct

Identifier and Mapping Information

Schema Source

  • from schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#

Mappings

Mapping Type Mapped Value
self gx:LeiCode
native gx:LeiCode

LinkML Source

Direct

name: LeiCode
from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: Unique LEI number as defined by https://www.gleif.org.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    slot_uri: schema:leiCode
    identifier: true
    required: true

Induced

name: LeiCode
from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
is_a: RegistrationNumber
attributes:
  value:
    name: value
    description: Unique LEI number as defined by https://www.gleif.org.
    from_schema: https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#
    slot_uri: schema:leiCode
    identifier: true
    alias: value
    owner: LeiCode
    domain_of:
    - LocalRegistrationNumber
    - VatID
    - LeiCode
    - EORI
    - EUID
    range: string
    required: true