att.mensural.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to mensuration.
Module
MEI.visual
Attributes
mensur.color, mensur.form, mensur.loc, mensur.orient, mensur.size
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
Visual component declarations.
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.mensural.vis" module="MEI.visual" type="atts">
<desc>Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to mensuration.</desc>
<attList org="group">
<attDef ident="mensur.color" usage="opt">
<desc>Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COLOR" />
</datatype>
</attDef>
<attDef ident="mensur.form" usage="opt">
<desc>Indicates whether the base symbol is written vertically or horizontally.</desc>
<valList type="closed">
<valItem ident="horizontal">
<desc>Horizontally oriented.</desc>
</valItem>
<valItem ident="vertical">
<desc>Vertically oriented.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="mensur.loc" usage="opt">
<desc>Holds the staff location of the mensuration sign.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STAFFLOC" />
</datatype>
</attDef>
<attDef ident="mensur.orient" usage="opt">
<desc>Describes the rotation or reflection of the base symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ORIENTATION" />
</datatype>
</attDef>
<attDef ident="mensur.size" usage="opt">
<desc>Describes the relative size of the mensuration sign.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZE" />
</datatype>
</attDef>
</attList>
</classSpec>