<metDecl>
<metDecl> 在標記韻文時所用到的結構性元素 (例如lg、l、或seg) 當中,若使用met、real、或rhyme等屬性的屬性值來表示文章的韻律模式,則在此宣告標記韻律模式的方法。 6.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis | |||||||||||||||||
組件 | verse — 6 Verse | ||||||||||||||||
屬性 | att.declarable (@default)
| ||||||||||||||||
屬於 | |||||||||||||||||
可包含 | |||||||||||||||||
宣告 |
element metDecl { att.global.attributes, att.declarable.attributes, attribute type { list { ( "met" | "real" | "rhyme" ), ( "met" | "real" | "rhyme" )?, ( "met" | "real" | "rhyme" )? } }?, 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. |