<iff>

<iff> (if and only if) separates the condition from the consequence in a bicond element. 18.11 Feature System Declaration
Moduliso-fs — 18 Feature Structures
Attribute
Verwendet von
Kann enthaltenLeeres Element
Deklaration

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