<xsd:complexType name="CT_Cell">
<xsd:sequence>
<xsd:element name="f" type="CT_CellFormula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="v" type="ST_Xstring" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Cell Value</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="is" type="CT_Rst" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Rich Text Inline</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="r" type="ST_CellRef" use="optional">
<xsd:annotation>
<xsd:documentation>Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Style Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="t" type="ST_CellType" use="optional" default="n">
<xsd:annotation>
<xsd:documentation>Cell Data Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cm" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Cell Metadata Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Value Metadata Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Phonetic</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|