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

Commit 582fe16

Browse files
committed
Update schema.md
Seeking to address #292. Note that this is accompanied by an appendix that is [still under construction](https://github.com/project-open-data/project-open-data.github.io/blob/metadata-v-1.1/iso8601_guidance.md#accrualperiodicity).
1 parent 274399b commit 582fe16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: v1.1/schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ Further Metadata Field Guidance (alphabetical by field)
137137
----- | -----
138138
**Cardinality** | (0,1)
139139
**Required** | No
140-
**Accepted Values** | See usage notes
141-
**Usage Notes** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
142-
**Example** | `{"accrualPeriodicity":"Annual"}`
140+
**Accepted Values** | ISO 8601 Repeating Duration (or `irregular`)
141+
**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).
142+
**Example** | `{"accrualPeriodicity":"R/P1Y"}`
143143

144144
{: .table .table-striped}
145145
**Field <a class="permalink" href="#bureauCode">#</a>** | **<a name="bureauCode">bureauCode</a>**

0 commit comments

Comments
 (0)