[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_UpdateLinks (Update Links Behavior Types)

This simple type defines when the application updates links to other workbooks when the workbook is opened.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

always (Always Update Links)

Indicates that links to other workbooks are always updated when the workbook is opened. The application will not display an alert in the user interface (UI).

never (Never Update Links)

Indicates that links to other workbooks are never updated when the workbook is opened. The application will not display an alert in the user interface.

userSet (User Set)

Indicates that the end-user specified whether they receive an alert to update links to other workbooks when the workbook is opened. For example, the application may expose this option in an application settings dialog.

 

Referenced By

workbookPr@updateLinks3.2.28)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_UpdateLinks">

   <restriction base="xsd:string">

   <enumeration value="userSet"/>

   <enumeration value="never"/>

   <enumeration value="always"/>

   </restriction>

</simpleType>