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

Suggested edits to further conform to ISO 8601 temporal standards #85

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ Field | title
**Cardinality** | (0,1)
**Required** | Yes, if applicable
**Accepted Values** | See Usage Notes
**Usage Notes** | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start date, end date} in the format YYYY-MM-DD hh:mm:ss using 24 hour clock time notation (e.g., 2011-02-14 12:00:00, 2013-02-14 12:00:00).
**Example** | `{"temporal":"2000-01-15 00:45:00,2010-01-15 00:06:00"}`
**Usage Notes** | This field should contain an interval of time defined by start and end dates. Dates should be formatted as pairs of {start datetime/end datetime} in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. ISO 8601 specifies datetimes to be formatted as YYY-MM-DDT12:46:14Z, where the T specifies a seperator between the date and time and time is expressed in 24 hour notation in the UTC (Zulu) time zone. (e.g., 2011-02-14T12:00:00Z/2013-07-04T19:34:00Z).
**Example** | `{"temporal":"2000-01-15T00:45:00Z/2010-01-15T00:06:00Z"}`

{.table .table-striped}
**Field** | **issued**
Expand All @@ -253,9 +253,9 @@ Field | title
----- | -----
**Cardinality** | (0,1)
**Required** | No
**Accepted Values** | Must be one of the following: hourly, daily, weekly, yearly, other
**Accepted Values** | Must be one of the following: 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
**Usage Notes** | -
**Example** | `{"accrualPeriodicity":"yearly"}`
**Example** | `{"accrualPeriodicity":"annual"}`

{.table .table-striped}
**Field** | **language**
Expand Down