<xsd:complexType name="CT_SingleXmlCell">
<xsd:sequence>
<xsd:element name="xmlCellPr" type="CT_XmlCellPr" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Cell Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Table Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="r" type="ST_CellRef" use="required">
<xsd:annotation>
<xsd:documentation>Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Connection ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|