<xsd:complexType name="CT_SheetFormatPr">
<xsd:attribute name="baseColWidth" type="xsd:unsignedInt" use="optional" default="8">
<xsd:annotation>
<xsd:documentation>Base Column Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultColWidth" type="xsd:double" use="optional">
<xsd:annotation>
<xsd:documentation>Default Column Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultRowHeight" type="xsd:double" use="required">
<xsd:annotation>
<xsd:documentation>Default Row Height</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="zeroHeight" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hidden By Default</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="thickBottom" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Thick Bottom Border</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outlineLevelRow" type="xsd:unsignedByte" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Maximum Outline Row</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outlineLevelCol" type="xsd:unsignedByte" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Column Outline Level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|