<metDecl>
<metDecl> (Déclaration métrique) documente la notation employée pour représenter un schéma métrique lorsque celui-ci est précisé comme valeur d’un attribut <met>, <real >ou rhyme sur tout élément structural d’un texte métrique (ex. lg, l, ou seg). 6.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis | |||||||||||||||||
Module | verse — 6 Verse | ||||||||||||||||
Attributs | att.declarable (@default)
| ||||||||||||||||
Utilisé par | model.encodingPart | ||||||||||||||||
Peut contenir | |||||||||||||||||
Declaration |
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+ ) } | ||||||||||||||||
Exemple | <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. |