slap a date on it

This commit is contained in:
Kat Marchán 2021-09-11 21:06:48 -07:00
parent 02c40c589d
commit f68137f526
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
3 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,8 @@ documents to extract nodes and even specific data. It is loosely based on CSS
selectors for familiarity and ease of use. Think of it as CSS Selectors or selectors for familiarity and ease of use. Think of it as CSS Selectors or
XPath, but for KDL! XPath, but for KDL!
This document describes KQL `1.0.0`. It was released on September 11, 2021.
## Selectors ## Selectors
Selectors use selection operators to filter nodes that will be returned by an Selectors use selection operators to filter nodes that will be returned by an

View File

@ -6,6 +6,8 @@ constrain the allowed semantics of a KDL document. This can be used for many
purposes: documentation for users, automated verification, or even automated purposes: documentation for users, automated verification, or even automated
generation of bindings! generation of bindings!
This document describes KDL Schema version `1.0.0`. It was released on September 11, 2021.
## The Formal Schema ## The Formal Schema
For the full KDL Schema schema itself, see For the full KDL Schema schema itself, see
@ -277,7 +279,7 @@ and property names when the `node-names` or `prop-names` options are activated.
* `date-time`: ISO8601 date/time format. * `date-time`: ISO8601 date/time format.
* `time`: "Time" section of ISO8601. * `time`: "Time" section of ISO8601.
* `date`: "Date" section of ISO8601. * `date`: "Date" section of ISO8601.
* `duration`: ISO8601 duration format. * `duration`: ISO8601 duration format.
* `decimal`: IEEE 754-2008 decimal string format. * `decimal`: IEEE 754-2008 decimal string format.
* `currency`: ISO 4217 currency code. * `currency`: ISO 4217 currency code.
* `country-2`: ISO 3166-1 alpha-2 country code. * `country-2`: ISO 3166-1 alpha-2 country code.

View File

@ -3,7 +3,7 @@
This is the semi-formal specification for KDL, including the intended data This is the semi-formal specification for KDL, including the intended data
model and the grammar. model and the grammar.
This document describes KDL version `1.0.0`. This document describes KDL version `1.0.0`. It was released on September 11, 2021.
## Introduction ## Introduction