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 / TableWizard.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  3.4 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="TableWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains the configuration schema for the table wizard</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="TWizField">
  8.       <info>
  9.         <desc>Information on the database field properties</desc>
  10.       </info>
  11.       <prop oor:name="Index" oor:type="xs:int">
  12.         <info>
  13.           <desc>the index of the field  (start at 0, must be field-unique)</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  17.         <info>
  18.           <desc>the name of the database field. ONLY ASCII CHARACTERS</desc>
  19.         </info>
  20.       </prop>
  21.       <prop oor:localized="true" oor:name="ShortName" oor:type="xs:string">
  22.         <info>
  23.           <desc>the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS</desc>
  24.         </info>
  25.       </prop>
  26.       <prop oor:name="Type" oor:type="xs:int">
  27.         <info>
  28.           <desc>the type of the database field.</desc>
  29.         </info>
  30.       </prop>
  31.       <prop oor:name="PrimaryKey" oor:type="xs:boolean">
  32.         <info>
  33.           <desc>indicates whether the database field is a primary key or not.</desc>
  34.         </info>
  35.       </prop>
  36.       <prop oor:name="DefaultValue" oor:type="xs:boolean">
  37.         <info>
  38.           <desc>defines the default value of the database field.</desc>
  39.         </info>
  40.       </prop>
  41.       <prop oor:name="Precision" oor:type="xs:int">
  42.         <info>
  43.           <desc>defines the number of decimal digits of the database field.</desc>
  44.         </info>
  45.       </prop>
  46.       <prop oor:name="Scale" oor:type="xs:int">
  47.         <info>
  48.           <desc>defines the number of decimal digits to right of the decimal point of the database field.</desc>
  49.         </info>
  50.       </prop>
  51.     </group>
  52.     <group oor:name="TWizTable">
  53.       <info>
  54.         <desc>Information on the tables of the  table wizard</desc>
  55.       </info>
  56.       <prop oor:name="Index" oor:type="xs:int">
  57.         <info>
  58.           <desc>the index of the table (start at 0, must be table-unique)</desc>
  59.         </info>
  60.       </prop>
  61.       <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  62.         <info>
  63.           <desc>the name of the database table. ONLY ASCII CHARACTERS</desc>
  64.         </info>
  65.       </prop>
  66.       <set oor:name="Fields" oor:node-type="TWizField">
  67.         <info>
  68.           <desc> the fields in this table </desc>
  69.         </info>
  70.       </set>
  71.     </group>
  72.     <group oor:name="TWizCategory">
  73.       <info>
  74.         <desc>Information on the categries of the  table wizard</desc>
  75.       </info>
  76.       <prop oor:name="Index" oor:type="xs:int">
  77.         <info>
  78.           <desc>the index of the category (start at 0, must be category-unique)</desc>
  79.         </info>
  80.       </prop>
  81.       <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  82.         <info>
  83.           <desc>the name of the database field.</desc>
  84.         </info>
  85.       </prop>
  86.       <set oor:name="Tables" oor:node-type="TWizTable">
  87.         <info>
  88.           <desc> the tables in this category </desc>
  89.         </info>
  90.       </set>
  91.     </group>
  92.   </templates>
  93.   <component>
  94.     <set oor:name="TableWizard" oor:node-type="TWizCategory">
  95.       <info>
  96.         <desc>the set of categories.</desc>
  97.       </info>
  98.     </set>
  99.   </component>
  100. </oor:component-schema>
  101.