<fDecl>
<fDecl> (자질 선언) 단일 자질, 자질 이름 명시, 조직, 허용 값의 범위, 그리고 수의적으로 기본 값을 선언한다. [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: fsDecl | ||||||||||||||
포함할 수 있다 | |||||||||||||||
선언 |
element fDecl { 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, attribute name { data.name }, attribute optional { data.truthValue }?, ( fDescr?, vRange, vDefault? ) } | ||||||||||||||
예 | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault> </fDecl> |