att.verticalAlign

Attributes that record vertical alignment.
Module
MEI.shared
Attributes
valign
valign(optional)Records vertical alignment. Value conforms to data.VERTICALALIGNMENT.
valign(optional)Records vertical alignment. Value conforms to data.VERTICALALIGNMENT.
Component declarations that are shared between two or more modules.
valign(optional)Records vertical alignment. Value conforms to data.VERTICALALIGNMENT.
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.
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.
Declaration
<classSpec ident="att.verticalAlign" module="MEI.shared" type="atts">
<desc>Attributes that record vertical alignment.</desc>
<attList org="group">
<attDef ident="valign" usage="opt">
<desc>Records vertical alignment.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.VERTICALALIGNMENT" />
</datatype>
</attDef>
</attList>
</classSpec>