data.duration.iso
data.duration.iso defines the range of attribute values available for representation of a duration in time using ISO 8601 standard formats | |
Modulo | tei — 1 The TEI Infrastructure |
Usato da | Classe:
|
Dichiarazione |
data.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |
Esempio | <time dur-iso="PT0,75H">three-quarters of an hour</time> |
Esempio | <date dur-iso="P1,5D">a day and a half</date> |
Esempio | <date dur-iso="P14D">a fortnight</date> |
Esempio | <time dur-iso="PT0.02S">20 ms</time> |