<fsConstraints>

<fsConstraints> (restricciones de la estructura de rasgo.) especifica restricciones para el contenido de estructuras de rasgo bien formadas. 18.11 Feature System Declaration
Módulo iso-fs — 18 Feature Structures
Usado por
Puede contener
iso-fs: bicond cond
Declaración

<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 )* }
Ejemplo
<fsConstraints>
 <cond>
  <fs>
<!-- ...-->
  </fs>
  <then/>
  <fs>
<!-- ... -->
  </fs>
 </cond>
 <bicond>
<!-- ... -->
 </bicond>
 <cond>
<!-- ... -->
 </cond>
</fsConstraints>