<metSym>

<metSym> (metrical notation symbol) gibt die beabsichtigte Kennzeichnung durch ein bestimmtes Zeichen oder eine Zeichenfolge innerhalb einer metrischen Notation an, entweder explizit oder über metSym-Elemente innerhalb des gleichen metDecl-Elements. [6.6 Metrical Notation Declaration]
Modul verse — Verse
Attribute
value⚓︎ dokumentiert die spezifizierten Zeichen oder Zeichenfolgen.
Zustand Obligatorisch
Datentyp 1–∞ Vorkommen von teidata.word durch Leerzeichen getrennt
terminal⚓︎ gibt an, ob das Symbol definiert mittels anderer Symbole (terminal gesetzt ist auf false) oder in Prosa (terminal auf true).
Zustand Optional
Datentyp teidata.truthValue
Vorgabe true
Enthalten in
verse: metDecl
Kann enthalten
Beispiel
<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>
Schema Deklaration
<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
}