X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fman1%2Fhtsn-import.1;h=9bc682a2425c95aec59cdf2ddc369813e5a77e38;hb=9e052ffac372ddda44a4661c9d3e0551a9f32a56;hp=78bcc6232570cdb3ac36473a1f1d4ecb509f723b;hpb=57782578adc2b1aa463efcf4b85627b88bda681d;p=dead%2Fhtsn-import.git diff --git a/doc/man1/htsn-import.1 b/doc/man1/htsn-import.1 index 78bcc62..9bc682a 100644 --- a/doc/man1/htsn-import.1 +++ b/doc/man1/htsn-import.1 @@ -49,10 +49,6 @@ 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 Auto_Racing_Schedule_XML.dtd -.IP \[bu] 2 -CBASK_Lineup_XML.dtd (GameInfo) -.IP \[bu] 2 -cbaskpreviewxml.dtd (GameInfo) .IP \[bu] Heartbeat.dtd .IP \[bu] @@ -60,39 +56,69 @@ Injuries_Detail_XML.dtd .IP \[bu] injuriesxml.dtd .IP \[bu] -MLB_Gaming_Matchup_XML.dtd (GameInfo) +newsxml.dtd +.IP \[bu] +Odds_XML.dtd +.IP \[bu] +scoresxml.dtd .IP \[bu] -MLB_Lineup_XML.dtd (GameInfo) +weatherxml.dtd .IP \[bu] -MLB_Matchup_XML.dtd (GameInfo) +GameInfo +.RS .IP \[bu] -MLS_Preview_XML.dtd (GameInfo) +CBASK_Lineup_XML.dtd .IP \[bu] -mlbpreviewxml.dtd (GameInfo) +cbaskpreviewxml.dtd .IP \[bu] -NBA_Gaming_Matchup_XML.dtd (GameInfo) +cflpreviewxml.dtd .IP \[bu] -NBA_Playoff_Matchup_XML.dtd (GameInfo) +Matchup_NBA_NHL_XML.dtd .IP \[bu] -NBALineupXML.dtd (GameInfo) +MLB_Gaming_Matchup_XML.dtd .IP \[bu] -nbapreviewxml.dtd (GameInfo) +MLB_Lineup_XML.dtd .IP \[bu] -newsxml.dtd +MLB_Matchup_XML.dtd .IP \[bu] -nhlpreviewxml.dtd (GameInfo) +MLS_Preview_XML.dtd .IP \[bu] -Odds_XML.dtd +mlbpreviewxml.dtd .IP \[bu] -recapxml.dtd (GameInfo) +NBA_Gaming_Matchup_XML.dtd .IP \[bu] -scoresxml.dtd +NBA_Playoff_Matchup_XML.dtd .IP \[bu] -weatherxml.dtd +NBALineupXML.dtd +.IP \[bu] +nbapreviewxml.dtd +.IP \[bu] +NCAA_FB_Preview_XML.dtd +.IP \[bu] +NFL_NCAA_FB_Matchup_XML.dtd +.IP \[bu] +nflpreviewxml.dtd +.IP \[bu] +nhlpreviewxml.dtd +.IP \[bu] +recapxml.dtd +.IP \[bu] +WorldBaseballPreviewXML.dtd +.RE +.IP \[bu] +SportInfo +.RS +.IP \[bu] +CBASK_3PPctXML.dtd +.IP \[bu] +Cbask_All_Tourn_Teams_XML.dtd +.IP \[bu] +CBASK_AssistsXML.dtd +.RE .P -The GameInfo and SportsInfo types do not have their own top-level +The GameInfo and SportInfo types do not have their own top-level tables in the database. Instead, their raw XML is stored in either the -\(dqgame_info\(dq or \(dqsports_info\(dq table respectively. +\(dqgame_info\(dq or \(dqsport_info\(dq table respectively. .SH DATABASE SCHEMA .P @@ -137,11 +163,11 @@ unique constraint in the top-level table's \(dqxml_file_id\(dq will prevent duplication in this case anyway. .P The aforementioned exceptions are the \(dqgame_info\(dq and -\(dqsports_info\(dq tables. These tables contain the raw XML for a +\(dqsport_info\(dq tables. These tables contain the raw XML for a number of DTDs that are not handled individually. This is partially for backwards-compatibility with a legacy implementation, but is mostly a stopgap due to a lack of resources at the moment. These two -tables (game_info and sports_info) still possess timestamps that allow +tables (game_info and sport_info) still possess timestamps that allow us to prune old data. .P UML diagrams of the resulting database schema for each XML document