<chr> (Accent Character)

This element specifies the type of combining diacritical mark attached to the base of the accent function. If this property is omitted, the default accent character is U+0302.
example: : Examples of accent characters are the dot, hat, and arrow in the following cases: .

For example, the following XML represents the acc .

<m:acc> 
  <m:accPr>
    <m:chr m:val="&#771;"/>
  </m:accPr>
  <m:e>
    <m:r>
      <m:t>a</m:t>
    </m:r>
  </m:e>
</m:acc>

Parent Elements

<accPr>7.1.2.2); <groupChrPr>7.1.2.42); <naryPr>7.1.2.72)

Attributes

Description

<val> (value)

Specifies the character used by the parent element. When it is omitted, the parent uses its assigned default.
example: : delimiter object {a}:
<m:dPr>
  <m:begChr m:val="{"/>
  <m:endChr m:val="}"/>
</m:dPr>

The possible values for this attribute are defined by the ST_Char simple type (§7.1.3.3).

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

<complexType name="CT_Char">
	<attribute name="val" type="ST_Char" use="required"/>
</complexType>