<xsd:element name="Cell">
<xsd:annotation>
<xsd:documentation>Defines the properties of a cell in a worksheet.</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:group ref="CellType" />
</xsd:sequence>
<xsd:attribute form="qualified" name="ArrayRange" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the range of cells to which an array formula applies.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="Formula" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies a formula for a cell.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="HRef" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies a URL to which to which a cell is linked.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="Index" type="xsd:nonNegativeInteger" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the column index of a cell.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="MergeAcross" type="xsd:long" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of adjacent cells to merge with the current cell. The cells to merge will be to the right of the current cell unless the worksheet is set to display left-to-right.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="MergeDown" type="xsd:long" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of adjacent cells below the current cell that are to be merged with the current cell.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="StyleID" type="xsd:IDREF" use="optional">
<xsd:annotation>
<xsd:documentation>Contains a reference to an ID attribute previously defined in a Style element. Used to apply that defined style to a cell.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="x:XHRefScreenTipGroup" />
<xsd:attribute ref="c:PasteFormula" use="optional" />
</xsd:complexType>
</xsd:element>
|