<if>
<if> 定義一個功能的條件預設值;該條件被指明為一個功能結構,且若在需要預設值的文本中包含該功能結構時,則表示條件符合。 [18.11 Feature System Declaration] | |
組件 | iso-fs — Feature Structures |
屬性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
可包含在於 | iso-fs: vDefault |
可包含 | |
註 | May contain a feature structure, followed by a feature value; the two are separated by a then element. |
例子 | |
Content model | <content> |
宣告 | <rng:element name="if"> element if { 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, ( ( fs | f ), then, model.featureVal ) } |