att.mensural.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to mensuration.
Module MEI.mensural
Members
att.scoreDef.vis.mensural (no elements directly inheriting from this class)
att.staffDef.vis.mensural (no elements directly inheriting from this class)
Attributes
@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. att.mensural.vis
@mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" , "vertical" att.mensural.vis
@mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC. att.mensural.vis
@mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION. att.mensural.vis
@mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.SIZE. att.mensural.vis
Declaration
<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"/>
<valItem ident="vertical"/>
</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.SIZE" />
</datatype>
</attDef>