nwb-linkml/nwb_linkml/schema/hdmf-experimental.experimental.yaml
sneakers-the-rat 4faaa8efe8 I believe that's a full translation
or at least all the semantics are present. it's not pretty by any stretch of the imagination
2023-08-25 00:22:47 -07:00

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