[Table of Contents] [docx version]
Shared MLs Reference Material - Math
groupChr (Group-Character Function)
This element specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items. [Example: The following example demonstrates the groupChr in use, both in its proper form and in XML:
<m:groupChr>
<m:groupChrPr>
<m:chr m:val="⏞"/>
<m:pos m:val="top"/>
</m:groupChrPr>
<m:e>
<m:r>
<m:t>x+x+…</m:t>
</m:r>
</m:e>
</m:groupChr>
end example]
Parent Elements |
deg (§7.1.2.26); del (§2.13.5.12); den (§7.1.2.28); e (§7.1.2.32); fName (§7.1.2.37); ins (§2.13.5.20); lim (§7.1.2.52); moveFrom (§2.13.5.21); moveTo (§2.13.5.26); num (§7.1.2.75); oMath (§7.1.2.77); sub (§7.1.2.112); sup (§7.1.2.114) |
Child Elements |
Subclause |
e (Base (Argument)) |
§7.1.2.32 |
groupChrPr (Group-Character Properties) |
§7.1.2.42 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GroupChr">
<sequence>
<element name="groupChrPr" type="CT_GroupChrPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>