<cond>

<cond> (조건적 자질-구조 제약조건부 자질구조 제약) 조건적 자질-구조 제약을 정의한다; 후건과 전건은 자질 구조 또는 자질-구조 집합으로 명시된다; 전건과 후건 모두 제시된 자질구조를 포섭하거나 전건이 포섭하지 않는다면 그 제약은 만족된다.조건부 자질구조 제약을 정의한다. 결론과 전제는 자질구조 또는 자질구조군으로 명시된다. 만약 전제와 결론 모두 주어진 자질구조를 포섭하거나 전제가 자질구조를 포섭하지 않는다면, 제약은 만족된다. [18.11 Feature System Declaration]
모듈iso-fs — 18 Feature Structures
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
에 의해 사용된
에 의해 포함된
포함할 수 있다
iso-fs: f fs then
선언

<rng:element name="cond">
 <rng:ref name="att.global.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:group>
  <rng:choice>
   <rng:ref name="fs"/>
   <rng:ref name="f"/>
  </rng:choice>
  <rng:ref name="then"/>
  <rng:choice>
   <rng:ref name="fs"/>
   <rng:ref name="f"/>
  </rng:choice>
 </rng:group>
</rng:element>
element cond
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( ( fs | f ), then, ( fs | f ) )
}
<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="SUBCAT">
   <binary value="false"/>
  </f>
 </fs>
</cond>