<metSym>

<metSym> (símbolo métrico de la notación) documenta la significación ideada para un carácter concreto o secuencia de caracteres al interno de una anotación métrica, o explícitamente o en términos de otros elementos simbólicos de la metDecl. [6.6 Metrical Notation Declaration]
Módulo verse — Verse
Atributos
value⚓︎ indica el caracter o serie de caracteres que se está documentando.
Estado Necesario
Tipo de datos 1–∞ apariciones de teidata.word separado por espacio en blanco
terminal⚓︎ especifica si el símbolo se define mediante otros símbolos (terminal es false) o en prosa (terminal es true).
Estado Opcional
Tipo de datos teidata.truthValue
Por defecto true
Contenido en
verse: metDecl
Puede contener
Ejemplo
<metSym value="x">a stressed syllable</metSym>
<metSym value="o">an unstressed syllable</metSym>
<metSym value="Aterminal="false">xoo</metSym>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Declaración
<rng:element name="metSym">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:attribute name="value">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="teidata.word"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="terminal"
   a:defaultValue="true">

   <rng:ref name="teidata.truthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element metSym
{
   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,
   attribute value { list { teidata.word+ } },
   attribute terminal { teidata.truthValue }?,
   macro.phraseSeq.limited
}