mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-14 02:34:28 +00:00
sneakers-the-rat
4faaa8efe8
or at least all the semantics are present. it's not pretty by any stretch of the imagination
18 lines
582 B
YAML
18 lines
582 B
YAML
name: hdmf-experimental.experimental
|
|
id: hdmf-experimental.experimental
|
|
imports:
|
|
- hdmf-common.table
|
|
- nwb.language
|
|
default_prefix: hdmf-experimental.experimental/
|
|
classes:
|
|
EnumData:
|
|
name: EnumData
|
|
description: Data that come from a fixed set of values. A data value of i corresponds
|
|
to the i-th value in the VectorData referenced by the 'elements' attribute.
|
|
is_a: VectorData
|
|
attributes:
|
|
elements:
|
|
name: elements
|
|
description: Reference to the VectorData object that contains the enumerable
|
|
elements
|
|
range: VectorData
|