Skip to content

Class: TransitionType

URI: fix_orchestra:TransitionType

 classDiagram
    class TransitionType
    click TransitionType href "../TransitionType/"
      TransitionType : annotation





        TransitionType --> "0..1" Annotation : annotation
        click Annotation href "../Annotation/"



      TransitionType : name

      TransitionType : target

      TransitionType : when

Class Properties

Property Value
Class URI fix_orchestra:TransitionType

Slots

Name Cardinality and Range Description Inheritance
when 0..1
ExpressionType
Optional guard condition direct
target 1
String
The target state of the transition direct
annotation 0..1
Annotation
direct
name 1
Name
direct

Usages

used by used in type used
StateType transition range TransitionType

In Subsets

Aliases

  • transitionType

Identifier and Mapping Information

Annotations

property value
xsd_source repositorytypes.xsd

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:TransitionType
native fix_orchestra:TransitionType
exact fixr:transitionType

LinkML Source

Direct

name: TransitionType
annotations:
  xsd_source:
    tag: xsd_source
    value: repositorytypes.xsd
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- transitionType
exact_mappings:
- fixr:transitionType
slots:
- when
- target
slot_usage:
  when:
    name: when
    description: Optional guard condition. The transition is allowed if the condition
      evaluates true. If not present, the transition is unconditional.
attributes:
  annotation:
    name: annotation
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:annotation
    slot_uri: fix_orchestra:annotation
    domain_of:
    - ActorType
    - CategoryType
    - CodeSetType
    - CodeType
    - ComponentRefType
    - ComponentType
    - ConceptType
    - FieldRefType
    - FieldType
    - FlowType
    - GroupType
    - IdentifiersType
    - MappedDatatype
    - MessageType
    - ResponseType
    - ScenarioType
    - SectionType
    - StateMachineType
    - StateType
    - TransitionType
    - BaseInterfaceType
    - ProtocolType
    - Datatype
    - Actors
    - Categories
    - CodeSets
    - Components
    - Concepts
    - Datatypes
    - Fields
    - Groups
    - Messages
    - Repository
    - Scenarios
    - Sections
    range: Annotation
  name:
    name: name
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:name
    slot_uri: fix_orchestra:name
    domain_of:
    - OidGrp
    - RefidGrp
    - ActorType
    - CategoryType
    - ComponentRuleType
    - ConceptType
    - FieldRuleType
    - FlowType
    - IdentifierType
    - ResponseType
    - ScenarioType
    - SectionType
    - StateMachineType
    - StateType
    - TimerSchedule
    - TimerType
    - TransitionType
    - TriggerType
    - BaseInterfaceType
    - ProtocolType
    - Datatype
    - Repository
    range: Name
    required: true
class_uri: fix_orchestra:TransitionType

Induced

name: TransitionType
annotations:
  xsd_source:
    tag: xsd_source
    value: repositorytypes.xsd
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- transitionType
exact_mappings:
- fixr:transitionType
slot_usage:
  when:
    name: when
    description: Optional guard condition. The transition is allowed if the condition
      evaluates true. If not present, the transition is unconditional.
attributes:
  annotation:
    name: annotation
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:annotation
    slot_uri: fix_orchestra:annotation
    owner: TransitionType
    domain_of:
    - ActorType
    - CategoryType
    - CodeSetType
    - CodeType
    - ComponentRefType
    - ComponentType
    - ConceptType
    - FieldRefType
    - FieldType
    - FlowType
    - GroupType
    - IdentifiersType
    - MappedDatatype
    - MessageType
    - ResponseType
    - ScenarioType
    - SectionType
    - StateMachineType
    - StateType
    - TransitionType
    - BaseInterfaceType
    - ProtocolType
    - Datatype
    - Actors
    - Categories
    - CodeSets
    - Components
    - Concepts
    - Datatypes
    - Fields
    - Groups
    - Messages
    - Repository
    - Scenarios
    - Sections
    range: Annotation
  name:
    name: name
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:name
    slot_uri: fix_orchestra:name
    owner: TransitionType
    domain_of:
    - OidGrp
    - RefidGrp
    - ActorType
    - CategoryType
    - ComponentRuleType
    - ConceptType
    - FieldRuleType
    - FlowType
    - IdentifierType
    - ResponseType
    - ScenarioType
    - SectionType
    - StateMachineType
    - StateType
    - TimerSchedule
    - TimerType
    - TransitionType
    - TriggerType
    - BaseInterfaceType
    - ProtocolType
    - Datatype
    - Repository
    range: Name
    required: true
  when:
    name: when
    description: Optional guard condition. The transition is allowed if the condition
      evaluates true. If not present, the transition is unconditional.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:when
    rank: 1000
    slot_uri: fix_orchestra:when
    owner: TransitionType
    domain_of:
    - ComponentRuleType
    - FieldRuleType
    - MessageType
    - ResponseType
    - TransitionType
    range: ExpressionType
  target:
    name: target
    description: The target state of the transition
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:target
    rank: 1000
    slot_uri: fix_orchestra:target
    owner: TransitionType
    domain_of:
    - TransitionType
    range: string
    required: true
class_uri: fix_orchestra:TransitionType