<string>

<string> (valeur de chaîne) représente la partie valeur d'une spécification trait-valeur qui contient une chaîne de caractères. [18.3 Other Atomic Feature Values]
Moduleiso-fs — 18 Feature Structures
Attributsatt.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)
Utilisé par
Contenu dans
Peut contenir
gaiji: g
Declaration

<rng:element name="string">
 <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:ref name="macro.xtext"/>
</rng:element>
element string
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.datcat.attributes,
   macro.xtext
}
Exemple
<f name="greeting">
 <string>Bonjour, le monde ! </string>
</f>