<xsd:complexType name="CT_Col">
<xsd:attribute name="min" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Minimum Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="max" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Maximum Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="width" type="xsd:double" use="optional">
<xsd:annotation>
<xsd:documentation>Column Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="style" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hidden Columns</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bestFit" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Best Fit Column Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customWidth" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Custom Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="phonetic" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Phonetic Information</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:complexType>
|