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 >
Wrap
Text File
|
1996-10-10
|
2KB
|
87 lines
# $Id: style.ddd,v 1.8 1995/04/18 02:08:08 ameyer Exp $
# Copyright (C) 1987-1995 Verity, Inc.
#
# Document Dataset Descriptor
#
$control: 1
descriptor:
/collection = yes
{
data-table: _df
/num-records=1
/max-records=1
{
# Header information for partition management
constant: _DBVERSION text "vdk11"
fixwidth: _DDDSTAMP 4 date
varwidth: _DOCIDX _dv
fixwidth: _PARTDESC 32 text
fixwidth: _SPARE1 16 text
fixwidth: _SPARE2 4 signed-integer
}
data-table: _df
/offset=64
{
# Required internal fields per document
autoval: _STYLE sirepath
fixwidth: _DOCID 4 unsigned-integer
fixwidth: _SECURITY 4 unsigned-integer
/minmax = yes
fixwidth: _INDEX_DATE 4 date
/minmax = yes
}
######## DO NOT MODIFY ABOVE THIS LINE ########
data-table: dkf
{
# Must have a VdkVgwKey - this is the primary key to the document
# The field type can be changed to fixwidth integer or text as needed
varwidth: VdkVgwKey dkv
/indexed = yes
/minmax = yes
}
data-table: ddf
{
# User fields go here. Default is a single dispatch field
dispatch: DOC
varwidth: DOC_FN ddv
# 602 JR 05-Jun-1996
constant: CHARSET text "WINEE"
constant: LANGUAGE text "CZ"
constant: VERSION text "1.0"
fixwidth: FORMAT 5 text
fixwidth: DOCNUM 4 unsigned-integer
fixwidth: CREATED 4 date
fixwidth: MODIFIED 4 date
}
data-table: di1
{
varwidth: TITLE dv1
/indexed = yes
}
data-table: di2
{
varwidth: SUBJECT dv2
/indexed = yes
}
data-table: di3
{
varwidth: AUTHOR dv3
/indexed = yes
}
data-table: di4
{
varwidth: KEYWORDS dv4
/indexed = yes
}
data-table: di5
{
varwidth: COMMENTS dv5
/indexed = yes
}
}
$$