group CellType

group {urn:schemas-microsoft-com:office:spreadsheet}CellType

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:group name="CellType">
    <
xsd:sequence>
        <
xsd:element ref="o:SmartTags" minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:element name="Data" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Specifies the value of a cell. The value should be specified in the format appropriate for the Type attribute of the cell.</xsd:documentation>
            </
xsd:annotation>
            <
xsd:complexType mixed="true">
                <
xsd:sequence>
                    <
xsd:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
                </
xsd:sequence>
                <
xsd:attribute form="qualified" name="Type" use="required">
                    <
xsd:annotation>
                        <
xsd:documentation>Specifies the type of data to be contained by the cell.</xsd:documentation>
                    </
xsd:annotation>
                    <
xsd:simpleType>
                        <
xsd:restriction base="xsd:string">
                            <
xsd:enumeration value="Number"/>
                            <
xsd:enumeration value="DateTime"/>
                            <
xsd:enumeration value="Boolean"/>
                            <
xsd:enumeration value="String"/>
                            <
xsd:enumeration value="Error"/>
                        </
xsd:restriction>
                    </
xsd:simpleType>
                </
xsd:attribute>
                <
xsd:attribute ref="x:Ticked"/>
            </
xsd:complexType>
        </
xsd:element>
        <
xsd:element name="Comment" type="CommentType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>Contains a comment to be associated with a cell.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element ref="x:phonetictext" minOccurs="0"/>
        <
xsd:element name="NamedCell" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>Presence of this tag indicates that this cell is a member of a user-defined named range. When saved from Excel, this tag is only present on cells that are non-empty or contain formatting. This tag can appear multiple times (one for each user-defined name that this cell lies in).</xsd:documentation>
            </
xsd:annotation>
            <
xsd:complexType>
                <
xsd:attribute form="qualified" name="Name" type="xsd:string" use="optional">
                    <
xsd:annotation>
                        <
xsd:documentation>Specifies a user-defined named range to which the cell belongs.</xsd:documentation>
                    </
xsd:annotation>
                </
xsd:attribute>
            </
xsd:complexType>
        </
xsd:element>
    </
xsd:sequence>
</
xsd:group>


group CellType


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.