MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <turn>

<turn>

turn-element

<note default-x="264">
   <pitch>
      <step>C</step>
      <octave>5</octave>
   </pitch>
   <duration>8</duration>
   <voice>1</voice>
   <type>quarter</type>
   <stem default-y="-50">down</stem>
   <notations>
      <ornaments>
         <turn default-x="-6" default-y="11" placement="above"/>
      </ornaments>
   </notations>
</note>