Class: ArrayOfAction
"An array of action is an ordered list of references to things that may be done or performed."
URI: master:ArrayOfAction
 classDiagram
    class ArrayOfAction
      UcoInherentCharacterizationThing <|-- ArrayOfAction
      ArrayOfAction : action
          ArrayOfAction ..> Action : action
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ArrayOfAction
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| action | 0..1  Action  | 
"A characterization of a single action | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ActionLifecycle | phase | range | ArrayOfAction | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ArrayOfAction | 
| native | master:ArrayOfAction | 
LinkML Source
Direct
name: ArrayOfAction
description: '"An array of action is an ordered list of references to things that
  may be done or performed."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- action
slot_usage:
  action:
    name: action
    domain_of:
    - ArrayOfAction
    minimum_cardinality: 1
Induced
name: ArrayOfAction
description: '"An array of action is an ordered list of references to things that
  may be done or performed."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  action:
    name: action
    domain_of:
    - ArrayOfAction
    minimum_cardinality: 1
attributes:
  action:
    name: action
    description: '"A characterization of a single action."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: action
    owner: ArrayOfAction
    domain_of:
    - ArrayOfAction
    range: Action
    minimum_cardinality: 1