<metDecl>

<metDecl> (metrical notation declaration) Notation eines metrischen Musters, sofern dies als Wert eines Attributs met, real, oder rhyme angegeben ist, für ein beliebiges Strukturelement eines metrischen Textes (z.B. <lg>, <l>, oder <seg>). 6.5 Metrical Notation Declaration 6.3 Rhyme and Metrical Analysis
Modulverse — 6 Verse
Attribute att.declarable (@default)
typezeigt an, ob die Notation die abstrakte metrische Form, die tatsächliche prosodische Realisierung oder das Reimschema oder eine Kombination dessen wiedergibt.
Zustand Obligatorisch wenn zutreffend
Datentyp 1–3 occurrences of
data.enumerated
separated by whitespace
Values are:
met
(met attribute) declaration applies to the abstract metrical form recorded on the met attribute
real
(real attribute) declaration applies to the actual realization of the conventional metrical structure recorded on the real attribute
rhyme
(rhyme attribute) declaration applies to the rhyme scheme recorded on the rhyme attribute
Anmerkung
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 (regular expression pattern) definiert einen regulären Ausdruck, der einen zulässigen Wert für diese Notation vorgibt.
Zustand Optional
Datentyp
data.pattern
Werte the value must be a valid regular expression per the World Wide Web Consortium's XML Schema Part 2: Datatypes Second Edition, Appendix F
Verwendet von model.encodingPart
Kann enthalten
core: note p
linking: ab
textcrit: witDetail
verse: metSym
Deklaration
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+ )
}
Beispiel
<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.

Anmerkung
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.