<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="̃"/> <m:ctrlPr/> </m:accPr> <m:e> <m:r> <m:t>a</m:t> </m:r> </m:e> </m:acc>
Parent Elements |
---|
|
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>