att.meterSig.log

Logical domain attributes.
Module
Attributes
@count, @sym, @unit
@count(optional)Captures the number of beats in a measure, that is, the top number of the meter signature. It must contain a decimal number or an expression that evaluates to a decimal number, such as 2+3 or 3*2. Value is plain text.
@sym(optional)Indicates the use of a meter symbol instead of a numeric meter signature, that is, 'C' for common time or 'C' with a slash for cut time. Value conforms to data.METERSIGN.
@unit(optional)Contains the number indicating the beat unit, that is, the bottom number of the meter signature. Value is a decimal number.
@count(optional)Captures the number of beats in a measure, that is, the top number of the meter signature. It must contain a decimal number or an expression that evaluates to a decimal number, such as 2+3 or 3*2. Value is plain text.
@sym(optional)Indicates the use of a meter symbol instead of a numeric meter signature, that is, 'C' for common time or 'C' with a slash for cut time. Value conforms to data.METERSIGN.
@unit(optional)Contains the number indicating the beat unit, that is, the bottom number of the meter signature. Value is a decimal number.
Component declarations that are shared between two or more modules.
@count(optional)Captures the number of beats in a measure, that is, the top number of the meter signature. It must contain a decimal number or an expression that evaluates to a decimal number, such as 2+3 or 3*2. Value is plain text.
@sym(optional)Indicates the use of a meter symbol instead of a numeric meter signature, that is, 'C' for common time or 'C' with a slash for cut time. Value conforms to data.METERSIGN.
@unit(optional)Contains the number indicating the beat unit, that is, the bottom number of the meter signature. Value is a decimal number.
Available at
<meter>Captures information about the time signature within bibliographic descriptions.
<meterSig>Written meter signature.
Common Music Notation (CMN) repertoire component declarations.
<meterSig>Written meter signature.
Metadata header component declarations.
<meter>Captures information about the time signature within bibliographic descriptions.
Declaration
<classSpec ident="att.meterSig.log" module="MEI.shared" type="atts">
<desc xml:lang="en">Logical domain attributes.</desc>
<attList>
<attDef ident="count" usage="opt">
<desc xml:lang="en">Captures the number of beats in a measure, that is, the top number of the meter signature. It must contain a decimal number or an expression that evaluates to a decimal number, such as 2+3 or 3*2.</desc>
<datatype>
<rng:data type="string">
<rng:param name="pattern">
\d+(\.\d+)?(\s*[\+\-\*/]\s*\d+(\.\d+)?)*
</rng:param>
</rng:data>
</datatype>
</attDef>
<attDef ident="sym" usage="opt">
<gloss xml:lang="en">symbol</gloss>
<desc xml:lang="en">Indicates the use of a meter symbol instead of a numeric meter signature, that is, 'C' for common time or 'C' with a slash for cut time.</desc>
<datatype>
<rng:ref name="data.METERSIGN"/>
</datatype>
</attDef>
<attDef ident="unit" usage="opt">
<desc xml:lang="en">Contains the number indicating the beat unit, that is, the bottom number of the meter signature.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>