<then>
<then> 區分條件和元素if中的預設值,或是區分元素cond中的前提和結果。 [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)) |
可包含在於 | |
可包含 | 空白元素 |
宣告 |
element then { 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, empty } |
例子 | <cond> <fs> <f name="BAR"> <symbol value="1"/> </f> </fs> <then/> <fs> <f name="FOO"> <binary value="false"/> </f> </fs> </cond> |