before "version one point oh." This list refers to an
old proprietary implementation, sorry:
- * AutoRacingResultsXML
* jfilexml
* Schedule_Changes_XML
* SportInfoListing
The XML document types obtained from the feed are uniquely identified
by their DTDs. We currently support documents with the following DTDs:
.IP \[bu] 2
+AutoRacingResultsXML.dtd
+.IP \[bu]
Auto_Racing_Schedule_XML.dtd
.IP \[bu]
Heartbeat.dtd
doc/TODO
makefile
schema/*.dtd
+ schemagen/AutoRacingResultsXML/*.xml
schemagen/Auto_Racing_Schedule_XML/*.xml
schemagen/Heartbeat/*.xml
schemagen/injuriesxml/*.xml
data AutoRacingResultsRaceInformation =
AutoRacingResultsRaceInformation {
-- Note the apostrophe to disambiguate it from the
- -- AutoRacingResultsListing filed.
+ -- AutoRacingResultsListing field.
db_auto_racing_results_id' :: DefaultKey AutoRacingResults,
db_track_length :: Double,
db_track_length_kph :: Double,
reference:
onDelete: cascade
-
+# Note the apostrophe in the foreign key. This is to disambiguate
+# it from the AutoRacingResultsListing foreign key of the same name.
+# We strip it out of the dbName.
- entity: AutoRacingResultsRaceInformation
dbName: auto_racing_results_race_information
constructors:
- name: AutoRacingResultsRaceInformation
fields:
- name: db_auto_racing_results_id'
+ dbName: auto_racing_results_id
reference:
onDelete: cascade
- name: db_most_laps_leading