<limLow>
(Lower-Limit Function)
This element specifies the Lower-Limit function, consisting of text on the baseline and reduced-size text immediately below it. Examples of
<limLow >
include and . example: : The XML that represents is:
<m:limLow> <m:e> <m:r> <m:rPr> <m:scr m:val="roman"/> <m:sty m:val="p"/> </m:rPr> <m:t>lim</m:t> </m:r> </m:e> <m:lim> <m:r> <m:t>n→∞</m:t> </m:r> </m:lim> </m:limLow>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LimLow">
<sequence>
<element name="limLowPr" type="CT_LimLowPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg"/>
<element name="lim" type="CT_OMathArg"/>
</sequence>
</complexType>