[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
volType (Volatile Dependency Type)
Represents dependency information for a specific type or external data server. There is no limit on the number of external dependencies that may exist for a workbook in SpreadsheetML.
Parent Elements |
volTypes (§3.15.6) |
Child Elements |
Subclause |
main (Main) |
§3.15.1 |
Attributes |
Description |
type (Type) |
Specifies the type of the external dependency.
[Example: <volType type="olapFunctions"> end example]
The possible values for this attribute are defined by the ST_VolDepType simple type (§3.18.92). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_VolType">
<sequence>
<element name="main" type="CT_VolMain" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" type="ST_VolDepType" use="required"/>
</complexType>