base-continuous-attribute
The base-continuous-attribute component extends base-attribute with an optional
attribute_description property (via attribute-description) that provides
metadata such as discipline, unit, and scale.
This is the base for continuous-valued attribute types including continuous-attribute, color-attribute, string-attribute, integer-attribute, date-time-attribute, vector-attribute, and indices-attribute.
Used by: block-model-attribute, bool-time-series, color-attribute, continuous-attribute, continuous-ensemble, continuous-time-series, date-time-attribute, indices-attribute, integer-attribute, string-attribute, time-step-continuous-attribute, time-step-date-time-attribute, vector-attribute.
See also: base-category-attribute (categorical counterpart).
Properties
base-continuous-attribute (v1.0.0)
A base schema for continuous attributes.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An identifier of the attribute, used to keep track of the attribute when it is renamed. | |
| The identifier must be unique within an attribute list. | ⬆️ ✅ | ||
| attribute_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | attribute-description | The attribute description record. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |