22.1.2.52 lim

This element specifies the lower limit of the limLow object and the upper limit of the limUpp function. [Example: For example, the limit of the limLow lim is 𝑛 β†’ ∞. The XML that specifies this object 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]

[Note: The W3C XML Schema definition of this element’s content model (CT_OMathArg) is located in A.6.1. end note]

Last updated on