<xs:attributeGroup name="mei_att.meterconformance.attribute.metcon">
<xs:attribute name="metcon">
<xs:annotation>
<xs:documentation>Indicates the relationship between the content of a staff or layer and the prevailing meter.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="c">
<xs:annotation>
<xs:documentation>Complete; i.e., conformant with the prevailing meter.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="i">
<xs:annotation>
<xs:documentation>Incomplete; i.e., not enough beats.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="o">
<xs:annotation>
<xs:documentation>Overfull; i.e., too many beats.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |