htsn-import-0.0.5: src/TSN/XML/SportInfo.hs
-- | SportInfo represents a collection of DTDs that we don't really
-- handle but want to make available. The raw XML gets stored in the
-- database along with the XML_File_ID, but we don't parse any of it.
--
-- See also: TSN.XML.GameInfo
--
module TSN.XML.SportInfo (
dtds )
where
-- | The DTDs for everything that we consider "Sport Info."
--
-- TODO: This is the list from the old implementation. We need to
-- make sure that we are really receiving XML for these DTDs
-- (i.e. the names are correct).
--
dtds :: [String]
dtds =
[ "CBASK_3PPctXML.dtd",
"Cbask_All_Tourn_Teams_XML.dtd",
"CBASK_AssistsXML.dtd",
"Cbask_Awards_XML.dtd",
"CBASK_BlocksXML.dtd",
"CBask_BlocksXML.dtd",
"Cbask_Conf_Standings_XML.dtd",
"Cbask_DivII_III_Indv_Stats_XML.dtd",
"Cbask_DivII_Team_Stats_XML.dtd",
"Cbask_DivIII_Team_Stats_XML.dtd",
"CBASK_FGPctXML.dtd",
"CBask_FGPctXML.dtd",
"CBASK_FoulsXML.dtd",
"CBASK_FTPctXML.dtd",
"Cbask_Indv_No_Avg_XML.dtd",
"Cbask_Indv_Scoring_XML.dtd",
"Cbask_Indv_Shooting_XML.dtd",
"CBASK_MinutesXML.dtd",
"Cbask_Polls_XML.dtd",
"CBASK_ReboundsXML.dtd",
"CBASK_ScoringLeadersXML.dtd",
"CBASK_StealsXML.dtd",
"Cbask_Team_Scoring_Rebound_Margin_XML.dtd",
"Cbask_Team_Scoring_XML.dtd",
"Cbask_Team_Shooting_Pct_XML.dtd",
"Cbask_Team_ThreePT_Made_XML.dtd",
"Cbask_Team_ThreePT_PCT_XML.dtd",
"Cbask_Team_Win_Pct_XML.dtd",
"Cbask_Top_Twenty_Five_XML.dtd",
"CBASK_TopTwentyFiveResult_XML.dtd",
"Cbask_Tourn_Awards_XML.dtd",
"Cbask_Tourn_Champs_XML.dtd",
"Cbask_Tourn_Indiv_XML.dtd",
"Cbask_Tourn_Leaders_XML.dtd",
"Cbask_Tourn_MVP_XML.dtd",
"Cbask_Tourn_Records_XML.dtd",
"LeagueScheduleXML.dtd",
"minorscoresxml.dtd",
"Minor_Baseball_League_Leaders_XML.dtd",
"Minor_Baseball_Standings_XML.dtd",
"Minor_Baseball_Transactions_XML.dtd",
"mlbbattingavgxml.dtd",
"mlbdoublesleadersxml.dtd",
"MLBGamesPlayedXML.dtd",
"MLBGIDPXML.dtd",
"MLBHitByPitchXML.dtd",
"mlbhitsleadersxml.dtd",
"mlbhomerunsxml.dtd",
"MLBHRFreqXML.dtd",
"MLBIntWalksXML.dtd",
"MLBKORateXML.dtd",
"mlbonbasepctxml.dtd",
"MLBOPSXML.dtd",
"MLBPlateAppsXML.dtd",
"mlbrbisxml.dtd",
"mlbrunsleadersxml.dtd",
"MLBSacFliesXML.dtd",
"MLBSacrificesXML.dtd",
"MLBSBSuccessXML.dtd",
"mlbsluggingpctxml.dtd",
"mlbstandxml.dtd",
"mlbstandxml_preseason.dtd",
"mlbstolenbasexml.dtd",
"mlbtotalbasesleadersxml.dtd",
"mlbtriplesleadersxml.dtd",
"MLBWalkRateXML.dtd",
"mlbwalksleadersxml.dtd",
"MLBXtraBaseHitsXML.dtd",
"MLB_ERA_Leaders.dtd",
"MLB_Fielding_XML.dtd",
"MLB_Pitching_Appearances_Leaders.dtd",
"MLB_Pitching_Balks_Leaders.dtd",
"MLB_Pitching_CG_Leaders.dtd",
"MLB_Pitching_ER_Allowed_Leaders.dtd",
"MLB_Pitching_Hits_Allowed_Leaders.dtd",
"MLB_Pitching_Hit_Batters_Leaders.dtd",
"MLB_Pitching_HR_Allowed_Leaders.dtd",
"MLB_Pitching_IP_Leaders.dtd",
"MLB_Pitching_Runs_Allowed_Leaders.dtd",
"MLB_Pitching_Saves_Leaders.dtd",
"MLB_Pitching_Shut_Outs_Leaders.dtd",
"MLB_Pitching_Starts_Leaders.dtd",
"MLB_Pitching_Strike_Outs_Leaders.dtd",
"MLB_Pitching_Walks_Leaders.dtd",
"MLB_Pitching_WHIP_Leaders.dtd",
"MLB_Pitching_Wild_Pitches_Leaders.dtd",
"MLB_Pitching_Win_Percentage_Leaders.dtd",
"MLB_Pitching_WL_Leaders.dtd",
"NBA_Team_Stats_XML.dtd",
"NBA3PPctXML.dtd",
"NBAAssistsXML.dtd",
"NBABlocksXML.dtd",
"nbaconfrecxml.dtd",
"nbadaysxml.dtd",
"nbadivisionsxml.dtd",
"NBAFGPctXML.dtd",
"NBAFoulsXML.dtd",
"NBAFTPctXML.dtd",
"NBAMinutesXML.dtd",
"NBAReboundsXML.dtd",
"NBAScorersXML.dtd",
"nbastandxml.dtd",
"NBAStealsXML.dtd",
"nbateamleadersxml.dtd",
"nbatripledoublexml.dtd",
"NBATurnoversXML.dtd",
"NCAA_Conference_Schedule_XML.dtd",
"nflfirstdownxml.dtd",
"NFLFumbleLeaderXML.dtd",
"NFLGiveTakeXML.dtd",
"NFLGrassTurfDomeOutsideXML.dtd",
"NFLInside20XML.dtd",
"NFLInterceptionLeadersXML.dtd",
"NFLKickoffsXML.dtd",
"NFLMondayNightXML.dtd",
"NFLPassingLeadersXML.dtd",
"NFLPassLeadXML.dtd",
"NFLQBStartsXML.dtd",
"NFLReceivingLeadersXML.dtd",
"NFLRushingLeadersXML.dtd",
"NFLSackLeadersXML.dtd",
"nflstandxml.dtd",
"NFLTackleFFLeadersXML.dtd",
"NFLTeamRankingsXML.dtd",
"NFLTopKickoffReturnXML.dtd",
"NFLTopPerformanceXML.dtd",
"NFLTopPuntReturnXML.dtd",
"NFLTotalYardageXML.dtd",
"NFLYardsXML.dtd",
"NFL_KickingLeaders_XML.dtd",
"NFL_NBA_Draft_XML.dtd",
"NFL_PuntingLeaders_XML.dtd",
"NFL_Roster_XML.dtd",
"NFL_Team_Stats_XML.dtd",
"Transactions_XML.dtd",
"Weekly_Sched_XML.dtd",
"WNBA_Team_Leaders_XML.dtd",
"WNBA3PPctXML.dtd",
"WNBAAssistsXML.dtd",
"WNBABlocksXML.dtd",
"WNBAFGPctXML.dtd",
"WNBAFoulsXML.dtd",
"WNBAFTPctXML.dtd",
"WNBAMinutesXML.dtd",
"WNBAReboundsXML.dtd",
"WNBAScorersXML.dtd",
"wnbastandxml.dtd",
"WNBAStealsXML.dtd",
"WNBATurnoversXML.dtd" ]