<xs:attribute name="func">
<xs:annotation>
<xs:documentation>Records the function of an accidental.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="caution">
<xs:annotation>
<xs:documentation>Cautionary accidental.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="edit">
<xs:annotation>
<xs:documentation>Editorial accidental.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |