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 / Views.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.8 KB  |  101 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="Views" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="DialogType">
  8.       <info>
  9.         <desc>Contains the persistent data for a general office dialog.</desc>
  10.       </info>
  11.       <prop oor:name="WindowState" oor:type="xs:string">
  12.         <info>
  13.           <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  14.         </info>
  15.       </prop>
  16.       <group oor:name="UserData" oor:extensible="true">
  17.         <info>
  18.           <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  19.         </info>
  20.       </group>
  21.     </group>
  22.     <group oor:name="TabDialogType">
  23.       <info>
  24.         <desc>Contains the persistent data for a special tab dialog.</desc>
  25.       </info>
  26.       <prop oor:name="WindowState" oor:type="xs:string">
  27.         <info>
  28.           <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  29.         </info>
  30.       </prop>
  31.       <prop oor:name="PageID" oor:type="xs:int">
  32.         <info>
  33.           <desc>Represents the number of an active tab page inside a dialog.</desc>
  34.         </info>
  35.       </prop>
  36.       <group oor:name="UserData" oor:extensible="true">
  37.         <info>
  38.           <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  39.         </info>
  40.       </group>
  41.     </group>
  42.     <group oor:name="TabPageType">
  43.       <info>
  44.         <desc>Contains the persistent data for a tab page.</desc>
  45.       </info>
  46.       <prop oor:name="WindowState" oor:type="xs:string">
  47.         <info>
  48.           <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  49.         </info>
  50.       </prop>
  51.       <group oor:name="UserData" oor:extensible="true">
  52.         <info>
  53.           <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  54.         </info>
  55.       </group>
  56.     </group>
  57.     <group oor:name="WindowType">
  58.       <info>
  59.         <desc>Contains the persistent data for a general office window.</desc>
  60.       </info>
  61.       <prop oor:name="WindowState" oor:type="xs:string">
  62.         <info>
  63.           <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  64.         </info>
  65.       </prop>
  66.       <prop oor:name="Visible" oor:type="xs:boolean">
  67.         <info>
  68.           <desc>Makes window visible.</desc>
  69.         </info>
  70.       </prop>
  71.       <group oor:name="UserData" oor:extensible="true">
  72.         <info>
  73.           <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  74.         </info>
  75.       </group>
  76.     </group>
  77.   </templates>
  78.   <component>
  79.     <set oor:name="Dialogs" oor:node-type="DialogType">
  80.       <info>
  81.         <desc>Lists persistent dialog states.</desc>
  82.       </info>
  83.     </set>
  84.     <set oor:name="TabDialogs" oor:node-type="TabDialogType">
  85.       <info>
  86.         <desc>Lists persistent tab dialog states.</desc>
  87.       </info>
  88.     </set>
  89.     <set oor:name="TabPages" oor:node-type="TabPageType">
  90.       <info>
  91.         <desc>Lists persistent tab page states.</desc>
  92.       </info>
  93.     </set>
  94.     <set oor:name="Windows" oor:node-type="WindowType">
  95.       <info>
  96.         <desc>Lists persistent window states.</desc>
  97.       </info>
  98.     </set>
  99.   </component>
  100. </oor:component-schema>
  101.