[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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&#8594;&#8734;</m:t>
</m:r>
</m:lim>
</m:limLow>

end example]

Parent Elements

deg7.1.2.26); del2.13.5.12); den7.1.2.28); e7.1.2.32); fName7.1.2.37); ins2.13.5.20); lim7.1.2.52); moveFrom2.13.5.21); moveTo2.13.5.26); num7.1.2.75); oMath7.1.2.77); sub7.1.2.112); sup7.1.2.114)

 

Child Elements

Subclause

e (Base (Argument))

§7.1.2.32

lim (Limit (Lower))

§7.1.2.52

limLowPr (Lower Limit Properties)

§7.1.2.55

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>