[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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>

end example]

Parent Elements

accPr7.1.2.2); groupChrPr7.1.2.42); naryPr7.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 type7.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>