Project

General

Profile

1
#
2
#        Name: DBElement.props
3
#     Purpose: A set of properties that map element types to
4
#              the classes that are used to represent that type
5
#   Copyright: 2000 Regents of the University of California and the
6
#              National Center for Ecological Analysis and Synthesis
7
#     Authors: Matt Jones
8
#     
9
#     Version: '$Id: DBElement.props 35 2000-04-13 16:48:37Z jones $'
10
#
11

    
12
#
13
# NOTE:  Special tag name "*Element" defines the default class to be used,
14
# instead of com.sun.xml.tree.ElementNode, when no explicit entry exists.
15
# The name "*Document" is used similarly for the document itself.
16
#
17

    
18
*Element	= DBElement
19
# *Document	= DBDocument
20

    
21
# Note -- we only use the default tags in this application
(4-4/30)