Skip to content

Class: FIXMLencodingType

FIXML generator hints carried inside . Captures whether a component is inlined in its containing message and whether an element is ignored by the FIXML generator.

URI: fix_orchestra:FIXMLencodingType

 classDiagram
    class FIXMLencodingType
    click FIXMLencodingType href "../FIXMLencodingType/"
      FIXMLencodingType : inlined

      FIXMLencodingType : not_req_xml

Class Properties

Property Value
Class URI fix_orchestra:FIXMLencodingType

Slots

Name Cardinality and Range Description Inheritance
inlined 0..1
Boolean
If true, a component is inlined in a containing message or component direct
not_req_xml 0..1
Boolean
If true, an element is ignored by FIXML generator direct

Usages

used by used in type used
Appinfo fixml_encoding range FIXMLencodingType

In Subsets

Aliases

  • FIXMLencoding

Identifier and Mapping Information

Annotations

property value
xsd_source FIXMLappinfo.xsd

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:FIXMLencodingType
native fix_orchestra:FIXMLencodingType
exact fixml:FIXMLencodingType

LinkML Source

Direct

name: FIXMLencodingType
annotations:
  xsd_source:
    tag: xsd_source
    value: FIXMLappinfo.xsd
description: FIXML generator hints carried inside <fixr:appinfo purpose="FIXML">.
  Captures whether a component is inlined in its containing message and whether an
  element is ignored by the FIXML generator.
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- FIXMLencoding
exact_mappings:
- fixml:FIXMLencodingType
slots:
- inlined
- not_req_xml
class_uri: fix_orchestra:FIXMLencodingType

Induced

name: FIXMLencodingType
annotations:
  xsd_source:
    tag: xsd_source
    value: FIXMLappinfo.xsd
description: FIXML generator hints carried inside <fixr:appinfo purpose="FIXML">.
  Captures whether a component is inlined in its containing message and whether an
  element is ignored by the FIXML generator.
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- FIXMLencoding
exact_mappings:
- fixml:FIXMLencodingType
attributes:
  inlined:
    name: inlined
    description: If true, a component is inlined in a containing message or component
    from_schema: https://w3id.org/lmodel/fix-orchestra
    exact_mappings:
    - fixml:inlined
    rank: 1000
    slot_uri: fix_orchestra:inlined
    ifabsent: boolean(false)
    owner: FIXMLencodingType
    domain_of:
    - FIXMLencodingType
    range: boolean
  not_req_xml:
    name: not_req_xml
    description: If true, an element is ignored by FIXML generator
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - notReqXML
    exact_mappings:
    - fixml:notReqXML
    rank: 1000
    slot_uri: fix_orchestra:not_req_xml
    ifabsent: boolean(false)
    owner: FIXMLencodingType
    domain_of:
    - FIXMLencodingType
    range: boolean
class_uri: fix_orchestra:FIXMLencodingType