<metDecl>
<metDecl> (dichiarazione di notazione metrica) documenta l'annotazione adottata nella rappresentazione di uno schema metrico, specificato come valore di un attributo met, real, o rhyme su un qualsiasi elemento strutturale di un testo metrico (ad esempio lg, l, or seg). [6.6 Metrical Notation Declaration 6.4 Rhyme and Metrical Analysis] | |||||||||||||||
Modulo | verse — Verse | ||||||||||||||
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default)
| ||||||||||||||
Membro del | |||||||||||||||
Contenuto in | header: encodingDesc | ||||||||||||||
Può contenere | |||||||||||||||
Nota | 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. | ||||||||||||||
Esempio | <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. | ||||||||||||||
Content model | <content> | ||||||||||||||
Dichiarazione | <rng:element name="metDecl"> element metDecl { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declarable.attributes, attribute type { list { ( "met" | "real" | "rhyme" ), ( "met" | "real" | "rhyme" )?, ( "met" | "real" | "rhyme" )? } }?, attribute pattern { teidata.pattern }?, ( ( model.pLike | model.noteLike )+ | metSym+ ) } |