home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Notes46 / LOTUS006.DSK / VDKHOME / STYLE / STYLE.DID < prev    next >
Text File  |  1995-09-07  |  2KB  |  77 lines

  1. # $Id: style.did 1.7 1995/04/18 02:08:33 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. $control: 1
  5. descriptor:
  6. {
  7.   # Note: the first 16 records of this table are reserved for bookkeeping
  8.   data-table:    _ix
  9.   {
  10.     fixwidth:    FWIDX       3 text
  11.   }
  12.   data-table:    _if
  13.   {
  14. $INCLUDE "style.prf" 
  15.     constant:    _DBVERSION    text "vdk11"
  16.     varwidth:    FWWORD     _iw
  17.     fixwidth:   FWWORD_OF  4 unsigned-integer
  18.     fixwidth:    FWWORD_SZ  1 unsigned-integer
  19.  
  20. $ifdef EnablePSW
  21.     varwidth:    FWDATA     _iv
  22.     fixwidth:   FWDATA_OF  4 unsigned-integer
  23.     fixwidth:    FWDATA_SZ  3 unsigned-integer
  24. $else
  25.     varwidth:    FWCOUNT     _iv
  26.     fixwidth:   FWCOUNT_OF  4 unsigned-integer
  27.     fixwidth:    FWCOUNT_SZ  3 unsigned-integer
  28. $endif
  29.  
  30. $ifdef EnableStem
  31.      fixwidth:    STEMDEX    3 unsigned-integer
  32. $endif
  33. $ifdef EnableCase
  34.      constant:    CASEDEX    unsigned-integer "0"
  35. $endif
  36. $ifdef EnableSoundex
  37.      fixwidth:    SOUNDEX    3 unsigned-integer
  38. $endif
  39.   }
  40.  
  41.   # For Zone Search
  42.   data-table:    _zf
  43.   {
  44.     varwidth:    FWZONE        _zw
  45.     fixwidth:   FWZONE_OF    3 unsigned-integer
  46.     fixwidth:    FWZONE_SZ    1 unsigned-integer
  47.  
  48.     varwidth:    FWZONEDATA    _zv
  49.     fixwidth:   FWZONEDATA_OF    4 unsigned-integer
  50.     fixwidth:    FWZONEDATA_SZ    3 unsigned-integer
  51.   }
  52.  
  53. #
  54. # For normalized Many
  55. # data-table:    dis
  56. #  {
  57. #    fixwidth:    NUMWORDS   2 unsigned-integer
  58. #  }
  59. #
  60.  
  61. # For Qualify Instance 
  62. # data-table:   dqf
  63. # {
  64. #   constant:  Qualify_Bytes    signed-integer 1
  65. #   varwidth:  Qualify          dqv
  66. #   fixwidth:  Qualify_SZ       4 signed-integer
  67. # }
  68.  
  69. # For Application Specific Location Information
  70. # data-table:   dqg
  71. # {
  72. #   constant:  Location_Bytes    signed-integer 1
  73. #   varwidth:  Location          dqv
  74. #   fixwidth:  Location_SZ       4 signed-integer
  75. # }
  76. }
  77.