Definition Type: ComplexType
Name: CommentType
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Abstract
Documentation:
Contains the comment to be associated with this cell
Collapse XSD Schema Diagram:
Drilldown into Data in schema excelss_xsd Drilldown into ShowAlways in schema excelss_xsd Drilldown into Author in schema excelss_xsdXSD Diagram of CommentType in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="CommentType">
    <xsd:annotation>
        <xsd:documentation>Contains the comment to be associated with this cell</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Data" minOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Specifies the contents of the comment that is associated with a cell.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:any processContents="skip" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute form="qualified" name="Author" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies the author of a comment.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute form="qualified" name="ShowAlways" type="TrueFalseType" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Specifies whether a comment is always displayed or is displayed only when the user rests the curser on the cell.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Data ss:Data 1 (1)
Collapse Child Attributes:
Name Type Default Value Use
Author ss:Author Optional
ShowAlways ss:ShowAlways 0 Optional
Collapse Derivation Tree:
Collapse References:
ss:Comment