<vAlt>
<vAlt> (값 교체) 자질-값 명세의 값 부분으로 값은 집합이다. 그 중 단 하나만 유효한 값이다. [18.8.1 Alternation] | |
모듈 | iso-fs — 18 Feature Structures |
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @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)) |
에 의해 사용된 | |
에 의해 포함된 | |
포함할 수 있다 | |
선언 |
element vAlt { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( ( model.featureVal ), model.featureVal+ ) } |
예 | <f name="gender"> <vAlt> <symbol value="masculine"/> <symbol value="neuter"/> <symbol value="feminine"/> </vAlt> </f> |