Skip to content

Class: UniqueInline

URI: fix_orchestra:UniqueInline

 classDiagram
    class UniqueInline
    click UniqueInline href "../UniqueInline/"
      UniqueInline : field_ref





        UniqueInline --> "*" FieldRefType : field_ref
        click FieldRefType href "../FieldRefType/"



Slots

Name Cardinality and Range Description Inheritance
field_ref *
FieldRefType
Other field or fields that scope uniqueness direct

Usages

used by used in type used
FieldRuleType unique range UniqueInline

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_anonymous_inline True

Schema Source

Mappings

Mapping Type Mapped Value
self fix_orchestra:UniqueInline
native fix_orchestra:UniqueInline

LinkML Source

Direct

name: UniqueInline
annotations:
  xsd_anonymous_inline:
    tag: xsd_anonymous_inline
    value: true
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
slots:
- field_ref

Induced

name: UniqueInline
annotations:
  xsd_anonymous_inline:
    tag: xsd_anonymous_inline
    value: true
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
attributes:
  field_ref:
    name: field_ref
    description: Other field or fields that scope uniqueness. If none provided, then
      the field value must be globally unique.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    aliases:
    - fieldRef
    exact_mappings:
    - fixr:fieldRef
    rank: 1000
    slot_uri: fix_orchestra:field_ref
    owner: UniqueInline
    domain_of:
    - ActionType
    - ActorType
    - BlockAssignmentType
    - ComponentType
    - ConceptType
    - UniqueInline
    - GroupType
    - StructureInline
    range: FieldRefType
    multivalued: true
    inlined: true
    inlined_as_list: true