Definition Type: Attribute
Name: ID
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ID:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Form Qualified
Use Required
Documentation:
Defines a name that identifies a particular style. The special value of "Default" indicates that this style represents the default formatting in the workbook.
Collapse XSD Schema Diagram:
XSD Diagram of ID in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="ID" type="xsd:ID" use="required">
    <xsd:annotation>
        <xsd:documentation>Defines a name that identifies a particular style. The special value of "Default" indicates that this style represents the default formatting in the workbook.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>