<xs:attributeGroup name="mei_att.meterSigDefault.log.attribute.meter.count">
<xs:attribute name="meter.count">
<xs:annotation>
<xs:documentation>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 additive expression that evaluates to a decimal number, such as 2+3.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d+(\.\d+)?(\s*\+\s*\d+(\.\d+)?)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |