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 for smart documents that implement the Microsoft Office Smart Tag List (MOSTL) Schema.
Syntax
<smartTagList>
<name/>
<lcid/>
<description/>
<moreInfoURL/>
<updateable/>
<autoUpdate/>
<lastCheckpoint/>
<lastUpdate/>
<updateURL/>
<updateFrequency/>
<smartDoc/>
</smartTagList>
Element Properties
| Property | Value |
|---|---|
| Name | smartTagList |
| Data Type | smartTagListType |
| Minimum Occurrences | 1 |
| Maximum Occurrences | 1 |
| Default Value | N/A |
| Abstract | false |
| Nillable | false |
| Element Constraints | Sequence |
Child Elements
| Element | Required/Optional | Description |
|---|---|---|
| name | Required | Specifies the name of the smart document. |
| lcid | Optional | Specifies the Locale ID of the host application in which the smart document will function. |
| description | Required | Specifies a description of the purpose of a smart document. |
| moreInfoURL | Optional | Specifies the location where users can find more information about the smart document. |
| updateable | Optional | Specifies whether the smart document can be updated. |
| autoUpdate | Optional | Specifies whether the smart document is updated automatically. |
| lastCheckpoint | Optional | Specifies the version number of the last installed smart document. |
| lastUpdate | Optional | Specifies the number of minutes since the smart document was last updated. |
| updateURL | Optional | Specifies the location where the host application should check for potential updates. |
| updateFrequency | Optional | Specifies the number of minutes between updates. |
| smartDoc | Optional | Specifies the smart document controls and associated actions. |