home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World Book - Encyclopedia of Science
/
WBScience.iso
/
DATA
/
books
/
20000d04
/
query
/
style
/
style.UFL
< prev
next >
Wrap
Text File
|
2001-05-08
|
962b
|
45 lines
# $Id: style.ufl,v 1.7 1997/04/01 01:32:47 edwin Exp $
# Copyright (C) 1987-1996 Verity, Inc.
#
# style.ufl - Application-specific User Fields
#
# These fields are included in the internal documents table. For
# more information about adding fields to the internal documents
# table, see the "Defining Custom Fields" chapter in the
# Collection Building Guide.
#
# Example:
#
# data-table: ddf
# {
# varwidth: MyTitle dxa
# }
# -----------------------------------------------------------------
# Specify additional application-specific fields here in their own
# data-table[s].
data-table: aac
{
varwidth: TITLE ddv
/indexed = yes
/case-sensitive = no
}
data-table: aad
{
fixwidth: MEDIA_LIST 1 unsigned-integer
/indexed = yes
/case-sensitive = no
/minmax = yes
}
data-table: aag
{
indirect: MEDIA MEDIA_LIST
/indexed = yes
/case-sensitive = no
/minmax = yes
}