<xs:simpleType name="mei_data.STEMPOSITION"> <xs:restriction base="xs:token"> <xs:enumeration value="left"> <xs:annotation> <xs:documentation>Stem attached to left side of note head.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="right"> <xs:annotation> <xs:documentation>Stem attached to right side of note head.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="center"> <xs:annotation> <xs:documentation>Stem is originates from center of note head.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |