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 / Commands.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.1 KB  |  31 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="Commands" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="CommandType">
  8.       <info>
  9.         <desc>Describes a command.</desc>
  10.       </info>
  11.       <prop oor:name="Command" oor:type="xs:string">
  12.         <info>
  13.           <desc>Specifies the command name for dispatching without a protocol part.</desc>
  14.         </info>
  15.       </prop>
  16.     </group>
  17.   </templates>
  18.   <component>
  19.     <group oor:name="Execute">
  20.       <info>
  21.         <desc>Contains information about the execute status.</desc>
  22.       </info>
  23.       <set oor:name="Disabled" oor:node-type="CommandType">
  24.         <info>
  25.           <desc>Contains commands that are disabled in the Office user interface.</desc>
  26.         </info>
  27.       </set>
  28.     </group>
  29.   </component>
  30. </oor:component-schema>
  31.