mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
|
name: hdmf-common.table.include
|
||
|
id: hdmf-common.table.include
|
||
|
imports:
|
||
|
- hdmf-common.base
|
||
|
- nwb.language
|
||
|
- hdmf-common.table.include
|
||
|
- hdmf-common.table
|
||
|
default_prefix: hdmf-common.table.include/
|
||
|
classes:
|
||
|
VectorData__Array:
|
||
|
name: VectorData__Array
|
||
|
is_a: Arraylike
|
||
|
attributes:
|
||
|
dim0:
|
||
|
name: dim0
|
||
|
range: AnyType
|
||
|
required: true
|
||
|
dim1:
|
||
|
name: dim1
|
||
|
range: AnyType
|
||
|
required: false
|
||
|
dim2:
|
||
|
name: dim2
|
||
|
range: AnyType
|
||
|
required: false
|
||
|
dim3:
|
||
|
name: dim3
|
||
|
range: AnyType
|
||
|
required: false
|
||
|
ElementIdentifiers__Array:
|
||
|
name: ElementIdentifiers__Array
|
||
|
is_a: Arraylike
|
||
|
attributes:
|
||
|
num_elements:
|
||
|
name: num_elements
|
||
|
range: int
|
||
|
required: true
|
||
|
DynamicTable__id:
|
||
|
name: DynamicTable__id
|
||
|
description: Array of unique identifiers for the rows of this dynamic table.
|
||
|
is_a: ElementIdentifiers
|
||
|
attributes:
|
||
|
id:
|
||
|
name: id
|
||
|
description: Array of unique identifiers for the rows of this dynamic table.
|
||
|
multivalued: true
|
||
|
range: int
|
||
|
required: true
|