<sSub> (Subscript Function)
This element specifies the subscript function
<sSub>, which consists of a base <e> and a reduced-size <scr> placed below and to the right, as in . example: : The XML that specifies this function is:
<m:sSub>
<m:e>
<m:r>
<m:t>x</m:t>
</r>
</m:e>
<m:sub>
<m:r>
<m:t>n</m:t>
</r>
</m:sub>
</m:sSub>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SSub">
<sequence>
<element name="sSubPr" type="CT_SSubPr" minOccurs="0"/>
<element name="e" type="CT_OMathArg"/>
<element name="sub" type="CT_OMathArg"/>
</sequence>
</complexType>