<fDecl>
<fDecl> (자질 선언자질 선언) 단일 자질, 자질 이름 명시, 조직, 허용 값의 범위, 그리고 수의적으로 기본 값을 선언한다.자질명, 구성, 허용값 범위, 그리고 수의적 기본값을 지정함으로써 하나의 자질을 선언한다. [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: fsDecl | ||||||||||||||||
포함할 수 있다 | |||||||||||||||||
선언 |
element fDecl { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute name { data.name }, attribute optional { xsd:boolean }?, ( 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> |