teidata.temporal.w3c
teidata.temporal.w3c defines the range of attribute values expressing a temporal expression such as a
date, a time, or a combination of them, that conform to the W3C XML Schema Part 2: Datatypes Second Edition specification.
Module | tei |
Used by |
Element:
change/@when
|
Note |
If it is likely that the value used is to be compared with another, then a time zone
indicator should always be included, and only the dateTime representation should be
used.
|
Source | Github
<dataSpec module="tei" ident="teidata.temporal.w3c"> <desc>defines the range of attribute values expressing a temporal expression such as a date, a time, or a combination of them, that conform to the W3C <ref target="#XSD2">XML Schema Part 2: Datatypes Second Edition</ref> specification.</desc> <content> <alternate> <dataRef name="date"/> <dataRef name="gYear"/> <dataRef name="gMonth"/> <dataRef name="gDay"/> <dataRef name="gYearMonth"/> <dataRef name="gMonthDay"/> <dataRef name="time"/> <dataRef name="dateTime"/> </alternate> </content> </dataSpec> |