[Table of Contents] [docx version]

VML Reference Material - VML

formulas (Set of Formulas)

This element defines a set of formulas whose calculated values are referenced by other attributes. Each formula is contained in a child f element (§6.1.2.4).

Parent Elements

arc6.1.2.1); background2.2.1); curve6.1.2.3); group6.1.2.7); image6.1.2.10); line6.1.2.12); object2.3.3.19); oval6.1.2.13); pict2.3.3.21); pict2.9.23); polyline6.1.2.15); rect6.1.2.16); roundrect6.1.2.17); shape6.1.2.19); shapetype6.1.2.20)

 

Child Elements

Subclause

f (Single Formula)

§6.1.2.4

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

<complexType name="CT_Formulas">

   <sequence>

   <element name="f" type="CT_F" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>