<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> |
解説 | 当該要素は,素性システム宣言を人が読みやすくするためのものである. |