<?xml version="1.0" encoding="UTF-8"?>
<example>
  <name>moAaccent10</name>
  <author>Robert Miner and Jeff Schaefer, Geometry Technologies</author>
  <description>This example tests the interaction of the 'accent'
attribute for &lt;mover&gt; and &lt;mo&gt;.  In particular, it tests
that when the attribute is set on the enclosing &lt;mover&gt;, it
overrides the value set on an operator in the second slot, whether
computed or explicitly set.  It also tests whether there are any
unwanted side effects from setting the 'accent' attribute on an
&lt;mo&gt; outside the scope of a scripting schema.</description>
  <directory>Presentation/TokenElements/mo</directory>
  <prevPage>../../../Presentation/TokenElements/mo/mo8</prevPage>
  <nextPage>../../../Presentation/TokenElements/mo/moAaccent9</nextPage>
  <rendering>
    <img src="moAaccent10.png" creator="webeq"/>
  </rendering>
  <tex></tex>
  <eqn>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mover> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'><entityRef index="x000AF"/></mo> 
        </mover> 
        <mo accent='false'>+</mo> 
        <mover accent='true'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'><entityRef index="x000AF"/></mo> 
        </mover> 
        <mo accent='true'>+</mo> 
        <mover accent='false'> 
          <mrow> 
            <mi>G</mi> 
            <mo>-</mo> 
            <mn>1</mn> 
          </mrow> 
          <mo accent='false'><entityRef index="x000AF"/></mo> 
        </mover> 
      </mrow> 
    </math>
  </eqn>
  <src>
    &lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt; 
      &lt;mrow&gt; 
        &lt;mover&gt; 
          &lt;mrow&gt; 
            &lt;mi&gt;G&lt;/mi&gt; 
            &lt;mo&gt;-&lt;/mo&gt; 
            &lt;mn&gt;1&lt;/mn&gt; 
          &lt;/mrow&gt; 
          &lt;mo accent='false'&gt;&amp;OverBar;&lt;/mo&gt; 
        &lt;/mover&gt; 
        &lt;mo accent='false'&gt;+&lt;/mo&gt; 
        &lt;mover accent='true'&gt; 
          &lt;mrow&gt; 
            &lt;mi&gt;G&lt;/mi&gt; 
            &lt;mo&gt;-&lt;/mo&gt; 
            &lt;mn&gt;1&lt;/mn&gt; 
          &lt;/mrow&gt; 
          &lt;mo accent='false'&gt;&amp;OverBar;&lt;/mo&gt; 
        &lt;/mover&gt; 
        &lt;mo accent='true'&gt;+&lt;/mo&gt; 
        &lt;mover accent='false'&gt; 
          &lt;mrow&gt; 
            &lt;mi&gt;G&lt;/mi&gt; 
            &lt;mo&gt;-&lt;/mo&gt; 
            &lt;mn&gt;1&lt;/mn&gt; 
          &lt;/mrow&gt; 
          &lt;mo accent='false'&gt;&amp;OverBar;&lt;/mo&gt; 
        &lt;/mover&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
  </src>
</example>