<f>
<f> (Rasgo) representa una feature value specification (especificación de valor de rasgo), es decir, la asociación de un nombre con un valor de cualquier de los diferentes tipos. [18.2 Elementary Feature Structures and the Binary Feature Value] | |||||||||||||
Módulo | iso-fs — Feature Structures | ||||||||||||
Atributos | 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)
|
||||||||||||
Contenido en | |||||||||||||
Puede contener | |||||||||||||
Nota |
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. |
||||||||||||
Ejemplo | |||||||||||||
Ejemplo | |||||||||||||
Content model |
<content> |
||||||||||||
Declaración |
<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 ) } |