att.syl.log

Logical domain attributes.
Module MEI.shared
Members
syl (direct member of att.syl.log)
Attributes
@con(optional)Describes the symbols typically used to indicate breaks between syllables and their functions. Allowed values are: "s" (Space (word separator).), "d" (Dash (syllable separator).), "u" (Underscore (syllable extension).), "t" (Tilde (syllable elision).), "c" (Circumflex [angled line above] (syllable elision).), "v" (Caron [angled line below] (syllable elision).), "i" (Inverted breve [curved line above] (syllable elision).), "b" (Breve [curved line below] (syllable elision).)att.syl.log
@wordpos(optional)Records the position of a syllable within a word. Allowed values are: "i" ((initial) first syllable.), "m" ((medial) neither first nor last syllable.), "t" ((terminal) last syllable.)att.syl.log
Declaration
<attDef ident="con" usage="opt">
<desc>Describes the symbols typically used to indicate breaks between syllables and their functions.</desc>
<valList type="closed">
<valItem ident="s">
<desc>Space (word separator).</desc>
</valItem>
<valItem ident="d">
<desc>Dash (syllable separator).</desc>
</valItem>
<valItem ident="u">
<desc>Underscore (syllable extension).</desc>
</valItem>
<valItem ident="t">
<desc>Tilde (syllable elision).</desc>
</valItem>
<valItem ident="c">
<desc>Circumflex [angled line above] (syllable elision).</desc>
</valItem>
<valItem ident="v">
<desc>Caron [angled line below] (syllable elision).</desc>
</valItem>
<valItem ident="i">
<desc>Inverted breve [curved line above] (syllable elision).</desc>
</valItem>
<valItem ident="b">
<desc>Breve [curved line below] (syllable elision).</desc>
</valItem>
</valList>
</attDef>
<attDef ident="wordpos" usage="opt">
<desc>Records the position of a syllable within a word.</desc>
<valList type="closed">
<valItem ident="i">
<desc>(initial) first syllable.</desc>
</valItem>
<valItem ident="m">
<desc>(medial) neither first nor last syllable.</desc>
</valItem>
<valItem ident="t">
<desc>(terminal) last syllable.</desc>
</valItem>
</valList>
</attDef>