[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies the delimiter function, consisting of opening and closing delimiters (such as parentheses, braces, brackets, and vertical bars), and an element contained inside. The delimiter may have more than one element, with a designated separator character between each element. [Example:
Delimiter with one base:
Delimiter with more than one base and separators, whose XML is shown below:
<m:d>
<m:e>
<m:sSup>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
<m:sup>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>2</m:t>
</m:r>
</m:sup>
</m:sSup>
</m:e>
<m:e>
<m:sSup>
<m:e>
<m:r>
<m:t>y</m:t>
</m:r>
</m:e>
<m:sup>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>2</m:t>
</m:r>
</m:sup>
</m:sSup>
</m:e>
</m:d>
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 |
dPr (Delimiter Properties) |
§7.1.2.31 |
e (Base (Argument)) |
§7.1.2.32 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_D">
<sequence>
<element name="dPr" type="CT_DPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg" maxOccurs="unbounded"/>
</sequence>
</complexType>