22.1.2.88 rad

This element specifies the radical object, consisting of a radical, a base e, and an optional degree deg. [Example: 3 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>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_Rad) is located in A.6.1. end note]

Last updated on