home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / tema / 602propc / disk14 / data.14 / WINTEXT / PROGRAM / AGENT / STYLE / STYLE.DDD next >
Text File  |  1996-10-10  |  2KB  |  87 lines

  1. # $Id: style.ddd,v 1.8 1995/04/18 02:08:08 ameyer Exp $
  2. # Copyright (C) 1987-1995 Verity, Inc.
  3. #
  4. # Document Dataset Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8.   /collection = yes
  9. {
  10.   data-table:    _df
  11.     /num-records=1
  12.     /max-records=1
  13.   {
  14.     # Header information for partition management
  15.     constant:    _DBVERSION    text "vdk11"
  16.     fixwidth:    _DDDSTAMP    4 date
  17.     varwidth:    _DOCIDX        _dv
  18.     fixwidth:    _PARTDESC    32 text
  19.  
  20.     fixwidth:    _SPARE1        16 text
  21.     fixwidth:    _SPARE2        4 signed-integer
  22.   }
  23.   data-table:    _df
  24.     /offset=64
  25.   {
  26.     # Required internal fields per document
  27.     autoval:    _STYLE        sirepath
  28.     fixwidth:    _DOCID        4 unsigned-integer
  29.     fixwidth:    _SECURITY    4 unsigned-integer
  30.       /minmax = yes
  31.     fixwidth:    _INDEX_DATE    4 date
  32.       /minmax = yes
  33.   }
  34.  
  35. ######## DO NOT MODIFY ABOVE THIS LINE ########
  36.  
  37.   data-table:    dkf
  38.   {
  39.     # Must have a VdkVgwKey - this is the primary key to the document
  40.     # The field type can be changed to fixwidth integer or text as needed
  41.     varwidth:    VdkVgwKey    dkv
  42.       /indexed = yes
  43.       /minmax  = yes
  44.   }
  45.  
  46.   data-table:   ddf
  47.   {
  48.     # User fields go here. Default is a single dispatch field 
  49.     dispatch:    DOC
  50.     varwidth:   DOC_FN          ddv
  51. # 602 JR 05-Jun-1996
  52.     constant:   CHARSET         text "WINEE"
  53.     constant:   LANGUAGE        text "CZ"
  54.     constant:   VERSION         text "1.0"
  55.     fixwidth:   FORMAT          5 text
  56.     fixwidth:   DOCNUM          4 unsigned-integer
  57.     fixwidth:   CREATED         4 date
  58.     fixwidth:   MODIFIED        4 date
  59.   }
  60.   data-table:   di1
  61.   {
  62.     varwidth:   TITLE           dv1
  63.       /indexed = yes
  64.   }
  65.   data-table:   di2
  66.   {
  67.     varwidth:   SUBJECT         dv2
  68.       /indexed = yes
  69.   }
  70.   data-table:   di3
  71.   {
  72.     varwidth:   AUTHOR          dv3
  73.       /indexed = yes
  74.   }
  75.   data-table:   di4
  76.   {
  77.     varwidth:   KEYWORDS        dv4
  78.       /indexed = yes
  79.   }
  80.   data-table:   di5
  81.   {
  82.     varwidth:   COMMENTS        dv5
  83.       /indexed = yes
  84.   }
  85. }
  86. $$
  87.