<when>

<when> 同じ要素<timeline>中にある他の要素に対応する時点,または絶対 的な時点を示す. 16.5.2 Placing Synchronous Events in Time
モジュールlinking — 16 Linking, Segmentation, and Alignment
属性
absolute 当該時点の,絶対時間を示す.
状態 使えるならば必須
データ型
data.temporal.w3c
Times may be given in standard form, as specified in the Encoding Declarations section of the header.
解説
Required for the element designated as the value of the origin attribute in the timeline tag.
unit 親要素<timeLine>から継承されない場合,属性 intervalで示される時間の単位を示す.
状態 使えるならば必須
データ型
data.enumerated
提案する値は以下の通り:
d
(days)
h
(hours)
min
(minutes)
s
(seconds)
ms
(milliseconds)
interval 時間幅を数値で示す.
状態 使えるならば必須
データ型
xsd:float { minExclusive = "0" } | "unknown"
a positive number, or the special value unknown.
解説
The value unknown indicates uncertainty about the interval.
since 当該要素<when>の時間となる参照時点を示す.参照時点に時間 幅を足すことで得られる.
状態 使えるならば必須
データ型
data.pointer
Should point to another <when> element in the same <timeline>.
解説
If this attribute is omitted, and the absolute attribute is not specified, then the reference point is understood to be the origin of the enclosing <timeline> tag.
当該モジュールを使用するもの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="TW3interval="20since="#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.