<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="zh-tw_ip" type="met" pattern="((SU|US)USUSUSUS/)">
<metSym value="S">仄聲</metSym> <metSym value="U">平聲</metSym> <metSym value="/">詩行分界線</metSym> </metDecl> |