complexType NamesType

complexType {urn:schemas-microsoft-com:office:spreadsheet}NamesType

Abstractfalse (This can be used in an instance)
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: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>


Documentation

Defines the collection of named ranges within a workbook or worksheet.


complexType NamesType


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.