home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / CalcAddIns.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  2.6 KB  |  76 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="CalcAddIns" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains add-in function configuration.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="AddInParameter">
  8.       <info>
  9.         <desc>Describes one parameter.</desc>
  10.       </info>
  11.       <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
  12.         <info>
  13.           <desc>Specifies the user-visible name of the parameter.</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:name="Description" oor:type="xs:string" oor:localized="true">
  17.         <info>
  18.           <desc>Specifies a description of the parameter.</desc>
  19.         </info>
  20.       </prop>
  21.     </group>
  22.     <group oor:name="AddInFunction">
  23.       <info>
  24.         <desc>Describes one function.</desc>
  25.       </info>
  26.       <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
  27.         <info>
  28.           <desc>Specifies the user-visible name of the function.</desc>
  29.         </info>
  30.       </prop>
  31.       <prop oor:name="Description" oor:type="xs:string" oor:localized="true">
  32.         <info>
  33.           <desc>Specifies a description of the function.</desc>
  34.         </info>
  35.       </prop>
  36.       <prop oor:name="Category" oor:type="xs:string">
  37.         <info>
  38.           <desc>Specifies the programmatic name of the category the function belongs to.</desc>
  39.         </info>
  40.       </prop>
  41.       <prop oor:name="CategoryDisplayName" oor:type="xs:string" oor:localized="true">
  42.         <info>
  43.           <desc>Specifies the user-visible name of the category the function belongs to.</desc>
  44.         </info>
  45.       </prop>
  46.       <prop oor:name="CompatibilityName" oor:type="xs:string" oor:localized="true">
  47.         <info>
  48.           <desc>Specifies a localized function name for exchange with other applications.</desc>
  49.         </info>
  50.       </prop>
  51.       <set oor:name="Parameters" oor:node-type="AddInParameter">
  52.         <info>
  53.           <desc>Specifies the function's parameters.</desc>
  54.         </info>
  55.       </set>
  56.     </group>
  57.     <group oor:name="AddIn">
  58.       <info>
  59.         <desc>Describes one add-in component.</desc>
  60.       </info>
  61.       <set oor:name="AddInFunctions" oor:node-type="AddInFunction">
  62.         <info>
  63.           <desc>Specifies the component's functions.</desc>
  64.         </info>
  65.       </set>
  66.     </group>
  67.   </templates>
  68.   <component>
  69.     <set oor:name="AddInInfo" oor:node-type="AddIn">
  70.       <info>
  71.         <desc>Specifies the installed add-in components.</desc>
  72.       </info>
  73.     </set>
  74.   </component>
  75. </oor:component-schema>
  76.