22.1.2.99 sPre

This element specifies the Pre-Sub-Superscript object, which consists of a base e and a subscript and superscript 2 placed to the left of the base, as in 𝐴. [Example: The XML that specifies this function is: 1

<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>

end example]

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

Last updated on