Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | 1 |
| Maximum Occurrences | Unbounded |
| Default Value | N/A |
| Abstract | False |
| Nillable | False |
| Element Constraints | Sequence |
Parent Elements
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. |