<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 | 
|---|
| 
 | 
| Child Elements | Subclause | 
|---|---|
| 
 | |
| 
 | |
| 
 | 
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>