data.duration.w3c

data.duration.w3c defines the range of attribute values available for representation of a duration in time using W3C datatypes.
모듈tei — 1 The TEI Infrastructure
에 의해 사용된
부류:
선언

<rng:define name="data.duration.w3c">
 <rng:data type="duration"/>
</rng:define>
data.duration.w3c = xsd:duration
<time dur="PT45M">forty-five minutes</time>
<date dur="P1DT12H">a day and a half</date>
<date dur="P7D">a week</date>
<time dur="PT0.02S">20 ms</time>