Share via


smartDoc Element [Office 2003 SDK Documentation]

Specifies the root element that contains the information about the controls and actions associated with an XML element within a smart document.

Syntax

<smartDoc>
    <solutionID/>
    <caption/>
    <actions/>
</smartDoc>

Element Properties

Property Value
Name smartDoc 
Data Type smartDocType 
Minimum Occurrences
Maximum Occurrences Unbounded 
Default Value N/A 
Abstract False 
Nillable False 
Element Constraints Sequence 

Parent Elements

smartTagList

Child Elements

Element Required/Optional Description
solutionID  Optional  Specifies a unique solution identifier.
caption  Required  Specifies the caption for a group of controls associated with a single XML element.
actions  Optional  Specifies the controls and actions for a smart document.

Attributes

Attribute Data type Default Value Use Description
type stringType   Required Specifies a unique name, in namespace#element format, of the XML element to which the controls and actions apply.