<fsConstraints>

<fsConstraints> (feature-structure constraints) specifies constraints on the content of valid feature structures. 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
AttributesGlobal attributes only
Used by
May contain
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 )* }
Example
<fsConstraints>
 <cond>
  <fs>
<!-- ...-->
  </fs>
  <then/>
  <fs>
<!-- ... -->
  </fs>
 </cond>
 <bicond>
<!-- ... -->
 </bicond>
 <cond>
<!-- ... -->
 </cond>
</fsConstraints>
Note
May contain a series of conditional or biconditional elements.