from |
union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) |
|
|
optional |
|
indicates the starting point of the period in standard form, e.g.
yyyy-mm-dd. |
|
notAfter |
union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) |
|
|
optional |
|
specifies the latest possible date for the event in standard form, e.g.
yyyy-mm-dd. |
|
notBefore |
union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) |
|
|
optional |
|
specifies the earliest possible date for the event in standard form, e.g.
yyyy-mm-dd. |
|
to |
union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) |
|
|
optional |
|
indicates the ending point of the period in standard form, e.g.
yyyy-mm-dd. |
|
when |
union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) |
|
|
optional |
|
supplies the value of the date or time in a standard form, e.g.
yyyy-mm-dd. |
|