<iff>

<iff> (필요충분조건) 이중 조건 요소에서 결론과 조건을 분리한다. [18.11 Feature System Declaration]
모듈 iso-fs — Feature Structures
속성
에 의해 포함된
iso-fs: bicond
포함할 수 있다 공백 요소
주석

This element is provided primarily to enhance the human readability of the feature-system declaration.

<bicond>
 <fs>
  <f name="FOO">
   <symbol value="42"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="BAR">
   <binary value="true"/>
  </f>
 </fs>
</bicond>
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="iff">
 <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 iff
{
   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
}