<metSym>

<metSym> (metrical notation symbol) 明示的に,または要素metDecl中の他の記号要素により,韻律表記法の中に ある重要な特定文字または文字列を記録する. 6.5 Metrical Notation Declaration
モジュールverse — 6 Verse
属性
value 記録される文字または文字列を示す.
状態 必須
データ型 1–∞ occurrences of
data.word
空白文字で区切られる
any available character or character sequence.
terminal 当該記号が,他の記号,または散文で定義されているかどうかを示す. 前者の場合には,属性terminalに値falseが, 後者の場合には,属性terminalに値trueが付与 される.
状態 使えるならば必須
データ型
data.truthValue
解説
The value true indicates that the element contains a prose definition of its meaning; the value false indicates that the element contains a definition of its meaning given using symbols defined elsewhere in the same <metDecl> element.
当該モジュールを使用するものmetDecl
下位
宣言
element metSym
{
   att.global.attributes,
   attribute value { list { data.word+ } },
   attribute terminal { data.truthValue }?,
   macro.phraseSeq.limited
}
<metSym value="x">a stressed syllable</metSym>
<metSym value="o">an unstressed syllable</metSym>
<metSym value="Aterminal="false">xoo</metSym>