teidata.duration.w3c
teidata.duration.w3c defines the range of attribute values available for representation of a duration in time using W3C datatypes. | |
Module | tei — The TEI Infrastructure |
Used by | Class:
|
Content model | <content> |
Declaration | <rng:define name="teidata.duration.w3c"> teidata.duration.w3c = xsd:duration |
Example | |
Example | |
Example | |
Example | |
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 For complete details, see the W3C specification. |