<xsd:element name="Row" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Defines the formatting and properties for one or more adjacent rows.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Cell" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute form="qualified" name="AutoFitHeight" type="TrueFalseType" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Specifies whether the height of a row is automatically resized to fit the contents of cells.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="Height" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the height of a row in points. This value must be greater than or equal to zero.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute ref="Hidden" default="0">
<xsd:annotation>
<xsd:documentation>Specifies whether a row is hidden.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="Index" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the position of a row within a table.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute form="qualified" name="Span" type="xsd:nonNegativeInteger" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of adjacent rows with the same formatting as the defined row.</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 row.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="c:caption" use="optional" />
</xsd:complexType>
</xsd:element>
|