<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 |
|---|
|
Child Elements |
Subclause |
|---|---|
|
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>