Skip to content

Class: FieldRefType

URI: fix_orchestra:FieldRefType

 classDiagram
    class FieldRefType
    click FieldRefType href "../FieldRefType/"
      RefidGrp <|-- FieldRefType
        click RefidGrp href "../RefidGrp/"
      EntityAttribGrp <|-- FieldRefType
        click EntityAttribGrp href "../EntityAttribGrp/"
      FieldAttribGrp <|-- FieldRefType
        click FieldAttribGrp href "../FieldAttribGrp/"

      FieldRefType : added

      FieldRefType : added_ep

      FieldRefType : annotation





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



      FieldRefType : assign

      FieldRefType : change_type





        FieldRefType --> "0..1" ChangeType : change_type
        click ChangeType href "../ChangeType/"



      FieldRefType : deprecated

      FieldRefType : deprecated_ep

      FieldRefType : encoding

      FieldRefType : id

      FieldRefType : impl_length

      FieldRefType : impl_max_length

      FieldRefType : impl_min_length

      FieldRefType : instance_name

      FieldRefType : issue

      FieldRefType : last_modified

      FieldRefType : length_id

      FieldRefType : max_inclusive

      FieldRefType : min_inclusive

      FieldRefType : name

      FieldRefType : non_encoded_field_id

      FieldRefType : presence





        FieldRefType --> "0..1" Presence : presence
        click Presence href "../Presence/"



      FieldRefType : rendering

      FieldRefType : replaced

      FieldRefType : replaced_by_field

      FieldRefType : replaced_ep

      FieldRefType : rule





        FieldRefType --> "*" FieldRuleType : rule
        click FieldRuleType href "../FieldRuleType/"



      FieldRefType : scenario

      FieldRefType : scenario_id

      FieldRefType : supported





        FieldRefType --> "0..1" SupportType : supported
        click SupportType href "../SupportType/"



      FieldRefType : updated

      FieldRefType : updated_ep

      FieldRefType : value

Inheritance

Class Properties

Property Value
Class URI fix_orchestra:FieldRefType

Slots

Name Cardinality and Range Description Inheritance
length_id 0..1
Id
Identifies a field used as a length prefix direct
non_encoded_field_id 0..1
Id
Identifies a non-encoded field related to an encoded field direct
rule *
FieldRuleType
Rule to tell when a conditionally require field is required or forbidden, to ... direct
assign 0..1
ExpressionType
Content of element holds an assignment expression for a message field or stat... direct
annotation 0..1
Annotation
direct
instance_name 0..1
Name
Override the field name for this instance, for code generation and the like direct
scenario_id 0..1
Id
Unique identifier of a scenario RefidGrp
id 1
Id
Numeric identifier generally must be unique within a file for an element type... RefidGrp
name 0..1
Name
The name is optional as part of a reference and only for convenience RefidGrp
scenario 0..1
Name
The use case of an element, distinguished by workflow, asset class, etc RefidGrp
added 0..1
Version
EntityAttribGrp
added_ep 0..1
EP
EntityAttribGrp
change_type 0..1
ChangeType
EntityAttribGrp
deprecated_ep 0..1
EP
EntityAttribGrp
issue 0..1
String
EntityAttribGrp
last_modified 0..1
Version
EntityAttribGrp
replaced 0..1
Version
EntityAttribGrp
replaced_ep 0..1
EP
EntityAttribGrp
replaced_by_field 0..1
Id
EntityAttribGrp
supported 0..1
SupportType
EntityAttribGrp
updated 0..1
Version
EntityAttribGrp
updated_ep 0..1
EP
EntityAttribGrp
deprecated 0..1
Version
EntityAttribGrp
min_inclusive 0..1
String
Inclusive lower bound FieldAttribGrp
max_inclusive 0..1
String
Inclusive upper bound FieldAttribGrp
impl_length 0..1
Integer
Fixed length FieldAttribGrp
impl_min_length 0..1
Integer
FieldAttribGrp
impl_max_length 0..1
Integer
FieldAttribGrp
presence 0..1
Presence
Overrides presence when expression is true FieldAttribGrp
value 0..1
String
If presence is optional, then it represents a default when the sender does no... FieldAttribGrp
rendering 0..1
String
A hint to processes about how to interpret the element FieldAttribGrp
encoding 0..1
String
Character encoding if other than US-ASCII FieldAttribGrp

Usages

used by used in type used
ActionType field_ref range FieldRefType
ActorType field_ref range FieldRefType
BlockAssignmentType field_ref range FieldRefType
ComponentType field_ref range FieldRefType
ConceptType field_ref range FieldRefType
UniqueInline field_ref range FieldRefType
GroupType num_in_group range FieldRefType
GroupType field_ref range FieldRefType
StructureInline field_ref range FieldRefType
ResponseType field_ref range FieldRefType

In Subsets

Aliases

  • fieldRefType

Identifier and Mapping Information

Annotations

property value
xsd_source repositorytypes.xsd

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:FieldRefType
native fix_orchestra:FieldRefType
exact fixr:fieldRefType
close fix_sbe:RefTypeV1, fix_sbe:RefTypeV2

LinkML Source

Direct

name: FieldRefType
annotations:
  xsd_source:
    tag: xsd_source
    value: repositorytypes.xsd
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- fieldRefType
exact_mappings:
- fixr:fieldRefType
close_mappings:
- fix_sbe:RefTypeV1
- fix_sbe:RefTypeV2
mixins:
- RefidGrp
- EntityAttribGrp
- FieldAttribGrp
slots:
- length_id
- non_encoded_field_id
attributes:
  rule:
    name: rule
    description: Rule to tell when a conditionally require field is required or forbidden,
      to override other attributes, or perform validation.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:rule
    slot_uri: fix_orchestra:rule
    domain_of:
    - ComponentRefType
    - FieldRefType
    - FieldType
    range: FieldRuleType
    multivalued: true
    inlined: true
    inlined_as_list: true
  assign:
    name: assign
    description: Content of element holds an assignment expression for a message field
      or state variable
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:assign
    slot_uri: fix_orchestra:assign
    domain_of:
    - ActionType
    - FieldRefType
    - FieldRuleType
    - FieldType
    - IdentifiersType
    range: ExpressionType
  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
  instance_name:
    name: instance_name
    description: Override the field name for this instance, for code generation and
      the like. Allows more than one instance of a field in a message or component.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - instanceName
    exact_mappings:
    - fixr:instanceName
    slot_uri: fix_orchestra:instance_name
    domain_of:
    - ComponentRefType
    - FieldRefType
    range: Name
class_uri: fix_orchestra:FieldRefType

Induced

name: FieldRefType
annotations:
  xsd_source:
    tag: xsd_source
    value: repositorytypes.xsd
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- fieldRefType
exact_mappings:
- fixr:fieldRefType
close_mappings:
- fix_sbe:RefTypeV1
- fix_sbe:RefTypeV2
mixins:
- RefidGrp
- EntityAttribGrp
- FieldAttribGrp
attributes:
  rule:
    name: rule
    description: Rule to tell when a conditionally require field is required or forbidden,
      to override other attributes, or perform validation.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:rule
    slot_uri: fix_orchestra:rule
    owner: FieldRefType
    domain_of:
    - ComponentRefType
    - FieldRefType
    - FieldType
    range: FieldRuleType
    multivalued: true
    inlined: true
    inlined_as_list: true
  assign:
    name: assign
    description: Content of element holds an assignment expression for a message field
      or state variable
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:assign
    slot_uri: fix_orchestra:assign
    owner: FieldRefType
    domain_of:
    - ActionType
    - FieldRefType
    - FieldRuleType
    - FieldType
    - IdentifiersType
    range: ExpressionType
  annotation:
    name: annotation
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:annotation
    slot_uri: fix_orchestra:annotation
    owner: FieldRefType
    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
  instance_name:
    name: instance_name
    description: Override the field name for this instance, for code generation and
      the like. Allows more than one instance of a field in a message or component.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - instanceName
    exact_mappings:
    - fixr:instanceName
    slot_uri: fix_orchestra:instance_name
    owner: FieldRefType
    domain_of:
    - ComponentRefType
    - FieldRefType
    range: Name
  length_id:
    name: length_id
    description: Identifies a field used as a length prefix
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - lengthId
    exact_mappings:
    - fixr:lengthId
    rank: 1000
    slot_uri: fix_orchestra:length_id
    owner: FieldRefType
    domain_of:
    - FieldRefType
    - FieldType
    range: Id
  non_encoded_field_id:
    name: non_encoded_field_id
    description: Identifies a non-encoded field related to an encoded field
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - nonEncodedFieldId
    exact_mappings:
    - fixr:nonEncodedFieldId
    rank: 1000
    slot_uri: fix_orchestra:non_encoded_field_id
    owner: FieldRefType
    domain_of:
    - FieldRefType
    - FieldType
    range: Id
  scenario_id:
    name: scenario_id
    description: Unique identifier of a scenario. Default is '1' for base scenario.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - scenarioId
    exact_mappings:
    - fixr:scenarioId
    rank: 1000
    slot_uri: fix_orchestra:scenario_id
    ifabsent: string(1)
    owner: FieldRefType
    domain_of:
    - OidGrp
    - RefidGrp
    - Datatype
    range: Id
  id:
    name: id
    description: Numeric identifier generally must be unique within a file for an
      element type, e.g. unique field tag
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:id
    slot_uri: fix_orchestra:id
    owner: FieldRefType
    domain_of:
    - OidGrp
    - RefidGrp
    - ScenarioType
    - XmlSpecialAttrs
    - XmlGlobalAttributes
    range: Id
    required: true
  name:
    name: name
    description: The name is optional as part of a reference and only for convenience.
      It is not enforced by referential integrity. However, the name of the referred
      object is authoritative. A validator may check the consistency between the name
      used for the reference and the name of the referred object.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:name
    slot_uri: fix_orchestra:name
    owner: FieldRefType
    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
  scenario:
    name: scenario
    description: The use case of an element, distinguished by workflow, asset class,
      etc.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:scenario
    slot_uri: fix_orchestra:scenario
    ifabsent: string(base)
    owner: FieldRefType
    domain_of:
    - OidGrp
    - RefidGrp
    - Datatype
    - Scenarios
    range: Name
  added:
    name: added
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:added
    rank: 1000
    slot_uri: fix_orchestra:added
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: Version
  added_ep:
    name: added_ep
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - addedEP
    exact_mappings:
    - fixr:addedEP
    rank: 1000
    slot_uri: fix_orchestra:added_ep
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: EP
  change_type:
    name: change_type
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - changeType
    exact_mappings:
    - fixr:changeType
    rank: 1000
    slot_uri: fix_orchestra:change_type
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: ChangeType
  deprecated_ep:
    name: deprecated_ep
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - deprecatedEP
    exact_mappings:
    - fixr:deprecatedEP
    rank: 1000
    slot_uri: fix_orchestra:deprecated_ep
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: EP
  issue:
    name: issue
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:issue
    rank: 1000
    slot_uri: fix_orchestra:issue
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: string
  last_modified:
    name: last_modified
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - lastModified
    exact_mappings:
    - fixr:lastModified
    rank: 1000
    slot_uri: fix_orchestra:last_modified
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: Version
  replaced:
    name: replaced
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:replaced
    rank: 1000
    slot_uri: fix_orchestra:replaced
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: Version
  replaced_ep:
    name: replaced_ep
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - replacedEP
    exact_mappings:
    - fixr:replacedEP
    rank: 1000
    slot_uri: fix_orchestra:replaced_ep
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: EP
  replaced_by_field:
    name: replaced_by_field
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - replacedByField
    exact_mappings:
    - fixr:replacedByField
    rank: 1000
    slot_uri: fix_orchestra:replaced_by_field
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: Id
  supported:
    name: supported
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:supported
    rank: 1000
    slot_uri: fix_orchestra:supported
    ifabsent: string(supported)
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: SupportType
  updated:
    name: updated
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:updated
    rank: 1000
    slot_uri: fix_orchestra:updated
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: Version
  updated_ep:
    name: updated_ep
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - updatedEP
    exact_mappings:
    - fixr:updatedEP
    rank: 1000
    slot_uri: fix_orchestra:updated_ep
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    range: EP
  deprecated:
    name: deprecated
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:deprecated
    rank: 1000
    slot_uri: fix_orchestra:deprecated
    owner: FieldRefType
    domain_of:
    - EntityAttribGrp
    - ProtocolType
    range: Version
  min_inclusive:
    name: min_inclusive
    description: Inclusive lower bound
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - minInclusive
    exact_mappings:
    - fixr:minInclusive
    rank: 1000
    slot_uri: fix_orchestra:min_inclusive
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - MappedDatatype
    range: string
  max_inclusive:
    name: max_inclusive
    description: Inclusive upper bound
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - maxInclusive
    exact_mappings:
    - fixr:maxInclusive
    rank: 1000
    slot_uri: fix_orchestra:max_inclusive
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - MappedDatatype
    range: string
  impl_length:
    name: impl_length
    description: Fixed length
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - implLength
    exact_mappings:
    - fixr:implLength
    rank: 1000
    slot_uri: fix_orchestra:impl_length
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    range: integer
  impl_min_length:
    name: impl_min_length
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - implMinLength
    exact_mappings:
    - fixr:implMinLength
    rank: 1000
    slot_uri: fix_orchestra:impl_min_length
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    range: integer
  impl_max_length:
    name: impl_max_length
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - implMaxLength
    exact_mappings:
    - fixr:implMaxLength
    rank: 1000
    slot_uri: fix_orchestra:impl_max_length
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    range: integer
  presence:
    name: presence
    description: Overrides presence when expression is true
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:presence
    rank: 1000
    slot_uri: fix_orchestra:presence
    ifabsent: string(optional)
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - ComponentRefType
    - ComponentRuleType
    range: Presence
  value:
    name: value
    description: If presence is optional, then it represents a default when the sender
      does not provide the field. If presence is constant, then it is the constant
      value.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:value
    rank: 1000
    slot_uri: fix_orchestra:value
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - Appinfo
    - CodeType
    - Documentation
    - IdentifierType
    - InterfaceAppinfo
    - InterfaceDocumentation
    - DcSimpleLiteral
    range: string
  rendering:
    name: rendering
    description: A hint to processes about how to interpret the element. Not validated.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:rendering
    rank: 1000
    slot_uri: fix_orchestra:rendering
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - ComponentType
    - GroupType
    - MessageType
    range: string
  encoding:
    name: encoding
    description: Character encoding if other than US-ASCII
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixr:encoding
    rank: 1000
    slot_uri: fix_orchestra:encoding
    owner: FieldRefType
    domain_of:
    - FieldAttribGrp
    - BaseInterfaceType
    range: string
class_uri: fix_orchestra:FieldRefType