<symbol>

<symbol> (valeur symbolique) représente la partie valeur d'une spécification trait-valeur qui contient un symbole extrait d'une liste finie. [18.3 Other Atomic Feature Values]
Moduleiso-fs — 18 Feature Structures
Attributsatt.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)) att.datcat (@datcat, @valueDatcat)
valuedonne la valeur symbolique pour le trait, extraite d'une liste finie qui peut être spécifiée dans une déclaration de traits.
Statut Requis
Type de données

<rng:ref name="data.word"/>
data.word
Valeurs une chaîne, par exemple féminine.
Utilisé par
Contenu dans
Peut contenirElément vide
Declaration

<rng:element name="symbol">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:attribute name="value">
  <rng:ref name="data.word"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element symbol
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.datcat.attributes,
   attribute value { data.word },
   empty
}
Exemple
<f name="gender">
 <symbol value="feminine"/>
</f>