22.1.2.118 type

This element specifies the type of fraction f; the default is ‘bar’. Whether the element is absent or present without the val attribute, the default of the val attribute is bar. Fractions types are:

Linear Fraction: π‘Žβ„π‘

[Example:

<m:f>
  <m:fPr>
    <m:type m:val="skw"/>
  </m:fPr>
  <m:num>
    <m:r>
      <m:t>c</m:t>
    </m:r>
  </m:num>
  <m:den>
    <m:r>
      <m:t>d</m:t>
    </m:r>
  </m:den>
</m:f>

end example]

Attributes

val (Value)

Specifies the type of fraction. Possible values are bar (Bar Fraction), lin (Linear Fraction),

The possible values for this attribute are defined by the ST_FType simple type (22.1.3.4).

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

Last updated on