Definition Type: Element
Name: Number
Namespace: urn:schemas-microsoft-com:office:excel
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains the data in the referenced cell if the data is numeric.
Collapse XSD Schema Diagram:
XSD Diagram of Number in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Number" type="xsd:double" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the data in the referenced cell if the data is numeric.</xsd:documentation>
    </xsd:annotation>
</xsd:element>