data.temporal.iso

data.temporal.iso 日付や時間などの時間表現をとる属性値の範囲を定義する.これは,国際標 準であるData elements and interchange formats - Information interchange - Representation of dates and timesに準拠したも のになる.
モジュールtei — 1 The TEI Infrastructure
宣言
data.temporal.iso =
   xsd:date
 | xsd:gYear
 | xsd:gMonth
 | xsd:gDay
 | xsd:gYearMonth
 | xsd:gMonthDay
 | xsd:time
 | xsd:dateTime
 | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" }
解説
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.
For all representations for which ISO 8601 describes both a basic and an extended format, these Guidelines recommend use of the extended format.
While ISO 8601 permits the use of both 00:00 and 24:00 to represent midnight, these Guidelines strongly recommend against the use of 24:00.