name: hdmf-experimental.experimental id: hdmf-experimental.experimental imports: - hdmf-common.table - nwb.language - hdmf-experimental.experimental prefixes: hdmf-experimental.experimental: prefix_prefix: hdmf-experimental.experimental prefix_reference: https://example.com/hdmf-experimental.experimental/ 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: name: name: name range: string required: true elements: name: elements description: Reference to the VectorData object that contains the enumerable elements range: VectorData tree_root: true