<timeline>
<timeline> (timeline) provides a set of ordered points in time which can be linked to elements of a spoken text to create a temporal alignment of that text. 16.5.2 Placing Synchronous Events in Time | |||||||||||||||||||||||||
Modul | linking — 16 Linking, Segmentation, and Alignment | ||||||||||||||||||||||||
Neben global gültigen Attributen |
|
||||||||||||||||||||||||
Verwendet von | |||||||||||||||||||||||||
Kann enthalten |
linking: when
|
||||||||||||||||||||||||
Deklaration |
element timeline { att.global.attributes, attribute origin { data.pointer }?, attribute unit { "d" | "h" | "min" | "s" | "ms" | xsd:Name }?, attribute interval { xsd:float { minExclusive = "0" } | "regular" | "irregular" }?, when+ } |
||||||||||||||||||||||||
Beispiel |
<timeline xml:id="TL01" unit="ms">
<when xml:id="TL-w0" absolute="11:30:00"/> <when xml:id="TL-w1" interval="unknown" since="#TL-w0"/> <when xml:id="TL-w2" interval="100" since="#TL-w1"/> <when xml:id="TL-w3" interval="200" since="#TL-w2"/> <when xml:id="TL-w4" interval="150" since="#TL-w3"/> <when xml:id="TL-w5" interval="250" since="#TL-w4"/> <when xml:id="TL-w6" interval="100" since="#TL-w5"/> </timeline> |