<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.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis
Moduloverse — 6 Verse
Attributi att.declarable (@default)
typeindica se l'annotazione fornisce la forma metrica estratta, la sua realizzazione prosodica,lo schema delle rime o un loro combinazione
Stato Obbligatorio se applicabile
Tipo di dati 1–3 occurrences of
data.enumerated
separato da spazio bianco
Values are:
met
(attributo met) la dichiarazione si riferisce alla forma metrica astratta contenuta nell'attributo met
real
(attributo real) la dichiarazione si riferisce all'effettiva realizzazione della struttura metrica convenzionale contenuta nell'attributo real
rhyme
(attributo rhyme) la dichiarazione si riferisce allo schema rimico contenuto nell'attributo rhyme
Nota
By default, the <metDecl> element documents the notation used for metrical pattern and realization. It may also be used to document the notation used for rhyme scheme information; if not otherwise documented, the rhyme scheme notation defaults to the traditional ‘abab’ notation.
pattern (schema di espressioni regolari) specifica un'espressione regolare che definisce qualsiasi valore legale per l'annotazione
Stato Opzionale
Tipo di dati
data.pattern
Valori the value must be a valid regular expression per the World Wide Web Consortium's XML Schema Part 2: Datatypes Second Edition, Appendix F
Usato da model.encodingPart
Può contenere
core: note p
linking: ab
textcrit: witDetail
verse: metSym
Dichiarazione
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+ )
}
Esempio
<metDecl xml:id="iptype="metpattern="((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.

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.