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 / FirstStartWizard.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.3 KB  |  37 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="FirstStartWizard" oor:package="org.openoffice" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains properties regarding the first start wiazrd.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="Option">
  8.       <info>
  9.         <desc>Describes properties of a wizard tab page option.</desc>
  10.       </info>
  11.       <prop oor:name="Visible" oor:type="xs:boolean">
  12.         <info>
  13.           <desc>Determine if an option is visible or not.</desc>
  14.         </info>
  15.         <value>true</value>
  16.       </prop>
  17.     </group>
  18.   </templates>
  19.   <component>
  20.     <group oor:name="TabPages">
  21.       <info>
  22.         <desc>Contains properties for the various first start wizard tab pages.</desc>
  23.       </info>
  24.       <group oor:name="Registration">
  25.         <info>
  26.           <desc>Specifies properties of the registration tab page.</desc>
  27.         </info>
  28.         <set oor:name="RegistrationOptions" oor:node-type="Option">
  29.           <info>
  30.             <desc>Specifies radio button properties of the registration tab page.</desc>
  31.           </info>
  32.         </set>
  33.       </group>
  34.     </group>
  35.   </component>
  36. </oor:component-schema>
  37.