<xsd:complexType name="CT_CellStyle">
<xsd:sequence>
<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="name" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>User Defined Cell Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xfId" type="ST_CellStyleXfId" use="required">
<xsd:annotation>
<xsd:documentation>Format Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="builtinId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Built-In Style Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="iLevel" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Outline Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hidden" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Hidden Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="customBuiltin" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>Custom Built In</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|