Skip to content

Commit

Permalink
Change VocabData to EnumData, mark experimental in readme (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Mar 25, 2021
1 parent 638f232 commit af0ac12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The HDMF-common schema provides the following data structures:
- **VectorData :** A data structure for representing a column
- **VectorIndex :** A data structure for indexing a **VectorData**. This is used to store one-to-many relationships
- **ElementIdentifiers :** A 1D array for storing primary identifiers for elements of a table
- **VocabData :** A data structure for representing a column where the data come from a controlled vocabulary of text values
- **DynamicTableRegion :** A link from one table to an index or region of another
- **CSRMatrix :** A compressed sparse row matrix

Expand All @@ -36,3 +35,5 @@ Current experimental data types are:

- **ExternalResources :** A data structure that contains row-based compound-data tables for storing ontology information and
other external resource references
- **EnumData :** A data structure for representing a column where the data come from a fixed set of elements

0 comments on commit af0ac12

Please sign in to comment.