<when>
<when> indicates a point in time either relative to other elements in the same timeline tag, or absolutely. [17.4.2 Placing Synchronous Events in Time] | |||||||||||||||||||||||||||||||
Module | linking — Linking, Segmentation, and Alignment | ||||||||||||||||||||||||||||||
Attributes |
|
||||||||||||||||||||||||||||||
Contained by |
linking: timeline
|
||||||||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||||||||
Note |
On this element, the global xml:id attribute must be supplied to specify an identifier for this point in time. The value used may be chosen freely provided that it is unique within the document and is a syntactically valid name. There is no requirement for values containing numbers to be in sequence. |
||||||||||||||||||||||||||||||
Example |
<when xml:id="TW3" interval="20" since="#w2"/>
|
||||||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||||||
Schema Declaration |
<rng:element name="when"> element when { 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 absolute { teidata.temporal.w3c }?, attribute unit { "d" | "h" | "min" | "s" | "ms" | teidata.enumerated }?, attribute interval { teidata.interval }?, attribute since { teidata.pointer }?, empty } |