<classSpec ident="att.syl.log" module="MEI.shared" type="atts">
<desc>Logical domain attributes.</desc>
<attList org="group">
<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>
</attList>
</classSpec>