<when>
<when> 同じ要素timeline中にある他の要素に対応する時点,または絶対 的な時点を示す. [16.5.2 Placing Synchronous Events in Time] | |||||||||||||||||||||||||||||||||||||
モジュール | linking — 16 Linking, Segmentation, and Alignment | ||||||||||||||||||||||||||||||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||||||||||||||
上位 | linking: timeline | ||||||||||||||||||||||||||||||||||||
下位 | 空要素 | ||||||||||||||||||||||||||||||||||||
宣言 |
element when { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute absolute { data.temporal.w3c }?, attribute unit { "d" | "h" | "min" | "s" | "ms" | xsd:Name }?, attribute interval { xsd:float { minExclusive = "0" } | "unknown" }?, attribute since { data.pointer }?, empty } | ||||||||||||||||||||||||||||||||||||
例 | <when xml:id="TW3" interval="20" since="#w2"/> | ||||||||||||||||||||||||||||||||||||
解説 | 当該要素には,時点の識別子となるグローバル属性xml:idは 必ず付与される.この値は,当該文書中でユニークであり,統語上妥当で ある名前であれば,自由に選んでよい.一連の数字を含むといった制約は ない. |