<xsd:complexType name="CT_CalcCell">
<xsd:attribute name="r" type="ST_CellRef" use="required">
<xsd:annotation>
<xsd:documentation>Cell Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="i" type="xsd:int" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="s" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Child Chain</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="l" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>New Dependency Level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="t" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>New Thread</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="a" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Array</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|