home *** CD-ROM | disk | FTP | other *** search
/ World Book - Encyclopedia of Science / WBScience.iso / DATA / books / 20000d04 / query / style / style.UFL < prev    next >
Text File  |  2001-05-08  |  962b  |  45 lines

  1. # $Id: style.ufl,v 1.7 1997/04/01 01:32:47 edwin Exp $
  2. # Copyright (C) 1987-1996 Verity, Inc.
  3. #
  4. # style.ufl - Application-specific User Fields
  5. #
  6. # These fields are included in the internal documents table. For 
  7. # more information about adding fields to the internal documents
  8. # table, see the "Defining Custom Fields" chapter in the
  9. # Collection Building Guide.
  10. #
  11. # Example:
  12. #
  13. # data-table:   ddf
  14. # {
  15. #   varwidth: MyTitle         dxa
  16. # }
  17.  
  18. # -----------------------------------------------------------------
  19. # Specify additional application-specific fields here in their own
  20. # data-table[s].
  21.  
  22.  
  23.   data-table: aac
  24.   {
  25.     varwidth: TITLE ddv
  26.     /indexed = yes
  27.     /case-sensitive = no
  28.   }
  29.  
  30.   data-table: aad
  31.   {
  32.     fixwidth: MEDIA_LIST 1 unsigned-integer
  33.     /indexed = yes
  34.     /case-sensitive = no
  35.     /minmax = yes
  36.   } 
  37.  
  38.   data-table: aag
  39.   {
  40.     indirect: MEDIA MEDIA_LIST
  41.     /indexed = yes
  42.     /case-sensitive = no
  43.     /minmax = yes
  44.   }
  45.