att.horizontalAlign

Attributes that record horizontal alignment.
Module
MEI.shared
Attributes
halign
halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
Component declarations that are shared between two or more modules.
halign(optional)Records horizontal alignment. Value conforms to data.HORIZONTALALIGNMENT.
Available at
fig(figure) – Groups elements representing or containing graphic information such as an illustration or figure.
rend(render) – A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
syl(syllable) – Individual lyric syllable.
fig(figure) – Groups elements representing or containing graphic information such as an illustration or figure.
rend(render) – A formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
syl(syllable) – Individual lyric syllable.
Declaration
<classSpec ident="att.horizontalAlign" module="MEI.shared" type="atts">
<desc>Attributes that record horizontal alignment.</desc>
<attList org="group">
<attDef ident="halign" usage="opt">
<desc>Records horizontal alignment.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.HORIZONTALALIGNMENT" />
</datatype>
</attDef>
</attList>
</classSpec>