<metSym>

<metSym> (metrical notation symbol) 明示的に、または要素metDecl中の他の記号要素により、韻律表記法の中に ある重要な特定文字または文字列を記録する。 [6.6 Metrical Notation Declaration]
モジュール verse — Verse
属性
value⚓︎ 記録される文字または文字列を示す。
状態 必須
データ型 1–∞ occurrences of teidata.word 空白文字で区切られる
terminal⚓︎ 当該記号が、他の記号、または散文で定義されているかどうかを示す。 前者の場合には、属性terminalに値falseが、 後者の場合には、属性terminalに値trueが付与 される。
状態 任意
データ型 teidata.truthValue
初期値 true
解説

属性値trueは、当該要素の意味が散文により定義されて いることを示す。属性値falseは、当該要素の意味が、要素 metDeclにある記号で定義されていることを示す。

上位
verse: metDecl
下位
<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>
宣言
<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
}