Definition Type: ComplexType
Name: NamesType
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Abstract
Documentation:
Defines the collection of named ranges within a workbook or worksheet.
Collapse XSD Schema Diagram:
Drilldown into NamedRange in schema excelss_xsdXSD Diagram of NamesType in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="NamesType">
    <xsd:annotation>
        <xsd:documentation>Defines the collection of named ranges within a workbook or worksheet.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="NamedRange" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Defines a single named range within this workbook.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:attribute form="qualified" name="Name" type="xsd:string" use="required">
                    <xsd:annotation>
                        <xsd:documentation>Specifies the name of a named range.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute form="qualified" name="RefersTo" type="xsd:string" use="optional">
                    <xsd:annotation>
                        <xsd:documentation>Specifies the range to which the name applies.</xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
                <xsd:attribute ref="Hidden" default="0" />
                <xsd:attribute ref="c:PasteRefersTo" use="optional" />
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NamedRange ss:NamedRange 0 unbounded
Collapse Derivation Tree:
Collapse References:
ss:Names, ss:Names