<bicond>

<bicond> (vincolo di struttura di tratti bi-condizionato) definisce un vincolo della struttura di tratti bi-condizionato; sia il successivo che l'antecedente sono specificati come strutture di tratti o gruppi di strutture di tratti; il vincolo è soddisfatto se entrambi una data struttura di tratti, o se entrambi non mlo fanno. 18.11 Feature System Declaration
Moduloiso-fs — 18 Feature Structures
Attributi
Usato da
Può contenere
iso-fs: f fs iff
Dichiarazione

<rng:element name="bicond">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:choice>
  <rng:ref name="fs"/>
  <rng:ref name="f"/>
 </rng:choice>
 <rng:ref name="iff"/>
 <rng:choice>
  <rng:ref name="fs"/>
  <rng:ref name="f"/>
 </rng:choice>
</rng:group>
</rng:element>
element bicond { att.global.attributes, ( ( fs | f ), iff, ( fs | f ) ) }
Esempio
<bicond>
 <fs>
  <f name="FOO">
   <symbol value="42"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="BAR">
   <binary value="true"/>
  </f>
 </fs>
</bicond>