nwb-linkml/nwb_linkml/schema/hdmf-experimental.experimental.yaml

19 lines
582 B
YAML
Raw Normal View History

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