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

DimensionSize/Height 

integer"minimum": 1Yes1
GRIDDimensionSize/Widthinteger"minimum": 1Yes1
GRIDDimensionSize/Timeinteger

"minimum": 1

No1

Providing time value is optional. The values are registered in seconds. 

GRIDDimensionSize/Other/NameString1 - 85 charactersNo1

The element should only be used if the Dimension is not defined with the DimensionSize group.

GRIDDimensionSize/Other/ValueStringNo minimum or maximumNo1


GRIDDimensionSize/Other/DescriptionString1-1024 charactersNo1


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.12023-04-27First version published on wiki 
  • No labels