<string>

<string> (string value) represents the value part of a feature-value specification which contains a string. 18.3 Other Atomic Feature Values
Module iso-fs — 18 Feature Structures
Used by
May contain
gaiji: g
Declaration

<rng:element name="string">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="macro.xtext"/>
</rng:element>
element string { att.global.attributes, macro.xtext }
Example
<f name="greeting">
 <string>Hello, world!</string>
</f>