<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>