22.1.2.1 acc

This element specifies the accent function, consisting of a base and a combining diacritical mark. If accPr is

omitted, the default accent is U+0302 (COMBINING CIRCUMFLEX ACCENT). [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>

end example]

[Note: The W3C XML Schema definition of this elementโ€™s content model (CT_Acc) is located in A.6.1. end note]

Last updated on