Element Description
Dimensional extent, e.g., height and width (number of rows/columns) of the grid.
Best Practices
The specific purpose of this element is to provider the grid user dimensional information. Grid uses dimensional information placing items in rows, columns and other items, making it easier to create complex layouts.
Examples:
"DimensionSize": {
"Height": 180,
"Width": 360,
"Time": 2628288,
"Other": {
"Name": "Altitude",
"Value": "10000",
"Description": "The altitude of the highest maximum Troposphere values."
}
}
Element Specification
DimensionSize is a required element. (Cardinality: 1)
Model | Element | Type | Constraints | Required? | Cardinality | Notes |
|---|---|---|---|---|---|---|
| GRID | integer | "minimum": 1 | Yes | 1 | ||
| GRID | DimensionSize/Width | integer | "minimum": 1 | Yes | 1 | |
| GRID | DimensionSize/Time | integer | "minimum": 1 | No | 1 | Providing time value is optional. The values are registered in seconds. |
| GRID | DimensionSize/Other/Name | String | 1 - 85 characters | No | 1 | The element should only be used if the Dimension is not defined with the DimensionSize group. |
| GRID | DimensionSize/Other/Value | String | No minimum or maximum | No | 1 | |
| GRID | DimensionSize/Other/Description | String | 1-1024 characters | No | 1 |
Metadata Validation
All records undergo schema and business rule validation before entering the system.
- This element is required with 2 of its sub-elements Height and Width.
- The other elements are optional.
History
GRID Versioning
Version | Date | What Changed |
|---|---|---|
| 0.0.1 | 2023-04-27 | First version published on wiki |