MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <attributes>

<attributes>

attributes-element

<measure number="1" width="375">
   <print>
      <system-layout>
         <system-margins>
            <left-margin>70</left-margin>
            <right-margin>0</right-margin>
         </system-margins>
         <top-system-distance>211</top-system-distance>
      </system-layout>
      <measure-numbering>system</measure-numbering>
   </print>
   <attributes>
      <divisions>2</divisions>
      <key>
         <fifths>0</fifths>
         <mode>major</mode>
      </key>
      <time>
         <beats>4</beats>
         <beat-type>4</beat-type>
      </time>
      <clef>
         <sign>G</sign>
         <line>2</line>
      </clef>
   </attributes>
   <sound tempo="120"/>
   <direction placement="below">
      <direction-type>
         <dynamics default-x="84" default-y="-73" halign="center">
            <f/>
         </dynamics>
      </direction-type>
      <sound dynamics="98"/>
   </direction>
   <note default-x="84">
      <pitch>
         <step>B</step>
         <octave>4</octave>
      </pitch>
      <duration>8</duration>
      <voice>1</voice>
      <type>whole</type>
   </note>
</measure>