You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standard_template/standard/clause_specification_text.adoc
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,24 +338,23 @@ Example of a vertical CRS, here representing height above the NAV88 datum:
338
338
339
339
### 5.2. Temporal Reference Systems
340
340
341
-
Time is referenced by a temporal reference system (temporal RS).
342
-
In this specification, only a string-based notation for time values is defined.
341
+
Time is referenced by a temporal reference system (temporal RS). In the current specification, only a string-based notation for time values is defined. Future versions of this specification may allow for alternative notations, such as recording time values as numeric offsets from a given temporal datum (e.g. "days since 1970-01-01").
343
342
344
343
- A temporal RS object MUST have a member `"type"`. The only currently defined value of it is `"TemporalRS"`.
345
344
- A temporal RS object MUST have a member `"calendar"` with value `"Gregorian"` or a URI.
346
-
- If the Gregorian calender is used, then `"calendar"` MUST have the value `"Gregorian"` and cannot be a URI.
345
+
- If the Gregorian calendar is used, then `"calendar"` MUST have the value `"Gregorian"` and cannot be a URI.
347
346
- A temporal RS object MAY have a member `"timeScale"` with a URI as value.
348
-
If omitted, the time scale defaults to `"http://www.opengis.net/def/trs/BIPM/0/UTC[UTC]"`).
347
+
If omitted, the time scale defaults to `"http://www.opengis.net/def/trs/BIPM/0/UTC[UTC]"`.
349
348
If the time scale is UTC, the `"timeScale"` member MUST be omitted.
350
-
- If the calendar is based on years, months, days, then the referenced values SHOULD use one of the following
351
-
ISO8601-based lexical representations:
349
+
- If the calendar is based on years, months, days, then the referenced values SHOULD use one of the following ISO8601-based lexical representations:
352
350
- YYYY
353
351
- ±XYYYY (where X stands for extra year digits)
354
352
- YYYY-MM
355
353
- YYYY-MM-DD
356
354
- YYYY-MM-DDTHH:MM:SS[.F]Z where Z is either "Z" or a time scale offset +|-HH:MM
357
355
- If calendar dates with reduced precision are used in a lexical representation (e.g. `"2016"`), then
358
356
a client SHOULD interpret those dates in that reduced precision.
357
+
- If `"type"` is `"TemporalRS"` and `"calendar"` is `"Gregorian"`, then the above lexical representation MUST be used.
0 commit comments