DateRangeType

The “dateRange” attribute on the ‘TemporalPropertyType’ has a data type of “DateRangeType”. The below table describes how this data type is constructed.

DateRangeType attributes

startDate

The date which the restriction applies starts. This will be in the format YYYY-MM-DD.

  • Attribute name: startDate (GML), start_date (GeoPackage), start_date (Vector Tiles)

  • Type: Date

  • Multiplicity: [0..1]

endDate

The date which the restriction applies ends. This will be in the format YYYY-MM-DD.

  • Attribute name: endDate (GML), end_date (GeoPackage), end_date (Vector Tiles)

  • Type: Date

  • Multiplicity: [0..1]

Last updated

Was this helpful?