[Table of Contents] [docx version]
Shared MLs Reference Material - Math
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="̃"/>
</m:accPr>
<m:e>
<m:r>
<m:t>a</m:t>
</m:r>
</m:e>
</m:acc>
end example]
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>
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>