runnerslog_schema
#
# runnerslog.tcl -- A sample interface for runners to log training/races.
#
# Copyright (C) 1996-2001 Herrin Software Development, Inc.
# All rights reserved.
#
# Schema - for runnerslog example
#
# This file is part of the Qddb Fx examples.
#
# Qddb is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License Version 2
# as published by the Free Software Foundation.
#
# Qddb is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Qddb; see the file LICENSE. If not, write to:
#
# Herrin Software Development, Inc.
# R&D Division
# 41 South Highland Ave.
# Prestonsburg, KY 41653
DateOfRun type date
TimeOfRun type date format "%H:%M:%S"
Course
Distance type real format "%3.1f"
RaceTime type real format "%4.2f"
Place type integer
WeatherConditions
Comments