[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies the properties of d, including the enclosing and separating characters, and the properties that affect the shape of the delimiters.
Parent Elements |
d (§7.1.2.24) |
Child Elements |
Subclause |
begChr (Delimiter Beginning Character) |
§7.1.2.10 |
ctrlPr (Control Properties) |
§7.1.2.23 |
endChr (Delimiter Ending Character) |
§7.1.2.33 |
grow (n-ary Grow) |
§7.1.2.43 |
sepChr (Delimiter Separator Character) |
§7.1.2.95 |
shp (Shape (Delimiters)) |
§7.1.2.97 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DPr">
<sequence>
<element name="begChr" type="CT_Char" minOccurs="0"/>
<element name="sepChr" type="CT_Char" minOccurs="0"/>
<element name="endChr" type="CT_Char" minOccurs="0"/>
<element name="grow" type="CT_OnOff" minOccurs="0"/>
<element name="shp" type="CT_Shp" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>