[Table of Contents] [docx version]

Shared MLs Reference Material - Math

ST_FType (Fraction Type)

Fractions can be of type bar (horizontal fraction bar),  skewed ("skw" - diagonal fraction bar with kerned and vertically adjusted numerator and denominator), linear ("lin" - diagonal fraction bar, takes up exactly one line of space), and the "stack" object ("noBar").

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

bar (Bar Fraction)

Fraction with a horizontal fraction bar.

lin (Linear Fraction)

Fraction with slanted fraction bar, that takes up no additional vertical space.

noBar (No-Bar Fraction (Stack))

Stack object, which looks like a fraction with no fraction bar.

skw (Skewed)

Fraction with diagonal fraction bar.

 

Referenced By

type@val7.1.2.118)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_FType">

   <restriction base="xsd:string">

   <enumeration value="bar"/>

   <enumeration value="skw"/>

   <enumeration value="lin"/>

   <enumeration value="noBar"/>

   </restriction>

</simpleType>