complexType CommentType

complexType {urn:schemas-microsoft-com:office:spreadsheet}CommentType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<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>


Documentation

Contains the comment to be associated with this cell


complexType CommentType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.