<f>
<f> (자질) feature value specification, 즉, 이름과 몇 가지 다른 유형의 값을 연결시킨다. [18.2 Elementary Feature Structures and the Binary Feature Value] | |||||||||||||
모듈 | 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)) (att.global.source (@source)) att.datcat (@datcat, @valueDatcat)
| ||||||||||||
에 의해 포함된 | |||||||||||||
포함할 수 있다 | |||||||||||||
주석 | The content of f may be textual, with the assumption that the data type of the feature value is determined by the schema—this is the approach used in many language-technology-oriented projects and recommendations. | ||||||||||||
예 | |||||||||||||
예 | |||||||||||||
Content model | <content> | ||||||||||||
선언 | <rng:element name="f"> element f { 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, att.global.source.attributes, att.datcat.attributes, attribute name { teidata.name }, attribute fVal { teidata.pointer }?, ( text | model.featureVal ) } |