<metDecl>
<metDecl> (metrical notation declaration) 韻律パタンを表す表記法を示す.韻文のための要素(例えば,<lg>, <l>, <seg>など)にある属性met, real, rhymeの値として定義される. 6.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis | |||||||||||||||||||
モジュール | verse — 6 Verse | ||||||||||||||||||
属性 | att.declarable (@default)
| ||||||||||||||||||
当該モジュールを使用するもの | model.encodingPart | ||||||||||||||||||
下位 | |||||||||||||||||||
宣言 | element metDecl { att.global.attributes, att.declarable.attributes, attribute type { list { data.enumerated, data.enumerated?, data.enumerated? } }?, attribute pattern { data.pattern }?, ( ( model.pLike | model.noteLike )+ | metSym+ ) } | ||||||||||||||||||
例 | <metDecl xml:id="ip" type="met" pattern="((SU|US)USUSUSUS/)"> <metSym value="S">stressed syllable</metSym> <metSym value="U">unstressed syllable</metSym> <metSym value="/">metrical line boundary</metSym> </metDecl> This example is intended for the far more restricted case typified by the Shakespearean iambic pentameter. Only metrical patterns containing exactly ten syllables, alternately stressed and unstressed, (except for the first two which may be in either order) to each metrical line can be expressed using this notation. | ||||||||||||||||||
解説 | The encoder may choose whether to define the
notation formally or informally. However, the two methods may not
be mixed. That is, <metDecl> may contain either a sequence
of <metSym> elements or, alternately, a series of
paragraphs or other components. If the pattern
attribute is specified and <metSym> elements are used, then
all the codes appearing within the pattern attribute
should be documented. Only usable within the header if the verse module is used. |