Definition Type: Element
Name: NamedCell
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
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).
Collapse XSD Schema Diagram:
Drilldown into Name in schema excelss_xsdXSD Diagram of NamedCell in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Name ss:Name Optional