<externalLink> (External Reference)

This element is a container for specific types of external links.

Parent Elements

Root element of SpreadsheetML External Workbook References part

Child Elements

Subclause

<ddeLink> (DDE Connection)

§3.14.4

<externalBook> (External Workbook)

§3.14.7

<extLst> (Future Feature Data Storage Area)

§3.2.10

<oleLink> (OLE Link)

§3.14.11

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ExternalLink">
	<choice>
	<element name="externalBook" type="CT_ExternalBook" minOccurs="0" maxOccurs="1"/>
	<element name="ddeLink" type="CT_DdeLink" minOccurs="0" maxOccurs="1"/>
	<element name="oleLink" type="CT_OleLink" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
	</choice>
</complexType>