Skip to content

LeiCode

URI: gx:LeiCode

 classDiagram
    class LeiCode
    click LeiCode href "../LeiCode"
      RegistrationNumber <|-- LeiCode
        click RegistrationNumber href "../RegistrationNumber"

      LeiCode : countryCode




    LeiCode --> "0..1" String : countryCode
    click String href "../String"


      LeiCode : leiCode




    LeiCode --> "1" String : leiCode
    click String href "../String"


      LeiCode : subdivisionCountryCode




    LeiCode --> "0..1" RegionCode : subdivisionCountryCode
    click RegionCode href "../RegionCode"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
leiCode 1
xsd:string
Unique LEI number as defined by https://www direct
countryCode 0..1
xsd:string or 
CountryNameAlpha2
The country where the LEI number is registered direct
subdivisionCountryCode 0..1
RegionCode
The country subdivision (state/region) where the LEI number is registered direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#legal-person

LinkML Source

Direct

name: LeiCode
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
slots:
- leiCode
- countryCode
- subdivisionCountryCode
slot_usage:
  countryCode:
    name: countryCode
    description: The country where the LEI number is registered.

Induced

name: LeiCode
from_schema: https://w3id.org/gaia-x/development#legal-person
is_a: RegistrationNumber
slot_usage:
  countryCode:
    name: countryCode
    description: The country where the LEI number is registered.
attributes:
  leiCode:
    name: leiCode
    description: Unique LEI number as defined by https://www.gleif.org.
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:leiCode
    identifier: true
    alias: leiCode
    owner: LeiCode
    domain_of:
    - LeiCode
    range: string
    required: true
  countryCode:
    name: countryCode
    description: The country where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: countryCode
    owner: LeiCode
    domain_of:
    - Address
    - VatID
    - LeiCode
    range: string
    any_of:
    - range: CountryNameAlpha2
  subdivisionCountryCode:
    name: subdivisionCountryCode
    description: The country subdivision (state/region) where the LEI number is registered.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: subdivisionCountryCode
    owner: LeiCode
    domain_of:
    - LeiCode
    range: RegionCode