att.curve.log

Logical domain attributes.
Module
MEI.usersymbols
Attributes
endid, func, startid
endid(optional)Indicates the final element in a sequence of events to which the feature applies. Value conforms to data.URI.
func(recommended)Indicates the function of the curve. Allowed values are: "unknown" (The function of the curve is unknown.)
startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
func(recommended)Indicates the function of the curve. Allowed values are: "unknown" (The function of the curve is unknown.)
(MEI.shared) Attributes recording the identifiers of the first and last elements of a sequence of elements to which the current element is associated.
endid(optional)Indicates the final element in a sequence of events to which the feature applies. Value conforms to data.URI.
(MEI.shared) Attributes that identify a relative starting point.
startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
Component declarations that are shared between two or more modules.
endid(optional)Indicates the final element in a sequence of events to which the feature applies. Value conforms to data.URI.
startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
User-defined symbols component declarations.
func(recommended)Indicates the function of the curve. Allowed values are: "unknown" (The function of the curve is unknown.)
Available at
curveA curved line that cannot be represented by a more specific element, such as a slur.
curveA curved line that cannot be represented by a more specific element, such as a slur.
Declaration
<classSpec ident="att.curve.log" module="MEI.usersymbols" type="atts">
<desc>Logical domain attributes.</desc>
<classes>
<memberOf key="att.startEndId"/>
</classes>
<attList org="group">
<attDef ident="func" usage="rec">
<desc>Indicates the function of the curve.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
<valList type="semi">
<valItem ident="unknown">
<desc>The function of the curve is unknown.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>