<classSpec ident="att.stems" module="MEI.shared" type="atts">
<desc>Attributes that describe the properties of stemmed features; that is, chords and
notes.</desc>
<attList org="group">
<attDef ident="stem.dir" usage="opt">
<desc>Describes the direction of a stem.</desc>
</attDef>
<attDef ident="stem.len" usage="opt">
<desc>Encodes the stem length.</desc>
</attDef>
<attDef ident="stem.mod" usage="opt">
<desc>Encodes any stem "modifiers"; that is, symbols rendered on the stem, such as tremolo
or Sprechstimme indicators.</desc>
</attDef>
<attDef ident="stem.pos" usage="opt">
<desc>Records the position of the stem in relation to the note head(s).</desc>
</attDef>
<attDef ident="stem.visible" usage="opt">
<desc>Determines whether a stem should be displayed.</desc>
</attDef>
<attDef ident="stem.x" usage="opt">
<desc>Records the output x coordinate of the stem's attachment point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="stem.y" usage="opt">
<desc>Records the output y coordinate of the stem's attachment point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>