<then>

<then> 要素if中のデフォルト値と条件部、または要素cond中の 前提部と帰結部を区切る。 [18.11 Feature System Declaration]
モジュール iso-fs — Feature Structures
属性
上位
iso-fs: cond if
下位 空要素
解説

当該要素は、素性システム宣言を人が読みやすくするためのものである。

<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="FOO">
   <binary value="false"/>
  </f>
 </fs>
</cond>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="then">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:empty/>
</rng:element>
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,
   att.global.source.attributes,
   empty
}