Share via


Microsoft Office Smart Tag List Schema Structure [Office 2003 SDK Documentation]

Following is a structural diagram of the Microsoft Office Smart Tag List (MOSTL) Schema as it applies to smart documents.

To view the MOSTL Schema for smart tags, see the Microsoft Office 2003 Smart Tag Software Development Kit. For an example of how these elements are used, see MOSTL Smart Document Sample. For more information about the schema and where to find information about XML expansion packs, see Microsoft Office Smart Tag List Schema Overview.

<smartTagList>
   <name/>
   <lcid/>
   <description/>
   <moreInfoURL/>
   <updateable/>
   <autoUpdate/>
   <lastCheckpoint/>
   <lastUpdate/>
   <updateURL/>
   <updateFrequency/>
   <smartDoc>
      <solutionID/>
      <caption/>
      <actions>
         <action>
            <actionType/>
            <caption/>
            <help/>
            <imageURL/>
            <url/>
            <elementAction>
               <insertXML/>
               <removeXML/>
            </elementAction>
         </action>
      </actions>
   </smartDoc>
</smartTagList>