Skip to content

Class: FieldAttribGrp

Attributes of a field that be overridden by a rule

URI: fix_orchestra:FieldAttribGrp

 classDiagram
    class FieldAttribGrp
    click FieldAttribGrp href "../FieldAttribGrp/"
      FieldAttribGrp <|-- FieldRefType
        click FieldRefType href "../FieldRefType/"
      FieldAttribGrp <|-- FieldRuleType
        click FieldRuleType href "../FieldRuleType/"
      FieldAttribGrp <|-- FieldType
        click FieldType href "../FieldType/"

      FieldAttribGrp : encoding

      FieldAttribGrp : impl_length

      FieldAttribGrp : impl_max_length

      FieldAttribGrp : impl_min_length

      FieldAttribGrp : max_inclusive

      FieldAttribGrp : min_inclusive

      FieldAttribGrp : presence





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



      FieldAttribGrp : rendering

      FieldAttribGrp : value

Class Properties

Property Value
Class URI fix_orchestra:FieldAttribGrp
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
min_inclusive 0..1
String
Inclusive lower bound direct
max_inclusive 0..1
String
Inclusive upper bound direct
impl_length 0..1
Integer
Fixed length direct
impl_min_length 0..1
Integer
direct
impl_max_length 0..1
Integer
direct
presence 0..1
Presence
Overrides presence when expression is true direct
value 0..1
String
If presence is optional, then it represents a default when the sender does no... direct
rendering 0..1
String
A hint to processes about how to interpret the element direct
encoding 0..1
String
Character encoding if other than US-ASCII direct

Mixin Usage

mixed into description
FieldRefType
FieldRuleType
FieldType

In Subsets

Aliases

  • fieldAttribGrp

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:FieldAttribGrp
native fix_orchestra:FieldAttribGrp
exact fixr:fieldAttribGrp

LinkML Source

Direct

name: FieldAttribGrp
description: Attributes of a field that be overridden by a rule
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- fieldAttribGrp
exact_mappings:
- fixr:fieldAttribGrp
mixin: true
slots:
- min_inclusive
- max_inclusive
- impl_length
- impl_min_length
- impl_max_length
- presence
- value
- rendering
slot_usage:
  presence:
    name: 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.
    exact_mappings:
    - fixr:value
    slot_uri: fix_orchestra:value
attributes:
  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
    domain_of:
    - FieldAttribGrp
    - BaseInterfaceType
    range: string
class_uri: fix_orchestra:FieldAttribGrp

Induced

name: FieldAttribGrp
description: Attributes of a field that be overridden by a rule
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- fieldAttribGrp
exact_mappings:
- fixr:fieldAttribGrp
mixin: true
slot_usage:
  presence:
    name: 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.
    exact_mappings:
    - fixr:value
    slot_uri: fix_orchestra:value
attributes:
  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: FieldAttribGrp
    domain_of:
    - FieldAttribGrp
    - BaseInterfaceType
    range: string
  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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    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: FieldAttribGrp
    domain_of:
    - FieldAttribGrp
    - ComponentType
    - GroupType
    - MessageType
    range: string
class_uri: fix_orchestra:FieldAttribGrp