<timeline>

<timeline> (시간선상) 해당 텍스트의 시간 정렬을 생성하기 위해 구어 텍스트의 요소들이 연결될 수 있는 시간의 순서로 정렬된 지점의 집합을 제시한다. [16.4.2 Placing Synchronous Events in Time]
모듈 linking — Linking, Segmentation, and Alignment
속성
origin⚓︎ 시간선상의 시작점을 가리킨다, 즉, 시작 시간
상태 수의적
자료 유형 teidata.pointer
unit⚓︎ 시간선상의 interval 값에 일치하는 시간 또는 시간 구성성분 지점의 단위를 명시한다.
상태 수의적
자료 유형 teidata.enumerated
제안값은 다음을 포함한다:
d
(days)
h
(hours)
min
(minutes)
s
(seconds)
ms
(milliseconds)
interval⚓︎ 시구간의 수치 비율을 명시한다.
상태 수의적
자료 유형 teidata.interval
클럽 회원
에 의해 포함된
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg standOff
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
포함할 수 있다
linking: when
<timeline xml:id="TL01unit="ms">
 <when xml:id="TL-w0absolute="11:30:00"/>
 <when xml:id="TL-w1interval="unknown"
  since="#TL-w0"/>

 <when xml:id="TL-w2interval="100"
  since="#TL-w1"/>

 <when xml:id="TL-w3interval="200"
  since="#TL-w2"/>

 <when xml:id="TL-w4interval="150"
  since="#TL-w3"/>

 <when xml:id="TL-w5interval="250"
  since="#TL-w4"/>

 <when xml:id="TL-w6interval="100"
  since="#TL-w5"/>

</timeline>
Content model
<content>
 <elementRef key="whenminOccurs="1"
  maxOccurs="unbounded"/>

</content>
선언
<rng:element name="timeline">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="origin">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="unit">
   <rng:choice>
    <rng:value>d</rng:value>
    <rng:value>h</rng:value>
    <rng:value>min</rng:value>
    <rng:value>s</rng:value>
    <rng:value>ms</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="interval">
   <rng:ref name="teidata.interval"/>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:ref name="when"/>
 </rng:oneOrMore>
</rng:element>
element timeline
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute origin { teidata.pointer }?,
   attribute unit { "d" | "h" | "min" | "s" | "ms" | teidata.enumerated }?,
   attribute interval { teidata.interval }?,
   when+
}