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 / Hierarchy.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.6 KB  |  41 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="Hierarchy" oor:package="org.openoffice.ucb" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="Entry">
  8.       <info>
  9.         <desc>Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc>
  10.       </info>
  11.       <prop oor:name="Title" oor:type="xs:string">
  12.         <info>
  13.           <desc>Specifies the title of an entry of the hierarchy.</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:name="TargetURL" oor:type="xs:string">
  17.         <info>
  18.           <desc>Specifies the target URL of the entry of the hierarchy.</desc>
  19.         </info>
  20.       </prop>
  21.       <prop oor:name="Type" oor:type="xs:int">
  22.         <info>
  23.           <desc>Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc>
  24.         </info>
  25.       </prop>
  26.       <set oor:name="Children" oor:node-type="Entry">
  27.         <info>
  28.           <desc>Specifies the children (other hierarchy entries) of the item.</desc>
  29.         </info>
  30.       </set>
  31.     </group>
  32.   </templates>
  33.   <component>
  34.     <set oor:name="Root" oor:node-type="Entry">
  35.       <info>
  36.         <desc>Contains a set of top-level entries of the hierarchy.</desc>
  37.       </info>
  38.     </set>
  39.   </component>
  40. </oor:component-schema>
  41.