<bar>
(Bar)
This element specifies the bar function, consisting of a base argument and an overbar or underbar, as in and .
example:
<m:bar> <m:barPr> <m:pos m:val="top"/> </m:barPr> <m:e> <m:r> <m:t>a</m:t> </m:r> </m:e> </m:bar>
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Bar">
<sequence>
<element name="barPr" type="CT_BarPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>