Skip to content

Class: Fixation Method Value (FixationMethodValue)

An override of ArrayValue allowing only values from the FixationMethodEnum enum

URI: microbial_experiment_schema:FixationMethodValue

classDiagram class FixationMethodValue click FixationMethodValue href "../FixationMethodValue" ArrayValue <|-- FixationMethodValue click ArrayValue href "../ArrayValue" FixationMethodValue : value FixationMethodValue --> "1..*" FixationMethodEnum : value click FixationMethodEnum href "../FixationMethodEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1..*
FixationMethodEnum
The value attribute for FixationMethod ArrayValue

Usages

used by used in type used
CytoFLEXAcquisition fixation_method range FixationMethodValue
GenericTemplateDeprecated fixation_method range FixationMethodValue
FormaldehydeFixation fixation_method range FixationMethodValue
MicroscopyAcquisition fixation_method range FixationMethodValue
GenericTemplate fixation_method range FixationMethodValue
CoulterAcquisition fixation_method range FixationMethodValue
BactoBoxAcquisition fixation_method range FixationMethodValue
LogCOMETSamplePrep fixation_method range FixationMethodValue
CFU fixation_method range FixationMethodValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/usnistgov/microbial-experiment-schema

Mappings

Mapping Type Mapped Value
self microbial_experiment_schema:FixationMethodValue
native microbial_experiment_schema:FixationMethodValue

LinkML Source

Direct

name: FixationMethodValue
description: An override of ArrayValue allowing only values from the FixationMethodEnum
  enum
title: Fixation Method Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ArrayValue
slot_usage:
  value:
    name: value
    description: The value attribute for FixationMethod
    range: FixationMethodEnum

Induced

name: FixationMethodValue
description: An override of ArrayValue allowing only values from the FixationMethodEnum
  enum
title: Fixation Method Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ArrayValue
slot_usage:
  value:
    name: value
    description: The value attribute for FixationMethod
    range: FixationMethodEnum
attributes:
  value:
    name: value
    description: The value attribute for FixationMethod
    title: value
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: value
    owner: FixationMethodValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: FixationMethodEnum
    required: true
    multivalued: true
    inlined: false