<sPre> (Pre-Sub-Superscript Function)
This element specifies the Pre-Sub-Superscript function, which consists of a base
<e> and a subscript and superscript placed to the left of the base, as in . example: : The XML that specifies this function is:
<m:sPre>
<m:sub>
<m:r>
<m:t>1</m:t>
</m:r>
</m:sub>
<m:sup>
<m:r>
<m:t>2</m:t>
</m:r>
</m:sup>
<m:e>
<m:r>
<m:t>A</m:t>
</m:r>
</m:e>
</m:sPre>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SPre">
<sequence>
<element name="sPrePr" type="CT_SPrePr" minOccurs="0"/>
<element name="sub" type="CT_OMathArg"/>
<element name="sup" type="CT_OMathArg"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>