Definition Type: Element
Name: Style
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:StyleType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Defines a single style in the current workbook. This element is required for custom formatting; otherwise, it is optional.
Collapse XSD Schema Diagram:
Drilldown into Protection in schema excelss_xsd Drilldown into NumberFormat in schema excelss_xsd Drilldown into Interior in schema excelss_xsd Drilldown into Font in schema excelss_xsd Drilldown into Borders in schema excelss_xsd Drilldown into Alignment in schema excelss_xsd Drilldown into Parent in schema excelss_xsd Drilldown into Name in schema excelss_xsd Drilldown into ID in schema excelss_xsd Drilldown into StyleType in schema excelss_xsdXSD Diagram of Style in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Style" type="StyleType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Defines a single style in the current workbook. This element is required for custom formatting; otherwise, it is optional.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Alignment ss:Alignment 0 (1)
Borders ss:Borders 0 (1)
Font ss:Font 0 (1)
Interior ss:Interior 0 (1)
NumberFormat ss:NumberFormat 0 (1)
Protection ss:Protection 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID ss:ID Required
Name ss:Name Optional
Parent ss:Parent Optional
Collapse Derivation Tree: