<limUpp> (Upper-Limit Function)

This element specifies the Upper-Limit function, consisting of text on the baseline and reduced-size text immediately above it.
example: : Examples of <limUpp> include and .

The XML that specifies the <limUpp > is:

<m:limUpp> 
  <m:e>
    <m:r>
      <m:t>=</m:t>
    </m:r>
  </m:e>
  <m:lim>
    <m:r>
      <m:rPr>
        <m:nor/>
      </m:rPr>
      <m:t>def</m:t>
    </m:r>
  </m:lim>
</m:limUpp>

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

<e> (Base (Argument))

§7.1.2.32

<lim> (Limit (Lower))

§7.1.2.52

<limUppPr> (Upper Limit Properties)

§7.1.2.57

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_LimUpp">
	<sequence>
	<element name="limUppPr" type="CT_LimUppPr" minOccurs="0"/>
	<element name="e" type="CT_OMathArg"/>
	<element name="lim" type="CT_OMathArg"/>
	</sequence>
</complexType>