<when>
<when> 同じ要素<timeline>中にある他の要素に対応する時点,または絶対 的な時点を示す. 16.5.2 Placing Synchronous Events in Time | |||||||||||||||||||||||||||||||||||||||
モジュール | linking — 16 Linking, Segmentation, and Alignment | ||||||||||||||||||||||||||||||||||||||
属性 |
| ||||||||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | timeline | ||||||||||||||||||||||||||||||||||||||
下位 | 空要素 | ||||||||||||||||||||||||||||||||||||||
宣言 | element when { att.global.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"/> | ||||||||||||||||||||||||||||||||||||||
解説 | 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. |