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 | ||
Deprecated | This feature will be withdrawn after 2018-10-01 | |
Module | tei — The TEI Infrastructure | |
Used by | ||
Declaration | <rng:define name="data.duration.iso"> data.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } | |
Example | <time dur-iso="PT0,75H">three-quarters of an hour</time> | |
Example | <date dur-iso="P1,5D">a day and a half</date> | |
Example | <date dur-iso="P14D">a fortnight</date> | |
Example | <time dur-iso="PT0.02S">20 ms</time> | |
Note | A duration is expressed as a sequence of number-letter pairs, preceded by the letter P; the letter gives the unit and may be Y (year), M (month), D (day), H (hour), M (minute), or S (second), in that order. The numbers are all unsigned integers, except for the last, which may have a decimal component (using either For complete details, see ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times. |