<time>

<time> 時間を表す語句を示す. 3.5.4 Dates and Times
モジュールcore — 3 Elements Available in All TEI Documents
属性 att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.durationatt.duration.w3c (@dur) att.duration.iso (@dur-iso) att.editLike (@cert, @resp, @evidence, @source, @precision) att.typed (@type, @subtype)
当該モジュールを使用するもの model.dateLike
下位
宣言

<rng:element name="time">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.duration.w3c.attributes"/>
<rng:ref name="att.duration.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
<!-- <rng:ref name="model.datePart"/>-->
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element time
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.duration.w3c.attributes,
   att.duration.iso.attributes,
   att.editLike.attributes,
   att.typed.attributes,
   ( text | model.gLike | model.phrase | model.global )*
}
As he sat smiling, the quarter struck —
<time when="11:45:00">the quarter to twelve</time>.