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 / ProtocolHandler.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1014 b   |  26 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="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="Handler">
  8.       <info>
  9.         <desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
  10.       </info>
  11.       <prop oor:name="Protocols" oor:type="oor:string-list">
  12.         <info>
  13.           <desc>Lists the URL pattern that can recognized by this service.</desc>
  14.         </info>
  15.       </prop>
  16.     </group>
  17.   </templates>
  18.   <component>
  19.     <set oor:name="HandlerSet" oor:node-type="Handler">
  20.       <info>
  21.         <desc>Lists the registered protocol handler services.</desc>
  22.       </info>
  23.     </set>
  24.   </component>
  25. </oor:component-schema>
  26.