Skip to content

Class: ResponsesInline

URI: fix_orchestra:ResponsesInline

 classDiagram
    class ResponsesInline
    click ResponsesInline href "../ResponsesInline/"
      ResponsesInline : response





        ResponsesInline --> "1..*" ResponseType : response
        click ResponseType href "../ResponseType/"



Slots

Name Cardinality and Range Description Inheritance
response 1..*
ResponseType
Responses are evaluated and triggered in the order listed direct

Usages

used by used in type used
MessageType responses range ResponsesInline

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_anonymous_inline True

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:ResponsesInline
native fix_orchestra:ResponsesInline

LinkML Source

Direct

name: ResponsesInline
annotations:
  xsd_anonymous_inline:
    tag: xsd_anonymous_inline
    value: true
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
slots:
- response

Induced

name: ResponsesInline
annotations:
  xsd_anonymous_inline:
    tag: xsd_anonymous_inline
    value: true
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
attributes:
  response:
    name: response
    description: Responses are evaluated and triggered in the order listed
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:response
    rank: 1000
    slot_uri: fix_orchestra:response
    owner: ResponsesInline
    domain_of:
    - ResponsesInline
    range: ResponseType
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true