<xsd:complexType name="CT_CellFormula">
<xsd:simpleContent>
<xsd:extension base="ST_Formula">
<xsd:attribute name="t" type="ST_CellFormulaType" use="optional" default="normal">
<xsd:annotation>
<xsd:documentation>Formula Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="aca" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Always Calculate Array</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ref" type="ST_Ref" use="optional">
<xsd:annotation>
<xsd:documentation>Range of Cells</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dt2D" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Data Table 2-D</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dtr" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Data Table Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="del1" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Input 1 Deleted</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="del2" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Input 2 Deleted</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="r1" type="ST_CellRef" use="optional">
<xsd:annotation>
<xsd:documentation>Data Table Cell 1</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="r2" type="ST_CellRef" use="optional">
<xsd:annotation>
<xsd:documentation>Input Cell 2</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ca" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Calculate Cell</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="si" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Shared Group Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bx" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Assigns Value to Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|