teidata.temporal.iso
teidata.temporal.iso 定義該系列表示時間的屬性值,例如日期、時間或兩者的組合,需符合國際標準 Data elements and interchange formats – Information interchange – Representation of dates and times | |
組件 | tei — The TEI Infrastructure |
屬於 |
分類:
|
Content model |
<content> |
宣告 |
<rng:define name="teidata.temporal.iso"> teidata.temporal.iso = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |