<symbol>

<symbol> (valore simbolico) rappresenta la parte di valore di una specifica del valore dei tratti che contiene un simbolo da una lista chiusa di simboli. [18.3 Other Atomic Feature Values]
Moduloiso-fs — 18 Feature Structures
Attributiatt.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)) att.datcat (@datcat, @valueDatcat)
valuefornisce il valore simbolico del tratto, un valore da una lista che può essere specigicata in una dichiarazione di tratti.
Stato Richiesto
Tipo di dati

<rng:ref name="data.word"/>
data.word
Valori A string, e.g. feminine.
Usato da
Contenuto in
Può contenereElemento vuoto
Dichiarazione

<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
}
Esempio
<f name="gender">
 <symbol value="feminine"/>
</f>