Skip to content

Class: TaxonomyClassification

URI: common_domain_model:TaxonomyClassification

 classDiagram
    class TaxonomyClassification
    click TaxonomyClassification href "../TaxonomyClassification/"
      TaxonomyClassification : className

      TaxonomyClassification : description

      TaxonomyClassification : ordinal

      TaxonomyClassification : value

Slots

Name Cardinality and Range Description Inheritance
className 0..1
string
The name defined by the classification system for a specific attribute in the... direct
value 1
string
The value set by the taxonomy that is specific to the className attribute direct
description 0..1
string
A description of the class direct
ordinal 0..1
Integer
In the case of multi-layered hierarchical classification systems such as comm... direct

Usages

used by used in type used
TaxonomyValue classification range TaxonomyClassification

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:TaxonomyClassification
native common_domain_model:TaxonomyClassification

LinkML Source

Direct

name: TaxonomyClassification
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- className
- value
- description
- ordinal
slot_usage:
  value:
    name: value
    description: The value set by the taxonomy that is specific to the className attribute.
    range: string
    required: true
  description:
    name: description
    description: A description of the class.

Induced

name: TaxonomyClassification
in_subset:
- cdm_base_staticdata_asset_common
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  value:
    name: value
    description: The value set by the taxonomy that is specific to the className attribute.
    range: string
    required: true
  description:
    name: description
    description: A description of the class.
attributes:
  className:
    name: className
    description: The name defined by the classification system for a specific attribute
      in the taxonomy
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: TaxonomyClassification
    domain_of:
    - TaxonomyClassification
    range: string
  value:
    name: value
    description: The value set by the taxonomy that is specific to the className attribute.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: TaxonomyClassification
    domain_of:
    - MeasureBase
    - Schedule
    - DatedValue
    - Taxonomy
    - TaxonomyClassification
    - CodeValue
    - AdjustmentFactor
    - AccrualFactor
    - DisputeResolution
    - OtherEligibleAndPostedSupport
    - CSAThresholdVariableSet
    - CSAMinimumTransferAmountVariableSet
    - MasterAgreementVariableSet
    range: string
    required: true
  description:
    name: description
    description: A description of the class.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:Commodity.description
    rank: 1000
    owner: TaxonomyClassification
    domain_of:
    - Commodity
    - TaxonomyClassification
    - CodeListIdentification
    - CodeValue
    - OtherIndex
    range: string
  ordinal:
    name: ordinal
    description: In the case of multi-layered hierarchical classification systems
      such as commodity classification, the layer the value and className occupy in
      the classification hierarchy, where 1 represents the top-layer.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: TaxonomyClassification
    domain_of:
    - TaxonomyClassification
    range: integer