att.ineume.log

Logical domain attributes.
Module MEI.neumes
Members
ineume (direct member of att.ineume.log)
Attributes
@form(optional)Provides a subclass or functional label for the neume. Value conforms to data.INEUMEFORM. att.ineume.log
@name(optional)Records the name of the neume. Value conforms to data.INEUMENAME. att.ineume.log
Declaration
<attDef ident="form" usage="opt">
<desc>Provides a subclass or functional label for the neume.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.INEUMEFORM" />
</datatype>
</attDef>
<attDef ident="name" usage="opt">
<desc>Records the name of the neume.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.INEUMENAME" />
</datatype>
</attDef>