Skip to content

Enum: EntityIdentifierTypeEnum

The enumeration values associated with legal entity identifier sources.

URI: common_domain_model:EntityIdentifierTypeEnum

Permissible Values

Value Meaning Description
REDID None The Reference Entity Database identifier
CountryCode None The ISO 3166 Country Code
Other None Used when the identifier type is not otherwise in this enumerated list becaus...

Enumeration Operations

Inherits From: PartyIdentifierTypeEnum

Slots

Name Description
identifierType Defines the source of the identifier

Identifier and Mapping Information

Schema Source

LinkML Source

name: EntityIdentifierTypeEnum
description: The enumeration values associated with legal entity identifier sources.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  REDID:
    text: REDID
    description: The Reference Entity Database identifier.
  CountryCode:
    text: CountryCode
    description: The ISO 3166 Country Code.
  Other:
    text: Other
    description: Used when the identifier type is not otherwise in this enumerated
      list because it is internal or other reasons.  The source can be identified
      in the scheme which is part of the identifier attribute.
inherits:
- PartyIdentifierTypeEnum