<fsConstraints>

<fsConstraints> (feature-structure constraints) 妥当な素性構造の内容に課す制約を示す。 [18.11 Feature System Declaration]
モジュール iso-fs — Feature Structures
属性
上位
iso-fs: fsDecl
下位
iso-fs: bicond cond
解説

一連の条件、すなわち必要十分条件を示す。

<fsConstraints>
 <cond>
  <fs>
<!-- ...-->
  </fs>
  <then/>
  <fs>
<!-- ... -->
  </fs>
 </cond>
</fsConstraints>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="cond"/>
  <elementRef key="bicond"/>
 </alternate>
</content>
宣言
<rng:element name="fsConstraints">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="cond"/>
   <rng:ref name="bicond"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element fsConstraints
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   ( cond | bicond )*
}