data.duration.iso
data.duration.iso 以ISO 8601標準格式定義表示一段持續性時間的屬性值範圍 | |
組件 | tei — 1 The TEI Infrastructure |
屬於 | 分類:
|
宣告 |
data.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |
例子 | <time dur-iso="PT0,75H">three-quarters of an hour</time> |
例子 | <date dur-iso="P1,5D">a day and a half</date> |
例子 | <date dur-iso="P14D">a fortnight</date> |
例子 | <time dur-iso="PT0.02S">20 ms</time> |