Skip to content

Class: CustomisedWorkflow

In its initial iteration, this class is meant to support the DTCC TIW workflow information.

URI: common_domain_model:CustomisedWorkflow

 classDiagram
    class CustomisedWorkflow
    click CustomisedWorkflow href "../CustomisedWorkflow/"
      CustomisedWorkflow : itemName

      CustomisedWorkflow : itemValue

Slots

Name Cardinality and Range Description Inheritance
itemName 1
string
In this initial iteration, this corresponds to the DTCC TIW element name direct
itemValue 1
string
In this initial iteration, this corresponds to the DTCC value direct

Usages

used by used in type used
PartyCustomisedWorkflow customisedWorkflow range CustomisedWorkflow

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: CustomisedWorkflow
description: In its initial iteration, this class is meant to support the DTCC TIW
  workflow information.
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- itemName
- itemValue

Induced

name: CustomisedWorkflow
description: In its initial iteration, this class is meant to support the DTCC TIW
  workflow information.
in_subset:
- cdm_event_workflow
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  itemName:
    name: itemName
    description: In this initial iteration, this corresponds to the DTCC TIW element
      name.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CustomisedWorkflow
    domain_of:
    - CustomisedWorkflow
    range: string
    required: true
  itemValue:
    name: itemValue
    description: In this initial iteration, this corresponds to the DTCC value.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CustomisedWorkflow
    domain_of:
    - CustomisedWorkflow
    range: string
    required: true