<xsd:complexType name="CT_Row">
<xsd:sequence>
<xsd:element name="c" type="CT_Cell" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Cell</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="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Row Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="spans" type="ST_CellSpans" use="optional">
<xsd:annotation>
<xsd:documentation>Spans</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="customFormat" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Custom Format</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ht" type="xsd:double" use="optional">
<xsd:annotation>
<xsd:documentation>Row Height</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hidden</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Custom Height</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Outline Level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Collapsed</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Thick Top Border</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="thickBot" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Thick Bottom</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>
|