data.duration.iso
data.duration.iso 以ISO 8601標準格式定義表示一段持續性時間的屬性值範圍 | ||
Deprecated | This feature will be withdrawn after 2018-10-01 | |
組件 | tei — The TEI Infrastructure | |
屬於 | ||
宣告 | <rng:define name="data.duration.iso"> 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> |