Last modified by Artur on 2025/09/10 11:19

From version 2.3
edited by Helena
on 2025/06/08 23:38
Change comment: There is no comment for this version
To version 2.5
edited by Helena
on 2025/06/08 23:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -139,15 +139,14 @@
139 139  
140 140  The hierarchy of time formats is as follows (**bold** indicates a category which is made up of multiple formats, //italic// indicates a distinct format):
141 141  
142 -* **Observational Time Period **o **Standard Time Period**
142 +* **Observational Time Period**
143 +** **Standard Time Period**
144 +*** **Basic Time Period**
145 +**** **Gregorian Time Period**
146 +**** //Date Time//
147 +*** **Reporting Time Period**
148 +** //Time Range//
143 143  
144 - § **Basic Time Period**
145 -
146 -* **Gregorian Time Period**
147 -* //Date Time//
148 -
149 -§ **Reporting Time Period **o //Time Range//
150 -
151 151  The details of these time period categories and of the distinct formats which make them up are detailed in the sections to follow.
152 152  
153 153  === 4.2.2 Observational Time Period ===
... ... @@ -163,11 +163,12 @@
163 163  A Gregorian time period is always represented by a Gregorian year, year-month, or day. These are all based on ISO 8601 dates. The representation in SDMX-ML messages and the period covered by each of the Gregorian time periods are as follows:
164 164  
165 165  **Gregorian Year:**
166 -
167 167  Representation: xs:gYear (YYYY)
168 -Period: the start of January 1 to the end of December 31 **Gregorian Year Month**:
166 +Period: the start of January 1 to the end of December 31
167 +**Gregorian Year Month**:
169 169  Representation: xs:gYearMonth (YYYY-MM)
170 -Period: the start of the first day of the month to end of the last day of the month **Gregorian Day**:
169 +Period: the start of the first day of the month to end of the last day of the month
170 +**Gregorian Day**:
171 171  Representation: xs:date (YYYY-MM-DD)
172 172  Period: the start of the day (00:00:00) to the end of the day (23:59:59)
173 173