Skip to content

Enum: Presence

URI: fix_orchestra:Presence

Enum URI: fix_orchestra:Presence

Permissible Values

Value Meaning Description
optional None The field or component MAY be present; it may be conditionally required based...
required None The field or component MUST be present
forbidden None The field or component MUST NOT be present
ignored None The field or component MAY be present but is not validated
constant None The field has a constant value; in some encodings it need not be sent on the ...

Slots

Name Description
presence Overrides presence when expression is true

In Subsets

Aliases

  • presence_t

Identifier and Mapping Information

Schema Source

LinkML Source

name: Presence
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- presence_t
exact_mappings:
- fixr:presence_t
- fix_sbe:Presence
rank: 1000
enum_uri: fix_orchestra:Presence
permissible_values:
  optional:
    text: optional
    description: The field or component MAY be present; it may be conditionally required
      based on a rule.
  required:
    text: required
    description: The field or component MUST be present.
  forbidden:
    text: forbidden
    description: The field or component MUST NOT be present.
  ignored:
    text: ignored
    description: The field or component MAY be present but is not validated.
  constant:
    text: constant
    description: The field has a constant value; in some encodings it need not be
      sent on the wire.