Share via


XML Expansion Pack Manifest Schema Structure [Office 2003 SDK Documentation]

The following is a structural diagram of the elements in the XML Expansion Pack Manifest Schema. For an example of how these elements are used, see XML Expansion Pack Manifest File Sample. For details about the schema and where to find information about XML expansion packs, see XML Expansion Pack Manifest Schema Overview.

Note  The signedSrcRoot element is new to Microsoft Office 2003 Editions Service Pack (SP) 1.

<manifest>
   <version/>
   <updateFrequency/>
   <uri/>
   <manifestURL/>
   <signedSrcRoot/>
   <solution>
      <solutionID/>
      <type/>
      <alias/>
      <documentSpecific/>
      <context/>
      <layout/>
      <targetApplication/>
      <file>
         <runFromServer/>
         <type/>
         <managed/>
         <application/>
         <version/>
         <filePath/>
         <installPath/>
         <CLSID/>
         <CLSNAME/>
         <PROGID/>
         <templateID/>
         <regsvr32/>
         <registry>
            <registryKey>
               <keyName/>
               <keyValue>
                  <valueName/>
                  <valueType/>
                  <value/>
               </keyValue>
            </registryKey>
         </registry>
      </file>
   </solution>
</manifest>
<manifestCollection>
   <manifest>
      <uri/>
      <path/>
   </manifest>
</manifestCollection>