<fsConstraints>
<fsConstraints> (자질-구조 제약자질구조 제약) 유효 자질 구조 내용에 대한 제약을 명시한다.정형의 자질구조 내용에 대한 제약을 명시한다. 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)) |
에 의해 사용된 | |
에 의해 포함된 | iso-fs: fsDecl |
포함할 수 있다 | |
선언 |
element fsConstraints { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, ( cond | bicond )* } |
예 |
<fsConstraints>
<cond> <fs> <!-- ...--> </fs> <then/> <fs> <!-- ... --> </fs> </cond> </fsConstraints> |