22.1.2.24 d
This element specifies the delimiter object, 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:
<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]
[Note: The W3C XML Schema definition of this element’s content model (CT_D) is located in A.6.1. end note]
Last updated on