<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

<arc>6.1.2.1); <background>2.2.1); <curve>6.1.2.3); <group>6.1.2.7); <image>6.1.2.10); <line>6.1.2.12); <object>2.3.3.19); <oval>6.1.2.13); <pict>2.3.3.21); <pict>2.9.23); <polyline>6.1.2.15); <rect>6.1.2.16); <roundrect>6.1.2.17); <shape>6.1.2.19); <shapetype>6.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>