Definition Type: Element
Name: Names
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:NamesType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines the collection of named ranges within a workbook.
Collapse XSD Schema Diagram:
Drilldown into NamedRange in schema excelss_xsd Drilldown into NamesType in schema excelss_xsdXSD Diagram of Names in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Names" type="NamesType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Defines the collection of named ranges within a workbook.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NamedRange ss:NamedRange 0 unbounded
Collapse Derivation Tree: