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 / FormWizard.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.3 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="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains the styles for the form wizard</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="FWizStyle">
  8.       <info>
  9.         <desc>Specifies style information (css)</desc>
  10.       </info>
  11.       <prop oor:name="Index" oor:type="xs:int">
  12.         <info>
  13.           <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  17.         <info>
  18.           <desc>UI name of the style</desc>
  19.         </info>
  20.       </prop>
  21.       <prop oor:name="CssHref" oor:type="xs:string">
  22.         <info>
  23.           <desc>the name of the css file</desc>
  24.         </info>
  25.       </prop>
  26.     </group>
  27.   </templates>
  28.   <component>
  29.     <group oor:name="FormWizard">
  30.       <info>
  31.         <desc>the form wizard styles</desc>
  32.       </info>
  33.       <set oor:name="Styles" oor:node-type="FWizStyle">
  34.         <info>
  35.           <desc>the set of available styles</desc>
  36.         </info>
  37.       </set>
  38.     </group>
  39.   </component>
  40. </oor:component-schema>
  41.