<rad> (Radical Function)
This element specifies the radical function, consisting of a radical, a base
<e>, and an optional degree <deg>. example: : Examples of
<rad> are (XML shown below) and .<m:rad>
<m:deg>
<m:r>
<m:rPr>
<m:scr m:val="roman"/>
<m:sty m:val="p"/>
</m:rPr>
<m:t>3</m:t>
</m:r>
</m:deg>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:rad>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rad">
<sequence>
<element name="radPr" type="CT_RadPr" minOccurs="0"/>
<element name="deg" type="CT_OMathArg"/>
<element name="e" type="CT_OMathArg"/>
</sequence>
</complexType>