<metDecl>
<metDecl> 在標記韻文時所用到的結構性元素 (例如lg、l、或seg) 當中,若使用met、real、或rhyme等屬性的屬性值來表示文章的韻律模式,則在此宣告標記韻律模式的方法。 [6.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis] | |||||||||||||||||
組件 | verse — 6 Verse | ||||||||||||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declarable (@default)
| ||||||||||||||||
屬於 | |||||||||||||||||
可包含在於 | header: encodingDesc | ||||||||||||||||
可包含 | |||||||||||||||||
宣告 |
element metDecl { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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> |