Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 300f1dc

Browse files
committed
Fix broken link to accrualPeriodicity
1 parent 14352b0 commit 300f1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: v1.1/schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Dataset Fields {#Dataset}
247247
**Cardinality** | (0,1)
248248
**Required** | No
249249
**Accepted Values** | ISO 8601 Repeating Duration (or `irregular`)
250-
**Usage Notes** | Must be an ISO 8601 repeating duration unless this is not possible because the accrual periodicity is completely irregular, in which case the value should simply be `irregular`. The value should not include a start or end date but rather simply express the duration of time between data publishing. For example, a dataset which is updated on an annual basis would be `R/P1Y`; every three months would be `R/P3M`; weekly would be `R/P1W`; and daily would be `R/P1D`. Further examples and documenation [can be found here](/iso8601_guidance.md#accrualperiodicity).
250+
**Usage Notes** | Must be an ISO 8601 repeating duration unless this is not possible because the accrual periodicity is completely irregular, in which case the value should simply be `irregular`. The value should not include a start or end date but rather simply express the duration of time between data publishing. For example, a dataset which is updated on an annual basis would be `R/P1Y`; every three months would be `R/P3M`; weekly would be `R/P1W`; and daily would be `R/P1D`. Further examples and documenation [can be found here](/iso8601_guidance#accrualperiodicity).
251251
**Example** | `{"accrualPeriodicity":"R/P1Y"}`
252252

253253
{: .table .table-striped #bureauCode}

0 commit comments

Comments
 (0)