<xs:attribute name="form">
<xs:annotation>
<xs:documentation>Indicates the style of the turn.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="inv">
<xs:annotation>
<xs:documentation>Inverted turn, e.g., begins on the note below the written note.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="norm">
<xs:annotation>
<xs:documentation>"normal" turn, e.g., begins on the note above the written note.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |