<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>