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 | ||
veraltet | This feature will be withdrawn after 2018-10-01 | |
Modul | tei — The TEI Infrastructure | |
Verwendet von | ||
Deklaration | <rng:define name="data.duration.iso"> data.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } | |
Beispiel | <time dur-iso="PT0,75H">three-quarters of an hour</time> | |
Beispiel | <date dur-iso="P1,5D">a day and a half</date> | |
Beispiel | <date dur-iso="P14D">a fortnight</date> | |
Beispiel | <time dur-iso="PT0.02S">20 ms</time> |