<if>
<if> 자질에 대한 조건부 기본 값을 정의한다: 조건은 자질구조로 명시되며, 기본 값을 요구하는 텍스트의 자질 구조를 포섭한다면 그 조건은 부합한다. [18.11 Feature System Declaration] | |
모듈 | iso-fs — Feature Structures |
속성 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
에 의해 포함된 | iso-fs: vDefault |
포함할 수 있다 | |
선언 |
element if { 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, ( ( fs | f ), then, ( model.featureVal ) ) } |
예 | <vDefault> <if> <fs> <f name="VFORM"> <symbol value="INF"/> </f> <f name="SUBJ"> <binary value="true"/> </f> </fs> <then/> <symbol value="for"/> </if> </vDefault> |