<acc> (Accent)

This element specifies the accent function, consisting of a base and a combining diacritical mark.
example: : Example accent functions are , , and .
<m:acc> 
  <m:accPr>
    <m:chr m:val="&#771;"/>
    <m:ctrlPr/>
  </m:accPr>
  <m:e>
    <m:r>
      <m:t>a</m:t>
    </m:r>
  </m:e>
</m:acc>

Parent Elements

<deg>7.1.2.26); <del>2.13.5.12); <den>7.1.2.28); <e>7.1.2.32); <fName>7.1.2.37); <ins>2.13.5.20); <lim>7.1.2.52); <moveFrom>2.13.5.21); <moveTo>2.13.5.26); <num>7.1.2.75); <oMath>7.1.2.77); <sub>7.1.2.112); <sup>7.1.2.114)

Child Elements

Subclause

<accPr> (Accent Properties)

§7.1.2.2

<e> (Base (Argument))

§7.1.2.32

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Acc">
	<sequence>
	<element name="accPr" type="CT_AccPr" minOccurs="0"/>
	<element name="e" type="CT_OMathArg"/>
	</sequence>
</complexType>