<main>
(Main)
Represents dependency information for all topics within a type that share the same first string or function argument.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the first string of all topics within this For RTD functions, this argument represents the progID of the IRTDServer. example:
<main first="jrtdx.rtd"> For CUBE functions, this argument represents the CUBE connection. example:
<main first="xlextdat9 Adventure Works DW Adventure Works"> For more information on RTD and CUBE functions in SpreadsheetML, see §3.17 in Formulas. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_VolMain">
<sequence>
<element name="tp" type="CT_VolTopic" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="first" type="ST_Xstring" use="required"/>
</complexType>