<fsConstraints>

<fsConstraints> (contraintes de structure de traits) définit les contraintes sur le contenu de structures de traits bien formées 18.11 Feature System Declaration
Module iso-fs — 18 Feature Structures
Utilisé par
Peut contenir
iso-fs: bicond cond
Declaration

<rng:element name="fsConstraints">
 <rng:ref name="att.global.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="cond"/>
   <rng:ref name="bicond"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element fsConstraints { att.global.attributes, ( cond | bicond )* }
Exemple
<fsConstraints>
 <cond>
  <fs>
<!-- ...-->
  </fs>
  <then/>
  <fs>
<!-- ... -->
  </fs>
 </cond>
 <bicond>
<!-- ... -->
 </bicond>
 <cond>
<!-- ... -->
 </cond>
</fsConstraints>
Note
Peut contenir une série d'éléments conditionnels ou biconditionnels.