2023-08-29 05:16:58 +00:00
|
|
|
name: core.nwb.epoch.include
|
|
|
|
id: core.nwb.epoch.include
|
|
|
|
imports:
|
|
|
|
- hdmf-common.table
|
|
|
|
- core.nwb.base
|
|
|
|
- nwb.language
|
|
|
|
- core.nwb.epoch.include
|
|
|
|
- core.nwb.epoch
|
2023-09-04 20:49:07 +00:00
|
|
|
prefixes:
|
|
|
|
core.nwb.epoch:
|
|
|
|
prefix_prefix: core.nwb.epoch
|
|
|
|
prefix_reference: https://example.com/core.nwb.epoch/
|
|
|
|
default_prefix: core.nwb.epoch
|
2023-08-29 05:16:58 +00:00
|
|
|
classes:
|
|
|
|
TimeIntervals__tags_index:
|
|
|
|
name: TimeIntervals__tags_index
|
|
|
|
description: Index for tags.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(tags_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: tags_index
|
2023-08-29 05:16:58 +00:00
|
|
|
TimeIntervals__timeseries:
|
|
|
|
name: TimeIntervals__timeseries
|
|
|
|
description: An index into a TimeSeries object.
|
|
|
|
is_a: TimeSeriesReferenceVectorData
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(timeseries)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: timeseries
|
2023-08-29 05:16:58 +00:00
|
|
|
TimeIntervals__timeseries_index:
|
|
|
|
name: TimeIntervals__timeseries_index
|
|
|
|
description: Index for timeseries.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(timeseries_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: timeseries_index
|