<fsConstraints>

<fsConstraints> 妥当な素性構造の内容に課す制約を示す. 18.11 素性システム宣言
モジュールiso-fs — 18 素性構造
属性
当該モジュールを使用するもの
下位
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>
解説
一連の条件,すなわち必要十分条件を示す.