manifest Element [Office 2003 SDK Documentation]
manifest element when it is the root element
The root element for an XML expansion pack manifest file.
Syntax
<manifest>
<version/>
<updateFrequency/>
<uri/>
<manifestURL/>
<solution/>
</manifest>
Element Properties
Name |
manifest |
Data Type |
manifestType |
Minimum Occurrences |
1 |
Maximum Occurrences |
1 |
Default Value |
N/A |
Abstract |
False |
Nillable |
False |
Element Constraints |
Sequence |
Child Elements
manifestURL |
Optional |
Specifies the location of the XML expansion pack. |
signedSrcRoot |
Optional |
Specifies the location of the Internet server from where expansion pack files are downloaded. |
solution |
Required |
Specifies the information necessary for a solution. |
updateFrequency |
Optional |
Specifies the time interval between when the application updates the solution. |
uri |
Required |
Specifies the Uniform Resource Indicator (URI) that is associated with the XML expansion pack manifest file. |
version |
Required |
Specifies the version number for the manifest file and for files included with the XML expansion pack. |
Note The signedSrcRoot element is new to Microsoft Office 2003 Editions Service Pack (SP) 1.
manifest element when it is a child element of the manifestCollection element
The parent element for each manifest definition within the manifest collection.
Syntax
<manifest>
<uri/>
<path/>
</manifest>
Element Properties
Name |
manifest |
Data Type |
mcManifestType |
Minimum Occurrences |
1 |
Maximum Occurrences |
Unbounded |
Default Value |
N/A |
Abstract |
False |
Nillable |
False |
Element Constraints |
Sequence |
Parent Elements
manifestCollection
Child Elements
uri |
Required |
Specifies the Uniform Resource Identifier (URI) for a collection of XML expansion pack manifest files. |
path |
Required |
Specifies the path of the XML expansion pack manifest file for the specified URI. |