[Table of Contents] [docx version]
Shared MLs Reference Material - Math
groupChrPr (Group-Character Properties)
This element specifies the properties of the Group-Character function groupChr. These properties can be used to specify the character placed above or below the argument, and the position of the character. When omitted, U+23DF is used as the chr and its pos is set to bot.
Parent Elements |
groupChr (§7.1.2.41) |
Child Elements |
Subclause |
chr (Accent Character) |
§7.1.2.20 |
ctrlPr (Control Properties) |
§7.1.2.23 |
pos (Position (Bar)) |
§7.1.2.84 |
vertJc (Vertical Justification) |
§7.1.2.119 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GroupChrPr">
<sequence>
<element name="chr" type="CT_Char" minOccurs="0"/>
<element name="pos" type="CT_TopBot" minOccurs="0"/>
<element name="vertJc" type="CT_TopBot" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>