Definition Type: ComplexType
Name: ExternNameType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about a DDE or OLE link, or a referenced name that is defined in another workbook.
Collapse XSD Schema Diagram:
Drilldown into Cf in schema excel_xsd Drilldown into WantPict in schema excel_xsd Drilldown into WantAdvise in schema excel_xsd Drilldown into OleLink in schema excel_xsd Drilldown into Formula in schema excel_xsd Drilldown into Name in schema excel_xsdXSD Diagram of ExternNameType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ExternNameType">
    <xsd:annotation>
        <xsd:documentation>Contains information about a DDE or OLE link, or a referenced name that is defined in another workbook.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the user-defined name of an object, range, or reference to another workbook, the location and name of a text file, or the built-in name of a range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Formula" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the formula corresponding to a defined name, a range in another workbook, a query parameter, or a PivotTable field, formula, or item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OleLink" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the ExternName element describes an OLE link.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="WantAdvise" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether the ExternName element contains a description of a DDE or OLE link, and specifies the type of link.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="WantPict" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether data is in clipboard format.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Cf" type="xsd:int">
            <xsd:annotation>
                <xsd:documentation>Contains an index to the clipboard data format.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name x:Name (1) (1)
Formula x:Formula (1) (1)
OleLink x:OleLink 0 (1)
WantAdvise x:WantAdvise 0 (1)
WantPict x:WantPict 0 (1)
Cf x:Cf (1) (1)
Collapse Derivation Tree:
Collapse References:
x:ExternName