MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <technical> (Tablature)

<technical> (Tablature)

technical-element-tablature

<note default-x="83" print-dot="no">
   <pitch>
      <step>G</step>
      <octave>3</octave>
   </pitch>
   <duration>12</duration>
   <voice>1</voice>
   <type>half</type>
   <dot/>
   <stem>none</stem>
   <notations>
      <technical>
         <string>4</string>
         <fret>5</fret>
      </technical>
   </notations>
</note>