Skip to content

Enum: MemberType

URI: fix_orchestra:MemberType

Enum URI: fix_orchestra:MemberType

Permissible Values

Value Meaning Description
oneOf None Members are mutually exclusive; exactly one must be present
anyOf None At least one of the members must be present

Slots

Name Description
which Member selection within each group instance

In Subsets

Aliases

  • memberType

Identifier and Mapping Information

Schema Source

LinkML Source

name: MemberType
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- memberType
exact_mappings:
- fixr:memberType
rank: 1000
enum_uri: fix_orchestra:MemberType
permissible_values:
  oneOf:
    text: oneOf
    description: Members are mutually exclusive; exactly one must be present.
  anyOf:
    text: anyOf
    description: At least one of the members must be present.