22.1.2.103 sSubSup

This element specifies the sub-superscript object, which consists of a base e, a reduced-size scr placed below 𝑛 and to the right, and a reduced-size scr placed above and to the right, as in 𝑥 . 𝑚

[Example: The XML that specifies this function is:

<m:sSubSup>
  <m:e>
    <m:r>
      <m:t>x</m:t>
    </r>
  </m:e>
  <m:sub>
    <m:r>
      <m:t>m</m:t>
    </r>
  </m:sub>
  <m:sup>
    <m:r>
      <m:t>n</m:t>
    </r>
  </m:sup>
</m:sSubSup>

end example]

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

Last updated on