<xs:simpleType name="mei_data.ARTICULATION"> <xs:restriction base="xs:token"> <xs:enumeration value="acc"> <xs:annotation> <xs:documentation>Accent (Unicode 1D17B).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="stacc"> <xs:annotation> <xs:documentation>Staccato (Unicode 1D17C).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ten"> <xs:annotation> <xs:documentation>Tenuto (Unicode 1D17D).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="stacciss"> <xs:annotation> <xs:documentation>Staccatissimo (Unicode 1D17E).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="marc"> <xs:annotation> <xs:documentation>Marcato (Unicode 1D17F).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="marc-stacc"> <xs:annotation> <xs:documentation>Marcato + staccato (Unicode 1D180).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="spicc"> <xs:annotation> <xs:documentation>Spiccato.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="doit"> <xs:annotation> <xs:documentation>Main note followed by short slide to higher, indeterminate pitch (Unicode 1D185).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="scoop"> <xs:annotation> <xs:documentation>Main note preceded by short slide from lower, indeterminate pitch (Unicode 1D186).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="rip"> <xs:annotation> <xs:documentation>Main note preceded by long slide from lower, often indeterminate pitch; also known as "squeeze".</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="plop"> <xs:annotation> <xs:documentation>Main note preceded by "slide" from higher, indeterminate pitch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="fall"> <xs:annotation> <xs:documentation>Main note followed by short "slide" to lower, indeterminate pitch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="longfall"> <xs:annotation> <xs:documentation>Main note followed by long "slide" to lower, indeterminate pitch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bend"> <xs:annotation> <xs:documentation>"lip slur" to lower pitch, then return to written pitch.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="flip"> <xs:annotation> <xs:documentation>Main note followed by quick upward rise, then descent in pitch (Unicode 1D187).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="smear"> <xs:annotation> <xs:documentation>(Unicode 1D188).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="shake"> <xs:annotation> <xs:documentation>Alternation between written pitch and next highest overtone (brass instruments) or note minor third higher (woodwinds).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dnbow"> <xs:annotation> <xs:documentation>Down bow (Unicode 1D1AA).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="upbow"> <xs:annotation> <xs:documentation>Up bow (Unicode 1D1AB).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="harm"> <xs:annotation> <xs:documentation>Harmonic (Unicode 1D1AC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="snap"> <xs:annotation> <xs:documentation>Snap pizzicato (Unicode 1D1AD).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="fingernail"> <xs:annotation> <xs:documentation>Fingernail (Unicode 1D1B3).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ten-stacc"> <xs:annotation> <xs:documentation>Tenuto + staccato (Unicode 1D182).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="damp"> <xs:annotation> <xs:documentation>Stop harp string from sounding (Unicode 1D1B4).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dampall"> <xs:annotation> <xs:documentation>Stop all harp strings from sounding (Unicode 1D1B5).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="open"> <xs:annotation> <xs:documentation>Full (as opposed to stopped) tone.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="stop"> <xs:annotation> <xs:documentation>"muffled" tone.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dbltongue"> <xs:annotation> <xs:documentation>Double tongue (Unicode 1D18A).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="trpltongue"> <xs:annotation> <xs:documentation>Triple tongue (Unicode 1D18B).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="heel"> <xs:annotation> <xs:documentation>Use heel (organ pedal).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="toe"> <xs:annotation> <xs:documentation>Use toe (organ pedal).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="tap"> <xs:annotation> <xs:documentation>Percussive effect on guitar string(s).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="lhpizz"> <xs:annotation> <xs:documentation>Left-hand pizzicato.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dot"> <xs:annotation> <xs:documentation>Uninterpreted dot.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="stroke"> <xs:annotation> <xs:documentation>Uninterpreted stroke.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |