2023-08-25 07:22:47 +00:00
|
|
|
name: hdmf-experimental.experimental
|
|
|
|
id: hdmf-experimental.experimental
|
|
|
|
imports:
|
|
|
|
- hdmf-common.table
|
|
|
|
- nwb.language
|
2023-08-29 05:16:58 +00:00
|
|
|
- hdmf-experimental.experimental.include
|
|
|
|
- hdmf-experimental.experimental
|
2023-08-25 07:22:47 +00:00
|
|
|
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
|