<fsConstraints>

<fsConstraints> (功能結構限制) 指出完善功能結構的內容限制。 18.11 Feature System Declaration
組件iso-fs — 18 Feature Structures
屬性
屬於
可包含
iso-fs: bicond cond
宣告

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