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

From version 3.10
edited by Helena
on 2025/05/15 23:58
Change comment: There is no comment for this version
To version 3.12
edited by Helena
on 2025/05/16 00:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -164,12 +164,16 @@
164 164  
165 165  Representation: xs:gYear (YYYY)
166 166  
167 -Period: the start of January 1 to the end of December 31 **Gregorian Year Month**:
167 +Period: the start of January 1 to the end of December 31
168 168  
169 +**Gregorian Year Month**:
170 +
169 169  Representation: xs:gYearMonth (YYYY-MM)
170 170  
171 -Period: the start of the first day of the month to end of the last day of the month **Gregorian Day**:
173 +Period: the start of the first day of the month to end of the last day of the month
172 172  
175 +**Gregorian Day**:
176 +
173 173  Representation: xs:date (YYYY-MM-DD)
174 174  
175 175  Period: the start of the day (00:00:00) to the end of the day (23:59:59)
... ... @@ -202,8 +202,10 @@
202 202  
203 203  Limit per year: 1
204 204  
205 -Representation: common:ReportingYearType (YYYY-A1, e.g. 2000-A1) **Reporting Semester:**
209 +Representation: common:ReportingYearType (YYYY-A1, e.g. 2000-A1)
206 206  
211 +**Reporting Semester:**
212 +
207 207  Period Indicator: S
208 208  
209 209  Period Duration: P6M (six months)
... ... @@ -220,8 +220,10 @@
220 220  
221 221  Limit per year: 3
222 222  
223 -Representation: common:ReportingTrimesterType (YYYY-Tt, e.g. 2000-T3) **Reporting Quarter:**
229 +Representation: common:ReportingTrimesterType (YYYY-Tt, e.g. 2000-T3)
224 224  
231 +**Reporting Quarter:**
232 +
225 225  Period Indicator: Q
226 226  
227 227  Period Duration: P3M (three months)
... ... @@ -228,8 +228,10 @@
228 228  
229 229  Limit per year: 4
230 230  
231 -Representation: common:ReportingQuarterType (YYYY-Qq, e.g. 2000-Q4) **Reporting Month**:
239 +Representation: common:ReportingQuarterType (YYYY-Qq, e.g. 2000-Q4)
232 232  
241 +**Reporting Month**:
242 +
233 233  Period Indicator: M
234 234  
235 235  Period Duration: P1M (one month)
... ... @@ -250,7 +250,7 @@
250 250  
251 251  Representation: common:ReportingWeekType (YYYY-Www, e.g. 2000-W53)
252 252  
253 -Notes: There are either 52 or 53 weeks in a reporting year. This is based on the ISO 8601 definition of a week (Monday - Saturday), where the first week of a reporting year is defined as the week with the first Thursday on or after the reporting year start day.^^[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)^^3^^>>path:#sdfootnote3sym||name="sdfootnote3anc"]](%%)^^ The reporting week is always represented as two digits, therefore 1-9 are 0 padded (e.g. 01). This allows the values to be sorted chronologically using textual sorting methods.
263 +Notes: There are either 52 or 53 weeks in a reporting year. This is based on the ISO 8601 definition of a week (Monday - Saturday), where the first week of a reporting year is defined as the week with the first Thursday on or after the reporting year start day.^^[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)^^3^^>>path:#sdfootnote3sym||name="sdfootnote3anc"]](%%)^^ The reporting week is always represented as two digits, therefore 1-9 are 0 padded (e.g. 01). This allows the values to be sorted chronologically using textual sorting methods.
254 254  
255 255  **Reporting Day**:
256 256  
... ... @@ -284,19 +284,19 @@
284 284  
285 285  This is the [REPORTING_YEAR_START_DATE]
286 286  
287 -1.
297 +1.
288 288  11. **If the [PERIOD_INDICATOR] is W:**
289 289  111. **If [REPORTING_YEAR_START_DATE] is a Friday, Saturday, or Sunday:**
290 290  
291 -Add^^[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)^^4^^>>path:#sdfootnote4sym||name="sdfootnote4anc"]](%%)^^ (P3D, P2D, or P1D respectively) to the [REPORTING_YEAR_START_DATE]. The result is the [REPORTING_YEAR_BASE].
301 +Add{{footnote}}The rules for adding durations to a date time are described in the W3C XML Schema specification. See http://www.w3.org/TR/xmlschema-2/#adding-durations-to-dateTimes for further details.{{/footnote}} (P3D, P2D, or P1D respectively) to the [REPORTING_YEAR_START_DATE]. The result is the [REPORTING_YEAR_BASE].
292 292  
293 -1.
294 -11.
303 +1.
304 +11.
295 295  111. **If [REPORTING_YEAR_START_DATE] is a Monday, Tuesday, Wednesday, or Thursday:**
296 296  
297 297  Add^^4^^ (P0D, -P1D, -P2D, or -P3D respectively) to the [REPORTING_YEAR_START_DATE]. The result is the [REPORTING_YEAR_BASE].
298 298  
299 -1.
309 +1.
300 300  11. **Else:**
301 301  
302 302  The [REPORTING_YEAR_START_DATE] is the [REPORTING_YEAR_BASE].