<iff>

<iff> 區分條件和元素bicond 裡的結果。 18.11 Feature System Declaration
組件iso-fs — 18 Feature Structures
屬性
屬於
可包含空白元素
宣告

<rng:element name="iff">
<rng:ref name="att.global.attributes"/>
<rng:empty/>
</rng:element>
element iff { att.global.attributes, empty }
例子
<bicond>
 <fs>
  <f name="FOO">
   <symbol value="42"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="BAR">
   <binary value="true"/>
  </f>
 </fs>
</bicond>