<type> (Fraction type)

This element specifies the type of fraction <f>; the default is <'bar'>. Fractions types are:

Stacked Fraction:

Skewed Fraction:

Linear Fraction:

Stack Object (No-Bar Fraction):

Parent Elements

<fPr>7.1.2.38)

Attributes

Description

<val> (Value)

Specifies the type of fraction. Possible values are bar (Bar Fraction), lin (Linear Fraction), noBar (No-Bar Fraction (Stack)), and skw (Skewed).

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FType">
	<attribute name="val" type="ST_FType" use="required"/>
</complexType>