<then>

<then> 區分條件和元素if中的預設值,或是區分元素cond中的前提和結果。 18.11 Feature System Declaration
組件iso-fs — 18 Feature Structures
屬性
屬於
可包含空白元素
宣告

<rng:element name="then">
<rng:ref name="att.global.attributes"/>
<rng:empty/>
</rng:element>
element then { att.global.attributes, empty }
例子
<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="FOO">
   <binary value="false"/>
  </f>
 </fs>
</cond>