2.3.14 CT_Styles

Referenced by: CT_Workbook

An unordered collection of CT_Style elements (section 2.3.13). For a worksheet or a named object containing a range within a worksheet, this collection MUST contain the default style ST_cellStyleID (section 2.4.25).

Child Elements:

Style: Cell formatting or border formatting applied to one or more worksheet cells, worksheet header cells, or charts.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Styles">
   <xs:sequence>
     <xs:element name="Style" minOccurs="1" maxOccurs="unbounded" type="CT_Style"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).