htsn-import 0.2.0 → 0.2.1
raw patch · 105 files changed
+2248/−713 lines, 105 filesdep +containersdep +fixed-vector-heterodep ~groundhogdep ~groundhog-postgresqldep ~groundhog-sqlitebinary-added
Dependencies added: containers, fixed-vector-hetero
Dependency ranges changed: groundhog, groundhog-postgresql, groundhog-sqlite, groundhog-th
Files
- doc/TODO +0/−16
- doc/dbschema/AutoRacingDriverList.png binary
- doc/dbschema/MLB_earlylineXML.png binary
- doc/dbschema/earlylineXML.png binary
- doc/man1/htsn-import.1 +34/−0
- htsn-import.cabal +39/−13
- schema/AutoRacingDriverList.dtd +17/−0
- schema/Cbask_Indv_No_Avg_XML.dtd +15/−0
- schema/Cbask_Indv_Shooting_XML.dtd +16/−0
- schema/Cbask_Team_Scoring_Rebound_Margin_XML.dtd +17/−0
- schema/Cbask_Team_Scoring_XML.dtd +14/−0
- schema/Cbask_Team_Shooting_Pct_XML.dtd +14/−0
- schema/MLB_Boxscore_XML.dtd +235/−0
- schema/NFLGrassTurfDomeOutsideXML.dtd +17/−0
- schema/NFLInterceptionLeadersXML.dtd +14/−0
- schema/NFLPassingLeadersXML.dtd +23/−0
- schema/NFLReceivingLeadersXML.dtd +15/−0
- schema/NFLRushingLeadersXML.dtd +15/−0
- schema/NFLTackleFFLeadersXML.dtd +18/−0
- schema/NFLTopKickoffReturnXML.dtd +15/−0
- schema/NFLTopPuntReturnXML.dtd +16/−0
- schema/NFLYardsXML.dtd +17/−0
- schema/NFL_PuntingLeaders_XML.dtd +22/−0
- schemagen/Cbask_Indv_No_Avg_XML/22413931.xml +1/−0
- schemagen/Cbask_Indv_Shooting_XML/22413929.xml +1/−0
- schemagen/Cbask_Team_Scoring_Rebound_Margin_XML/22414008.xml +1/−0
- schemagen/Cbask_Team_Scoring_XML/22413985.xml +1/−0
- schemagen/Cbask_Team_Shooting_Pct_XML/22413991.xml +1/−0
- schemagen/MLB_Boxscore_XML/21185290.xml +1/−0
- schemagen/MLB_Boxscore_XML/21235591.xml +1/−0
- schemagen/MLB_Boxscore_XML/21236805.xml +1/−0
- schemagen/MLB_Boxscore_XML/21251693.xml +1/−0
- schemagen/MLB_Boxscore_XML/21252515.xml +1/−0
- schemagen/MLB_Boxscore_XML/21267306.xml +1/−0
- schemagen/MLB_Boxscore_XML/21454839.xml +1/−0
- schemagen/MLB_Boxscore_XML/21707565.xml +1/−0
- schemagen/MLB_Boxscore_XML/21983549.xml +1/−0
- schemagen/NFLGrassTurfDomeOutsideXML/22066923.xml +1/−0
- schemagen/NFLInterceptionLeadersXML/22118486.xml +1/−0
- schemagen/NFLPassingLeadersXML/22125828.xml +1/−0
- schemagen/NFLReceivingLeadersXML/22113940.xml +1/−0
- schemagen/NFLRushingLeadersXML/21901204.xml +1/−0
- schemagen/NFLTackleFFLeadersXML/22129127.xml +1/−0
- schemagen/NFLTopKickoffReturnXML/22118451.xml +1/−0
- schemagen/NFLTopPuntReturnXML/22118453.xml +1/−0
- schemagen/NFLYardsXML/21976510.xml +1/−0
- schemagen/NFLYardsXML/22067890.xml +1/−0
- schemagen/NFLYardsXML/22112056.xml +1/−0
- schemagen/NFL_PuntingLeaders_XML/22034665.xml +1/−0
- src/Main.hs +7/−2
- src/TSN/Codegen.hs +45/−7
- src/TSN/DbImport.hs +21/−7
- src/TSN/Team.hs +7/−1
- src/TSN/XML/AutoRacingDriverList.hs +364/−0
- src/TSN/XML/AutoRacingResults.hs +77/−104
- src/TSN/XML/AutoRacingSchedule.hs +50/−63
- src/TSN/XML/EarlyLine.hs +102/−72
- src/TSN/XML/GameInfo.hs +3/−5
- src/TSN/XML/Heartbeat.hs +13/−9
- src/TSN/XML/Injuries.hs +46/−37
- src/TSN/XML/InjuriesDetail.hs +70/−66
- src/TSN/XML/JFile.hs +46/−56
- src/TSN/XML/MLBEarlyLine.hs +3/−5
- src/TSN/XML/News.hs +37/−34
- src/TSN/XML/Odds.hs +49/−54
- src/TSN/XML/ScheduleChanges.hs +43/−42
- src/TSN/XML/Scores.hs +36/−39
- src/TSN/XML/SportInfo.hs +18/−5
- src/TSN/XML/Weather.hs +90/−73
- test/TestSuite.hs +3/−1
- test/shell/import-duplicates.test +2/−2
- test/xml/AutoRacingDriverList.dtd +17/−0
- test/xml/AutoRacingDriverList.xml +1/−0
- test/xml/MLB_Boxscore_XML.dtd +235/−0
- test/xml/earlylineXML-empty-game-time.xml +1/−0
- test/xml/sportinfo/Cbask_Indv_No_Avg_XML.dtd +15/−0
- test/xml/sportinfo/Cbask_Indv_No_Avg_XML.xml +1/−0
- test/xml/sportinfo/Cbask_Indv_Shooting_XML.dtd +16/−0
- test/xml/sportinfo/Cbask_Indv_Shooting_XML.xml +1/−0
- test/xml/sportinfo/Cbask_Team_Scoring_Rebound_Margin_XML.dtd +17/−0
- test/xml/sportinfo/Cbask_Team_Scoring_Rebound_Margin_XML.xml +1/−0
- test/xml/sportinfo/Cbask_Team_Scoring_XML.dtd +14/−0
- test/xml/sportinfo/Cbask_Team_Scoring_XML.xml +1/−0
- test/xml/sportinfo/Cbask_Team_Shooting_Pct_XML.dtd +14/−0
- test/xml/sportinfo/Cbask_Team_Shooting_Pct_XML.xml +1/−0
- test/xml/sportinfo/NFLGrassTurfDomeOutsideXML.dtd +17/−0
- test/xml/sportinfo/NFLGrassTurfDomeOutsideXML.xml +1/−0
- test/xml/sportinfo/NFLInterceptionLeadersXML.dtd +14/−0
- test/xml/sportinfo/NFLInterceptionLeadersXML.xml +1/−0
- test/xml/sportinfo/NFLPassingLeadersXML.dtd +23/−0
- test/xml/sportinfo/NFLPassingLeadersXML.xml +1/−0
- test/xml/sportinfo/NFLReceivingLeadersXML.dtd +15/−0
- test/xml/sportinfo/NFLReceivingLeadersXML.xml +1/−0
- test/xml/sportinfo/NFLRushingLeadersXML.dtd +15/−0
- test/xml/sportinfo/NFLRushingLeadersXML.xml +1/−0
- test/xml/sportinfo/NFLTackleFFLeadersXML.dtd +18/−0
- test/xml/sportinfo/NFLTackleFFLeadersXML.xml +1/−0
- test/xml/sportinfo/NFLTopKickoffReturnXML.dtd +15/−0
- test/xml/sportinfo/NFLTopKickoffReturnXML.xml +1/−0
- test/xml/sportinfo/NFLTopPuntReturnXML.dtd +16/−0
- test/xml/sportinfo/NFLTopPuntReturnXML.xml +1/−0
- test/xml/sportinfo/NFLYardsXML.dtd +17/−0
- test/xml/sportinfo/NFLYardsXML.xml +1/−0
- test/xml/sportinfo/NFL_PuntingLeaders_XML.dtd +22/−0
- test/xml/sportinfo/NFL_PuntingLeaders_XML.xml +1/−0
doc/TODO view
@@ -7,28 +7,12 @@ 3. We have DTDs but no sample XML for the following SportInfo types, which have therefore been left unimplmented for now: - * Cbask_Indv_No_Avg_XML.dtd- * Cbask_Indv_Shooting_XML.dtd * CBASK_StealsXML.dtd- * Cbask_Team_Scoring_Rebound_Margin_XML.dtd- * Cbask_Team_Scoring_XML.dtd- * Cbask_Team_Shooting_Pct_XML.dtd- * NFLGrassTurfDomeOutsideXML.dtd- * NFLInterceptionLeadersXML.dtd- * NFLPassingLeadersXML.dtd- * NFLReceivingLeadersXML.dtd- * NFLRushingLeadersXML.dtd- * NFLTackleFFLeadersXML.dtd- * NFLTopKickoffReturnXML.dtd- * NFLTopPuntReturnXML.dtd- * NFLYardsXML.dtd- * NFL_PuntingLeaders_XML.dtd 4. The following DTD types were handled (in some form) by the old FeedGrabber. They are not yet handled by htsn-import (some may not be valid): - * AutoRacingDriverList * AutoRacingGridXML * CBASK_Individual_Stats_XML * Cbask_Roster_XML
+ doc/dbschema/AutoRacingDriverList.png view
binary file changed (absent → 57934 bytes)
doc/dbschema/MLB_earlylineXML.png view
binary file changed (59639 → 57968 bytes)
doc/dbschema/earlylineXML.png view
binary file changed (59639 → 57968 bytes)
doc/man1/htsn-import.1 view
@@ -439,6 +439,10 @@ one ignores the UTC time zone, the time can possibly be off by 12 hours (due to the a.m./p.m. issue). +The game <time> elements can also be empty. Since we store the+combined game date/time in one field, these games will appear to begin+at midnight on the day they occur.+ .IP \[bu] \fIjfilexml.dtd\fR @@ -726,8 +730,12 @@ .IP \[bu] CBASK_FTPctXML.dtd .IP \[bu]+Cbask_Indv_No_Avg_XML+.IP \[bu] Cbask_Indv_Scoring_XML.dtd .IP \[bu]+Cbask_Indv_Shooting_XML.dtd+.IP \[bu] CBASK_MinutesXML.dtd .IP \[bu] Cbask_Polls_XML.dtd@@ -736,6 +744,12 @@ .IP \[bu] CBASK_ScoringLeadersXML.dtd .IP \[bu]+Cbask_Team_Scoring_Rebound_Margin_XML.dtd+.IP \[bu]+Cbask_Team_Scoring_XML.dtd+.IP \[bu]+Cbask_Team_Shooting_Pct_XML.dtd+.IP \[bu] Cbask_Team_ThreePT_Made_XML.dtd .IP \[bu] Cbask_Team_ThreePT_PCT_XML.dtd@@ -904,29 +918,49 @@ .IP \[bu] NFLGiveTakeXML.dtd .IP \[bu]+NFLGrassTurfDomeOutsideXML.dtd+.IP \[bu] NFLInside20XML.dtd .IP \[bu]+NFLInterceptionLeadersXML.dtd+.IP \[bu] NFLKickoffsXML.dtd .IP \[bu] NFLMondayNightXML.dtd .IP \[bu]+NFLPassingLeadersXML.dtd+.IP \[bu] NFLPassLeadXML.dtd .IP \[bu] NFLQBStartsXML.dtd .IP \[bu]+NFLReceivingLeadersXML.dtd+.IP \[bu]+NFLRushingLeadersXML.dtd+.IP \[bu] NFLSackLeadersXML.dtd .IP \[bu] nflstandxml.dtd .IP \[bu]+NFLTackleFFLeadersXML.dtd+.IP \[bu] NFLTeamRankingsXML.dtd .IP \[bu]+NFLTopKickoffReturnXML.dtd+.IP \[bu] NFLTopPerformanceXML.dtd .IP \[bu]+NFLTopPuntReturnXML.dtd+.IP \[bu] NFLTotalYardageXML.dtd .IP \[bu]+NFLYardsXML.dtd+.IP \[bu] NFL_KickingLeaders_XML.dtd .IP \[bu] NFL_NBA_Draft_XML.dtd+.IP \[bu]+NFL_PuntingLeaders_XML.dtd .IP \[bu] NFL_Roster_XML.dtd .IP \[bu]
htsn-import.cabal view
@@ -1,5 +1,5 @@ name: htsn-import-version: 0.2.0+version: 0.2.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky <michael@orlitzky.com>@@ -30,13 +30,18 @@ schemagen/CBASK_FGPctXML/*.xml schemagen/CBASK_FoulsXML/*.xml schemagen/CBASK_FTPctXML/*.xml+ schemagen/Cbask_Indv_No_Avg_XML/*.xml schemagen/Cbask_Indv_Scoring_XML/*.xml+ schemagen/Cbask_Indv_Shooting_XML/*.xml schemagen/CBASK_Lineup_XML/*.xml schemagen/CBASK_MinutesXML/*.xml schemagen/Cbask_Polls_XML/*.xml schemagen/cbaskpreviewxml/*.xml schemagen/CBASK_ReboundsXML/*.xml schemagen/CBASK_ScoringLeadersXML/*.xml+ schemagen/Cbask_Team_Scoring_Rebound_Margin_XML/*.xml+ schemagen/Cbask_Team_Scoring_XML/*.xml+ schemagen/Cbask_Team_Shooting_Pct_XML/*.xml schemagen/Cbask_Team_ThreePT_Made_XML/*.xml schemagen/Cbask_Team_ThreePT_PCT_XML/*.xml schemagen/Cbask_Team_Win_Pct_XML/*.xml@@ -62,6 +67,7 @@ schemagen/minorscoresxml/*.xml schemagen/mlbbattingavgxml/*.xml schemagen/mlbdoublesleadersxml/*.xml+ schemagen/MLB_Boxscore_XML/*.xml schemagen/MLB_ERA_Leaders/*.xml schemagen/MLB_Fielding_XML/*.xml schemagen/MLBGamesPlayedXML/*.xml@@ -141,22 +147,32 @@ schemagen/nflfirstdownxml/*.xml schemagen/NFLFumbleLeaderXML/*.xml schemagen/NFLGiveTakeXML/*.xml+ schemagen/NFLGrassTurfDomeOutsideXML/*.xml schemagen/NFLInside20XML/*.xml+ schemagen/NFLInterceptionLeadersXML/*.xml schemagen/NFL_KickingLeaders_XML/*.xml schemagen/NFLKickoffsXML/*.xml schemagen/NFLMondayNightXML/*.xml schemagen/NFL_NBA_Draft_XML/*.xml schemagen/NFL_NCAA_FB_Matchup_XML/*.xml+ schemagen/NFLPassingLeadersXML/*.xml schemagen/NFLPassLeadXML/*.xml schemagen/nflpreviewxml/*.xml+ schemagen/NFL_PuntingLeaders_XML/*.xml schemagen/NFLQBStartsXML/*.xml+ schemagen/NFLReceivingLeadersXML/*.xml schemagen/NFL_Roster_XML/*.xml+ schemagen/NFLRushingLeadersXML/*.xml schemagen/NFLSackLeadersXML/*.xml schemagen/nflstandxml/*.xml+ schemagen/NFLTackleFFLeadersXML/*.xml schemagen/NFLTeamRankingsXML/*.xml schemagen/NFL_Team_Stats_XML/*.xml+ schemagen/NFLTopKickoffReturnXML/*.xml schemagen/NFLTopPerformanceXML/*.xml+ schemagen/NFLTopPuntReturnXML/*.xml schemagen/NFLTotalYardageXML/*.xml+ schemagen/NFLYardsXML/*.xml schemagen/nhlpreviewxml/*.xml schemagen/Odds_XML/*.xml schemagen/recapxml/*.xml@@ -235,15 +251,17 @@ base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2,+ containers >= 0.5, directory >= 1.2, filepath >= 1.3,+ fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,- groundhog >= 0.5,- groundhog-postgresql >= 0.5,- groundhog-sqlite >= 0.5,- groundhog-th >= 0.5,+ groundhog >= 0.7,+ groundhog-postgresql >= 0.7,+ groundhog-sqlite >= 0.7,+ groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2,@@ -274,6 +292,7 @@ TSN.Picklers TSN.Team TSN.XmlImport+ TSN.XML.AutoRacingDriverList TSN.XML.AutoRacingResults TSN.XML.AutoRacingSchedule TSN.XML.EarlyLine@@ -293,6 +312,7 @@ ghc-options: -Wall+ -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing@@ -323,15 +343,17 @@ base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2,+ containers >= 0.5, directory >= 1.2, filepath >= 1.3,+ fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,- groundhog >= 0.5,- groundhog-postgresql >= 0.5,- groundhog-sqlite >= 0.5,- groundhog-th >= 0.5,+ groundhog >= 0.7,+ groundhog-postgresql >= 0.7,+ groundhog-sqlite >= 0.7,+ groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2,@@ -344,6 +366,7 @@ -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall+ -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing@@ -368,6 +391,7 @@ -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall+ -fcontext-stack=50 -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing@@ -395,15 +419,17 @@ base >= 4.6 && < 5, cmdargs >= 0.10.6, configurator >= 0.2,+ containers >= 0.5, directory >= 1.2, filepath >= 1.3,+ fixed-vector-hetero >= 0.3, hslogger >= 1.2, htsn-common >= 0.0.1, hxt >= 9.3,- groundhog >= 0.5,- groundhog-postgresql >= 0.5,- groundhog-sqlite >= 0.5,- groundhog-th >= 0.5,+ groundhog >= 0.7,+ groundhog-postgresql >= 0.7,+ groundhog-sqlite >= 0.7,+ groundhog-th >= 0.7, MissingH >= 1.2, old-locale >= 1, split >= 0.2,
+ schema/AutoRacingDriverList.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT Title (#PCDATA)>+<!ELEMENT DriverID (#PCDATA)>+<!ELEMENT Driver (#PCDATA)>+<!ELEMENT Height (#PCDATA)>+<!ELEMENT Weight (#PCDATA)>+<!ELEMENT DOB (#PCDATA)>+<!ELEMENT Hometown (#PCDATA)>+<!ELEMENT Nationality (#PCDATA)>+<!ELEMENT Car_Number (#PCDATA)>+<!ELEMENT Car (#PCDATA)>+<!ELEMENT Listing ( ( DriverID, Driver, Height, Weight, DOB, Hometown, Nationality, Car_Number, Car ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, Title, Listing*, time_stamp ) )>
+ schema/Cbask_Indv_No_Avg_XML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Class (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Total (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Listing ( ( Class, Games_Played, Total, Average ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Player CDATA #REQUIRED>
+ schema/Cbask_Indv_Shooting_XML.dtd view
@@ -0,0 +1,16 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Class (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Made (#PCDATA)>+<!ELEMENT Attempted (#PCDATA)>+<!ELEMENT Percentage (#PCDATA)>+<!ELEMENT Listing ( ( Class, Games_Played, Made, Attempted, Percentage ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Player CDATA #REQUIRED>
+ schema/Cbask_Team_Scoring_Rebound_Margin_XML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Games (#PCDATA)>+<!ELEMENT Rebounds_Points (#PCDATA)>+<!ELEMENT ReboundsPerGame_PointsPerGame (#PCDATA)>+<!ELEMENT OppREB_OppPTS (#PCDATA)>+<!ELEMENT OppRPG_OppPPG (#PCDATA)>+<!ELEMENT Margin (#PCDATA)>+<!ELEMENT Listing ( ( Games, Rebounds_Points, ReboundsPerGame_PointsPerGame, OppREB_OppPTS, OppRPG_OppPPG, Margin ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ schema/Cbask_Team_Scoring_XML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Total_Points (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Listing ( ( Games_Played, Total_Points, Average ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ schema/Cbask_Team_Shooting_Pct_XML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Made (#PCDATA)>+<!ELEMENT Attempted (#PCDATA)>+<!ELEMENT Percentage (#PCDATA)>+<!ELEMENT Listing ( ( Made, Attempted, Percentage ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ schema/MLB_Boxscore_XML.dtd view
@@ -0,0 +1,235 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT game_id (#PCDATA)>+<!ELEMENT schedule_id (#PCDATA)>+<!ELEMENT vteam (#PCDATA)>+<!ELEMENT hteam (#PCDATA)>+<!ELEMENT vteam_id (#PCDATA)>+<!ELEMENT hteam_id (#PCDATA)>+<!ELEMENT Season (#PCDATA)>+<!ELEMENT SeasonType (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Game_Date (#PCDATA)>+<!ELEMENT Game_Time (#PCDATA)>+<!ELEMENT GameNumber (#PCDATA)>+<!ELEMENT Capacity (#PCDATA)>+<!ELEMENT Runs_By_Innings (#PCDATA)>+<!ELEMENT LineScore ( Runs_By_Innings* )>+<!ELEMENT Runs (#PCDATA)>+<!ELEMENT Hits (#PCDATA)>+<!ELEMENT Errors (#PCDATA)>+<!ELEMENT AwayTeam ( ( LineScore, Runs, Hits, Errors ) )>+<!ELEMENT HomeTeam ( ( LineScore, Runs, Hits, Errors ) )>+<!ELEMENT Game_Breakdown ( ( AwayTeam, HomeTeam ) )>+<!ELEMENT BFS_Player_ID (#PCDATA)>+<!ELEMENT BFS_Position (#PCDATA)>+<!ELEMENT BFS_At_Bats (#PCDATA)>+<!ELEMENT BFS_Runs (#PCDATA)>+<!ELEMENT BFS_Hits (#PCDATA)>+<!ELEMENT BFS_Doubles (#PCDATA)>+<!ELEMENT BFS_TotalDoubles (#PCDATA)>+<!ELEMENT BFS_Triples (#PCDATA)>+<!ELEMENT BFS_TotalTriples (#PCDATA)>+<!ELEMENT BFS_Home_Runs (#PCDATA)>+<!ELEMENT BFS_TotalHomeRuns (#PCDATA)>+<!ELEMENT BFS_Grand_Slams (#PCDATA)>+<!ELEMENT BFS_RBI (#PCDATA)>+<!ELEMENT BFS_TotalRBI (#PCDATA)>+<!ELEMENT BFS_Walks (#PCDATA)>+<!ELEMENT BFS_Strikeouts (#PCDATA)>+<!ELEMENT BFS_Errors (#PCDATA)>+<!ELEMENT BFS_TotalErrors (#PCDATA)>+<!ELEMENT BFS_Stolen_Bases (#PCDATA)>+<!ELEMENT BFS_TotalStolenBases (#PCDATA)>+<!ELEMENT BFS_Caught_Stealing (#PCDATA)>+<!ELEMENT BFS_TotalCaughtStealing (#PCDATA)>+<!ELEMENT BFS_Sacrifices (#PCDATA)>+<!ELEMENT BFS_Sac_Flies (#PCDATA)>+<!ELEMENT BFS_Hit_By_Pitch (#PCDATA)>+<!ELEMENT BFS_Passed_Balls (#PCDATA)>+<!ELEMENT BFS_TotalPassedBalls (#PCDATA)>+<!ELEMENT BFS_TotalBases (#PCDATA)>+<!ELEMENT BFS_TotalPlateAppearance (#PCDATA)>+<!ELEMENT BFS_Ground_Into_DP (#PCDATA)>+<!ELEMENT BFS_Average (#PCDATA)>+<!ELEMENT BFS_Listing ( ( BFS_Player_ID, BFS_Position, BFS_At_Bats, BFS_Runs, BFS_Hits, BFS_Doubles, BFS_TotalDoubles, BFS_Triples, BFS_TotalTriples, BFS_Home_Runs, BFS_TotalHomeRuns, BFS_Grand_Slams, BFS_RBI, BFS_TotalRBI, BFS_Walks, BFS_Strikeouts, BFS_Errors, BFS_TotalErrors, BFS_Stolen_Bases, BFS_TotalStolenBases, BFS_Caught_Stealing, BFS_TotalCaughtStealing, BFS_Sacrifices, BFS_Sac_Flies, BFS_Hit_By_Pitch, BFS_Passed_Balls, BFS_TotalPassedBalls, BFS_TotalBases, BFS_TotalPlateAppearance, BFS_Ground_Into_DP, BFS_Average ) )>+<!ELEMENT Batting_Fielding_Stats ( BFS_Listing* )>+<!ELEMENT TBS_At_Bats (#PCDATA)>+<!ELEMENT TBS_Runs (#PCDATA)>+<!ELEMENT TBS_Hits (#PCDATA)>+<!ELEMENT TBS_Doubles (#PCDATA)>+<!ELEMENT TBS_Triples (#PCDATA)>+<!ELEMENT TBS_Home_Runs (#PCDATA)>+<!ELEMENT TBS_Grand_Slams (#PCDATA)>+<!ELEMENT TBS_RBI (#PCDATA)>+<!ELEMENT TBS_Walks (#PCDATA)>+<!ELEMENT TBS_Strikeouts (#PCDATA)>+<!ELEMENT TBS_Errors (#PCDATA)>+<!ELEMENT TBS_Stolen_Bases (#PCDATA)>+<!ELEMENT TBS_Caught_Stealing (#PCDATA)>+<!ELEMENT TBS_Sacrifices (#PCDATA)>+<!ELEMENT TBS_Sac_Flies (#PCDATA)>+<!ELEMENT TBS_Hit_By_Pitch (#PCDATA)>+<!ELEMENT TBS_Passed_Balls (#PCDATA)>+<!ELEMENT TBS_Ground_Into_DP (#PCDATA)>+<!ELEMENT Team_Batting_Stats ( ( TBS_At_Bats, TBS_Runs, TBS_Hits, TBS_Doubles, TBS_Triples, TBS_Home_Runs, TBS_Grand_Slams, TBS_RBI, TBS_Walks, TBS_Strikeouts, TBS_Errors, TBS_Stolen_Bases, TBS_Caught_Stealing, TBS_Sacrifices, TBS_Sac_Flies, TBS_Hit_By_Pitch, TBS_Passed_Balls, TBS_Ground_Into_DP ) )>+<!ELEMENT PS_Player_ID (#PCDATA)>+<!ELEMENT PS_Started EMPTY>+<!ELEMENT Innings_Pitched (#PCDATA)>+<!ELEMENT Game_Win_Loss_Save (#PCDATA)>+<!ELEMENT Season_Wins (#PCDATA)>+<!ELEMENT Season_Losses (#PCDATA)>+<!ELEMENT Season_Saves (#PCDATA)>+<!ELEMENT Season_Holds (#PCDATA)>+<!ELEMENT Season_BlownSaves (#PCDATA)>+<!ELEMENT Batters_Faced (#PCDATA)>+<!ELEMENT Wild_Pitch (#PCDATA)>+<!ELEMENT Balks EMPTY>+<!ELEMENT Shutouts (#PCDATA)>+<!ELEMENT AB (#PCDATA)>+<!ELEMENT BF (#PCDATA)>+<!ELEMENT Earned_Runs (#PCDATA)>+<!ELEMENT Walks (#PCDATA)>+<!ELEMENT Strikeouts (#PCDATA)>+<!ELEMENT KL (#PCDATA)>+<!ELEMENT WildPitches (#PCDATA)>+<!ELEMENT CompleteGame (#PCDATA)>+<!ELEMENT Started (#PCDATA)>+<!ELEMENT Finished (#PCDATA)>+<!ELEMENT CBO EMPTY>+<!ELEMENT TotalER (#PCDATA)>+<!ELEMENT TotalOuts (#PCDATA)>+<!ELEMENT Doubles (#PCDATA)>+<!ELEMENT Triples (#PCDATA)>+<!ELEMENT Home_Runs (#PCDATA)>+<!ELEMENT Pitchcount EMPTY>+<!ELEMENT ERA (#PCDATA)>+<!ELEMENT PS_Listing ( ( PS_Player_ID | PS_Started | Innings_Pitched | Game_Win_Loss_Save | Season_Wins | Season_Losses | Season_Saves | Season_Holds | Season_BlownSaves | Batters_Faced | Wild_Pitch | Balks | Shutouts | AB | BF | Hits | Runs | Earned_Runs | Walks | Strikeouts | KL | WildPitches | CompleteGame | Started | Finished | CBO | Errors | TotalER | TotalOuts | Doubles | Triples | Home_Runs | Pitchcount | ERA | Shutout )+ )>+<!ELEMENT Pitching_Stats ( PS_Listing* )>+<!ELEMENT FS_Player_ID (#PCDATA)>+<!ELEMENT FS_ByPos EMPTY>+<!ELEMENT FS_Total EMPTY>+<!ELEMENT FS_Listing ( ( FS_Player_ID, FS_ByPos*, FS_Total ) )>+<!ELEMENT Fielding_Stats ( FS_Listing* )>+<!ELEMENT Team_Summary ( ( Batting_Fielding_Stats, Team_Batting_Stats, Pitching_Stats, Fielding_Stats ) )>+<!ELEMENT Wild_Pitches (#PCDATA)>+<!ELEMENT IW_Batter_ID (#PCDATA)>+<!ELEMENT IW_Pitcher_ID (#PCDATA)>+<!ELEMENT IW_Number_Of_Times_Walked (#PCDATA)>+<!ELEMENT IW_Listing ( ( IW_Batter_ID, IW_Pitcher_ID, IW_Number_Of_Times_Walked ) )>+<!ELEMENT Intentional_Walks ( IW_Listing* )>+<!ELEMENT HBP_Batter_ID (#PCDATA)>+<!ELEMENT HBP_Pitcher_ID (#PCDATA)>+<!ELEMENT HBP_Number_Of_Times_Hit (#PCDATA)>+<!ELEMENT HBP_Listing ( ( HBP_Batter_ID, HBP_Pitcher_ID, HBP_Number_Of_Times_Hit ) )>+<!ELEMENT Hit_By_Pitch ( HBP_Listing* )>+<!ELEMENT Misc_Pitching_Stats ( ( Wild_Pitches?, Intentional_Walks, Hit_By_Pitch )? )>+<!ELEMENT Away_Left_On_Base (#PCDATA)>+<!ELEMENT Home_Left_On_Base (#PCDATA)>+<!ELEMENT Double_Plays (#PCDATA)>+<!ELEMENT Double_Plays_Details ( Play* )>+<!ELEMENT PlayerID (#PCDATA)>+<!ELEMENT Play ( PlayerID* )>+<!ELEMENT Triple_Plays (#PCDATA)>+<!ELEMENT Triple_Plays_Details ( Play? )>+<!ELEMENT Misc_Batting_Notes (#PCDATA)>+<!ELEMENT Misc_Pitching_Notes (#PCDATA)>+<!ELEMENT Pitching_Notes (#PCDATA)>+<!ELEMENT PitcherID (#PCDATA)>+<!ELEMENT Pitching_Notes_Details ( PitcherID* )>+<!ELEMENT Attendance (#PCDATA)>+<!ELEMENT Game_Length (#PCDATA)>+<!ELEMENT HPUmpire (#PCDATA)>+<!ELEMENT FBUmpire (#PCDATA)>+<!ELEMENT SBUmpire (#PCDATA)>+<!ELEMENT TBUmpire (#PCDATA)>+<!ELEMENT LFUmpire (#PCDATA)>+<!ELEMENT RFUmpire (#PCDATA)>+<!ELEMENT Miscelaneous_Game_Info ( ( Away_Left_On_Base, Home_Left_On_Base, Double_Plays, Double_Plays_Details*, Triple_Plays, Triple_Plays_Details*, Misc_Batting_Notes, Misc_Pitching_Notes, Pitching_Notes, Pitching_Notes_Details, Attendance, Game_Length, HPUmpire, FBUmpire, SBUmpire, TBUmpire, LFUmpire, RFUmpire ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, game_id, schedule_id, seasontype?, vteam, hteam, vteam_id, hteam_id, Season, SeasonType, title, Game_Date, Game_Time, GameNumber, Capacity, Game_Breakdown, Team_Summary*, Misc_Pitching_Stats, Homerun_Stats?, Miscelaneous_Game_Info, time_stamp ) )>+<!ELEMENT HRS_Batter_ID (#PCDATA)>+<!ELEMENT Season_Homeruns (#PCDATA)>+<!ELEMENT HRS_Pitcher_ID (#PCDATA)>+<!ELEMENT HRS_Listing ( ( HRS_Batter_ID, Season_Homeruns, HRS_Pitcher_ID* ) )>+<!ELEMENT Homerun_Stats ( HRS_Listing* )>+<!ELEMENT Shutout EMPTY>+<!ELEMENT seasontype (#PCDATA)>++<!ATTLIST Runs_By_Innings Inning CDATA #REQUIRED>+<!ATTLIST AwayTeam Team CDATA #REQUIRED>+<!ATTLIST HomeTeam Team CDATA #REQUIRED>+<!ATTLIST BFS_Listing BFS_Player_Status CDATA #IMPLIED>+<!ATTLIST BFS_Listing BFS_Player_Firstname CDATA #REQUIRED>+<!ATTLIST BFS_Listing BFS_Player_Lastname CDATA #REQUIRED>+<!ATTLIST Pitchcount total CDATA #REQUIRED>+<!ATTLIST Pitchcount strikes CDATA #REQUIRED>+<!ATTLIST PS_Listing PS_Player_FirstName CDATA #REQUIRED>+<!ATTLIST PS_Listing PS_Player_LastName CDATA #REQUIRED>+<!ATTLIST FS_ByPos Pos CDATA #REQUIRED>+<!ATTLIST FS_ByPos PO CDATA #REQUIRED>+<!ATTLIST FS_ByPos A CDATA #REQUIRED>+<!ATTLIST FS_ByPos E CDATA #REQUIRED>+<!ATTLIST FS_ByPos PB CDATA #REQUIRED>+<!ATTLIST FS_ByPos CI CDATA #REQUIRED>+<!ATTLIST FS_ByPos SBA CDATA #REQUIRED>+<!ATTLIST FS_ByPos CSB CDATA #REQUIRED>+<!ATTLIST FS_ByPos INDP CDATA #REQUIRED>+<!ATTLIST FS_ByPos INTP CDATA #REQUIRED>+<!ATTLIST FS_Total PO CDATA #REQUIRED>+<!ATTLIST FS_Total A CDATA #REQUIRED>+<!ATTLIST FS_Total E CDATA #REQUIRED>+<!ATTLIST FS_Total PB CDATA #REQUIRED>+<!ATTLIST FS_Total CI CDATA #REQUIRED>+<!ATTLIST FS_Total SBA CDATA #REQUIRED>+<!ATTLIST FS_Total CSB CDATA #REQUIRED>+<!ATTLIST FS_Total INDP CDATA #REQUIRED>+<!ATTLIST FS_Total INTP CDATA #REQUIRED>+<!ATTLIST FS_Listing FS_Player_FirstName CDATA #REQUIRED>+<!ATTLIST FS_Listing FS_Player_LastName CDATA #REQUIRED>+<!ATTLIST Team_Summary TeamID CDATA #REQUIRED>+<!ATTLIST Team_Summary Team CDATA #REQUIRED>+<!ATTLIST IW_Batter_ID IW_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST IW_Batter_ID IW_Batter_LastName CDATA #REQUIRED>+<!ATTLIST IW_Pitcher_ID IW_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST IW_Pitcher_ID IW_Pitcher_LastName CDATA #REQUIRED>+<!ATTLIST HBP_Batter_ID HBP_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST HBP_Batter_ID HBP_Batter_LastName CDATA #REQUIRED>+<!ATTLIST HBP_Pitcher_ID HBP_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST HBP_Pitcher_ID HBP_Pitcher_LastName CDATA #REQUIRED>+<!ATTLIST Away_Left_On_Base Team CDATA #REQUIRED>+<!ATTLIST Home_Left_On_Base Team CDATA #REQUIRED>+<!ATTLIST Double_Plays_Details TeamID CDATA #REQUIRED>+<!ATTLIST Double_Plays_Details Count CDATA #REQUIRED>+<!ATTLIST Play Count CDATA #REQUIRED>+<!ATTLIST Triple_Plays_Details TeamID CDATA #REQUIRED>+<!ATTLIST Triple_Plays_Details Count CDATA #REQUIRED>+<!ATTLIST PitcherID Inn CDATA #REQUIRED>+<!ATTLIST PitcherID TeamID CDATA #REQUIRED>+<!ATTLIST PitcherID BF CDATA #REQUIRED>+<!ATTLIST HPUmpire ID CDATA #REQUIRED>+<!ATTLIST HPUmpire Firstname CDATA #REQUIRED>+<!ATTLIST HPUmpire Lastname CDATA #REQUIRED>+<!ATTLIST FBUmpire ID CDATA #REQUIRED>+<!ATTLIST FBUmpire Firstname CDATA #REQUIRED>+<!ATTLIST FBUmpire Lastname CDATA #REQUIRED>+<!ATTLIST SBUmpire ID CDATA #IMPLIED>+<!ATTLIST SBUmpire Firstname CDATA #IMPLIED>+<!ATTLIST SBUmpire Lastname CDATA #IMPLIED>+<!ATTLIST TBUmpire ID CDATA #REQUIRED>+<!ATTLIST TBUmpire Firstname CDATA #REQUIRED>+<!ATTLIST TBUmpire Lastname CDATA #REQUIRED>+<!ATTLIST LFUmpire ID CDATA #IMPLIED>+<!ATTLIST LFUmpire Firstname CDATA #IMPLIED>+<!ATTLIST LFUmpire Lastname CDATA #IMPLIED>+<!ATTLIST RFUmpire ID CDATA #IMPLIED>+<!ATTLIST RFUmpire Firstname CDATA #IMPLIED>+<!ATTLIST RFUmpire Lastname CDATA #IMPLIED>+<!ATTLIST HRS_Batter_ID HRS_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST HRS_Batter_ID HRS_Batter_LastName CDATA #REQUIRED>+<!ATTLIST HRS_Batter_ID RBIs CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Pitcher_LastName CDATA #REQUIRED>
+ schema/NFLGrassTurfDomeOutsideXML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT w (#PCDATA)>+<!ELEMENT l (#PCDATA)>+<!ELEMENT t (#PCDATA)>+<!ELEMENT record ( ( w, l, t ) )>+<!ELEMENT team ( record* )>+<!ELEMENT conference ( team* )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, conference*, time_stamp ) )>++<!ATTLIST record name CDATA #REQUIRED>+<!ATTLIST team name CDATA #REQUIRED>+<!ATTLIST conference name CDATA #REQUIRED>
+ schema/NFLInterceptionLeadersXML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Int (#PCDATA)>+<!ELEMENT Yards (#PCDATA)>+<!ELEMENT Long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Int, Yards, Long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLPassingLeadersXML.dtd view
@@ -0,0 +1,23 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Comp (#PCDATA)>+<!ELEMENT Att (#PCDATA)>+<!ELEMENT Pct (#PCDATA)>+<!ELEMENT Yds (#PCDATA)>+<!ELEMENT YPA (#PCDATA)>+<!ELEMENT Long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT TD_Pct (#PCDATA)>+<!ELEMENT Int (#PCDATA)>+<!ELEMENT Int_Pct (#PCDATA)>+<!ELEMENT Sacks (#PCDATA)>+<!ELEMENT SackYards (#PCDATA)>+<!ELEMENT Rating (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Comp, Att, Pct, Yds, YPA, Long, TD, TD_Pct, Int, Int_Pct, Sacks, SackYards, Rating ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLReceivingLeadersXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT receptions (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, receptions, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLRushingLeadersXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT attempts (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, attempts, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLTackleFFLeadersXML.dtd view
@@ -0,0 +1,18 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Total (#PCDATA)>+<!ELEMENT Assist (#PCDATA)>+<!ELEMENT Sacks (#PCDATA)>+<!ELEMENT ForcedFumbles (#PCDATA)>+<!ELEMENT Combined (#PCDATA)>+<!ELEMENT SackYards (#PCDATA)>+<!ELEMENT PassDeflections (#PCDATA)>+<!ELEMENT Safeties (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Total, Assist, Sacks, ForcedFumbles, Combined, SackYards, PassDeflections, Safeties ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLTopKickoffReturnXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT returns (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, returns, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLTopPuntReturnXML.dtd view
@@ -0,0 +1,16 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT returns (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT fair_catches (#PCDATA)>+<!ELEMENT listing ( ( rank, name, returns, yards, average, long, TD, fair_catches ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ schema/NFLYardsXML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT week (#PCDATA)>+<!ELEMENT player_team (#PCDATA)>+<!ELEMENT opponent (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT Cp-At-In (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT career (#PCDATA)>+<!ELEMENT listing ( ( week, player_team, opponent, yards, ( Cp-At-In | recept | rushes ), TD, career ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>+<!ELEMENT recept (#PCDATA)>+<!ELEMENT rushes (#PCDATA)>
+ schema/NFL_PuntingLeaders_XML.dtd view
@@ -0,0 +1,22 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Rank (#PCDATA)>+<!ELEMENT PlayerID (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Punts (#PCDATA)>+<!ELEMENT Yards (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Longest (#PCDATA)>+<!ELEMENT Inside_Twenty (#PCDATA)>+<!ELEMENT Inside_Twenty_Percentage (#PCDATA)>+<!ELEMENT Touchback (#PCDATA)>+<!ELEMENT Touchback_Percentage (#PCDATA)>+<!ELEMENT listing ( ( Rank, PlayerID, Player_Team, Punts, Yards, Average, Longest, Inside_Twenty, Inside_Twenty_Percentage, Touchback, Touchback_Percentage ) )>+<!ELEMENT Punting_Leaders ( listing* )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Punting_Leaders, time_stamp ) )>++<!ATTLIST Punting_Leaders Report_Type CDATA #REQUIRED>
+ schemagen/Cbask_Indv_No_Avg_XML/22413931.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Indv_No_Avg_XML.dtd"> <message> <XML_File_ID>22413931</XML_File_ID> <heading>AEX%NCAA-3PT-FGMADE</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball 3-Point FG Made Stats </title> <Listing Rank="1" Player="Andrew Rowsey, UNC Asheville"> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>28</Total> <Average>4.67</Average> </Listing> <Listing Rank="" Player="Isiah Umipig, Seattle"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>28</Total> <Average>4.67</Average> </Listing> <Listing Rank="3" Player="Johnny Dee, San Diego"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>30</Total> <Average>4.29</Average> </Listing> <Listing Rank="4" Player="A.J. English, Iona"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>25</Total> <Average>4.17</Average> </Listing> <Listing Rank="5" Player="Tyler Harvey, Eastern Wash."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>28</Total> <Average>4.00</Average> </Listing> <Listing Rank="" Player="Keon Moore, Winthrop"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>20</Total> <Average>4.00</Average> </Listing> <Listing Rank="" Player="Dyami Starks, Bryant"> <Class>Sr.</Class> <Games_Played>4</Games_Played> <Total>16</Total> <Average>4.00</Average> </Listing> <Listing Rank="8" Player="Anthony McDonald, N.C. Central"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>27</Total> <Average>3.86</Average> </Listing> <Listing Rank="9" Player="Damon Lynn, NJIT"> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>23</Total> <Average>3.83</Average> </Listing> <Listing Rank="10" Player="Micah Mason, Duquesne"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>15</Total> <Average>3.75</Average> </Listing> <Listing Rank="11" Player="Lester Wilson, East Tenn. St."> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>18</Total> <Average>3.60</Average> </Listing> <Listing Rank="12" Player="Chase Fischer, BYU"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>28</Total> <Average>3.50</Average> </Listing> <Listing Rank="" Player="Jelani Hewitt, Ga. Southern"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>21</Total> <Average>3.50</Average> </Listing> <Listing Rank="14" Player="Marcus Keene, Youngstown St."> <Class>So.</Class> <Games_Played>9</Games_Played> <Total>31</Total> <Average>3.44</Average> </Listing> <Listing Rank="15" Player="Brian Bernardi, Hofstra"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Karl Cochran, Wofford"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Rhett Harrelson, Western Caro."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Tanner Samson, Elon"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Ameen Tanksley, Hofstra"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="20" Player="Kerry Carter, St. Mary's (CA)"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="" Player="Mustafaa Jones, Fairleigh Dickinson"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="" Player="Wesley Person, Troy"> <Class>Fr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="23" Player="Damion Lee, Drexel"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Saah Nimley, Charleston So."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="John Simons, Central Mich."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Isaiah Williams, Iona"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Javarez Willis, Ohio"> <Class>Sr.</Class> <Games_Played>3</Games_Played> <Total>10</Total> <Average>3.33</Average> </Listing> <Listing Rank="28" Player="Zak Irvin, Michigan"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>23</Total> <Average>3.29</Average> </Listing> <Listing Rank="29" Player="Taylor Barnette, Belmont"> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>26</Total> <Average>3.25</Average> </Listing> <Listing Rank="" Player="Craig Bradshaw, Belmont"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>26</Total> <Average>3.25</Average> </Listing> <Listing Rank="" Player="Derrick Colter, Duquesne"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>13</Total> <Average>3.25</Average> </Listing> <Listing Rank="32" Player="Cedric Hankerson, Boston U."> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>16</Total> <Average>3.20</Average> </Listing> <Listing Rank="" Player="Shane Richards, Manhattan"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>16</Total> <Average>3.20</Average> </Listing> <Listing Rank="34" Player="Anthlon Bell, Arkansas"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>19</Total> <Average>3.17</Average> </Listing> <Listing Rank="35" Player="James Blackmon Jr., Indiana"> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="" Player="R.J. Hunter, Georgia St."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="" Player="Nicholas Paulos, UNC Greensboro"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="38" Player="Quinn Cook, Duke"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Marcus Foster, Kansas St."> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Jordan Howard, Central Ark."> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Isaiah Zierden, Creighton"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Jonathan Gilling, Arizona St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Buddy Hield, Oklahoma"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Will Saunders, Charleston So."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Kyle Wilson, Army"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Daniel Dion, New Hampshire"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Chris Hansen, Idaho St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Corey Hawkins, UC Davis"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Tyler Kalinoski, Davidson"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Rashawn Rembert, East Tenn. St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Ron Baker, Wichita St."> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Alex Mitola, Dartmouth"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Sean Sellers, Ball St."> <Class>Fr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Cameron Golden, Arkansas St."> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>9</Total> <Average>3.00</Average> </Listing> <Listing Rank="55" Player="Jaylen Bland, UC Riverside"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Clay Byrd, UNC Greensboro"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Pat Connaughton, Notre Dame"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Melvin Johnson, VCU"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="John Schoof, American"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Kendall Stephens, Purdue"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="61" Player="Phil Forte, Oklahoma St."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Nathan Moran, Lipscomb"> <Class>Fr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Adam Smith, Virginia Tech"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Max Yon, Air Force"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="65" Player="Cazmon Hayes, Delaware"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="A.J. Hess, Southern Utah"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Naz Long, Iowa St."> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Ryan Oliver, Siena"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Jalen Riley, East Tenn. St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Demarcus Robinson, Alabama St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Devaugntah Williams, Texas Tech"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="72" Player="Jack Montague, Yale"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>22</Total> <Average>2.75</Average> </Listing> <Listing Rank="" Player="Alec Peters, Valparaiso"> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>22</Total> <Average>2.75</Average> </Listing> <Listing Rank="74" Player="Ryan Badowski, Longwood"> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Jared Brownridge, Santa Clara"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Andre Hollins, Minnesota"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Max Hooper, Oakland"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Ashton Moore, Citadel"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Avery Moore, Jacksonville St."> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Rodney Pryor, Robert Morris"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Mikel Trapp, Bethune-Cookman"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Travis Trice, Michigan St."> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Denzel Valentine, Michigan St."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Dante Williams, Oakland"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="85" Player="Lawrence Alexander, North Dakota St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Javares Brent, Jackson St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Stephan Holm, Montana St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Devareaux Manley, Kent St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Darius Perkins, Utah St."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Joey Ptasinski, Lafayette"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Damon Sherman-Newsome, Colgate"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Will Sullivan, Miami (OH)"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="David Walker, Northeastern"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Karon Wright, South Carolina St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Dylan Sherwood, UNCW"> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>8</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Jherrod Stiggers, Houston"> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>8</Total> <Average>2.67</Average> </Listing> <Listing Rank="97" Player="Joshua Filmore, Southeastern La."> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>21</Total> <Average>2.63</Average> </Listing> <Listing Rank="98" Player="Jaylen Adams, St. Bonaventure"> <Class>Fr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Garret Covington, Western Ill."> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Brandon Gfeller, Montana"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Connor Hill, Idaho"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Marshun Newell, UT Martin"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <time_stamp> December 3, 2014, at 03:07 PM ET </time_stamp> </message>
+ schemagen/Cbask_Indv_Shooting_XML/22413929.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Indv_Shooting_XML.dtd"> <message> <XML_File_ID>22413929</XML_File_ID> <heading>AEX%NCAA-FGPCT</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball FG Percentage Statistics </title> <Listing Rank="1" Player="Tysean Powell, Duquesne"> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>21</Made> <Attempted>25</Attempted> <Percentage>84.0</Percentage> </Listing> <Listing Rank="2" Player="Keaton Jackson, SIUE"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>24</Attempted> <Percentage>83.3</Percentage> </Listing> <Listing Rank="3" Player="Domantas Sabonis, Gonzaga"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>35</Made> <Attempted>44</Attempted> <Percentage>79.5</Percentage> </Listing> <Listing Rank="4" Player="Colton Weisbrod, New Orleans"> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>26</Attempted> <Percentage>76.9</Percentage> </Listing> <Listing Rank="5" Player="Matt Stainbrook, Xavier"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>62</Attempted> <Percentage>72.6</Percentage> </Listing> <Listing Rank="6" Player="Egidijus Mockevicius, Evansville"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>47</Attempted> <Percentage>72.3</Percentage> </Listing> <Listing Rank="7" Player="Zach Auguste, Notre Dame"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>42</Made> <Attempted>60</Attempted> <Percentage>70.0</Percentage> </Listing> <Listing Rank="8" Player="Mamadou Ndiaye, UC Irvine"> <Class>So</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>36</Attempted> <Percentage>69.4</Percentage> </Listing> <Listing Rank="9" Player="Josh Scott, Colorado"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>41</Attempted> <Percentage>68.3</Percentage> </Listing> <Listing Rank="10" Player="Corey Petros, Oakland"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>66</Attempted> <Percentage>68.2</Percentage> </Listing> <Listing Rank="11" Player="Venky Jois, Eastern Wash."> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>58</Made> <Attempted>86</Attempted> <Percentage>67.4</Percentage> </Listing> <Listing Rank="12" Player="Martin Breunig, Montana"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>30</Made> <Attempted>45</Attempted> <Percentage>66.7</Percentage> </Listing> <Listing Rank="13" Player="Brad Waldow, St. Mary's (CA)"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>46</Made> <Attempted>70</Attempted> <Percentage>65.7</Percentage> </Listing> <Listing Rank="14" Player="Joshua Smith, Georgetown"> <Class>Fr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>49</Attempted> <Percentage>65.3</Percentage> </Listing> <Listing Rank="15" Player="Evan Bradds, Belmont"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>41</Made> <Attempted>63</Attempted> <Percentage>65.1</Percentage> </Listing> <Listing Rank="16" Player="Seth Tuttle, UNI"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>60</Attempted> <Percentage>65.0</Percentage> </Listing> <Listing Rank="17" Player="Chris Freeman, Austin Peay"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>59</Attempted> <Percentage>64.4</Percentage> </Listing> <Listing Rank="" Player="P.J. Horgan, Citadel"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>59</Attempted> <Percentage>64.4</Percentage> </Listing> <Listing Rank="19" Player="Eric Stutz, Eastern Ky."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>39</Attempted> <Percentage>64.1</Percentage> </Listing> <Listing Rank="20" Player="Anthony Livingston, Arkansas St."> <Class>So</Class> <Games_Played>3</Games_Played> <Made>23</Made> <Attempted>36</Attempted> <Percentage>63.9</Percentage> </Listing> <Listing Rank="21" Player="Brian Pegg, Stetson"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>44</Made> <Attempted>69</Attempted> <Percentage>63.8</Percentage> </Listing> <Listing Rank="22" Player="Jahlil Okafor, Duke"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>56</Made> <Attempted>88</Attempted> <Percentage>63.6</Percentage> </Listing> <Listing Rank="" Player="Rashid Gaston, Norfolk St."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>35</Made> <Attempted>55</Attempted> <Percentage>63.6</Percentage> </Listing> <Listing Rank="24" Player="Lotanna Nwogbo, Longwood"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>63</Attempted> <Percentage>63.5</Percentage> </Listing> <Listing Rank="25" Player="Damian Jones, Vanderbilt"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>60</Attempted> <Percentage>63.3</Percentage> </Listing> <Listing Rank="" Player="Jordan Parks, N.C. Central"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>60</Attempted> <Percentage>63.3</Percentage> </Listing> <Listing Rank="27" Player="Zikiteran Woodley, Northwestern St."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>60</Made> <Attempted>95</Attempted> <Percentage>63.2</Percentage> </Listing> <Listing Rank="28" Player="Tyran de Lattibeaudiere, Lamar"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>64</Attempted> <Percentage>62.5</Percentage> </Listing> <Listing Rank="29" Player="Larry Nance Jr., Wyoming"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>66</Attempted> <Percentage>62.1</Percentage> </Listing> <Listing Rank="30" Player="Mikh McKinney, Sacramento St."> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>26</Made> <Attempted>42</Attempted> <Percentage>61.9</Percentage> </Listing> <Listing Rank="31" Player="Kennedy Meeks, North Carolina"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>52</Attempted> <Percentage>61.5</Percentage> </Listing> <Listing Rank="32" Player="Jeffery Solarin, Idaho St."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>41</Attempted> <Percentage>61.0</Percentage> </Listing> <Listing Rank="33" Player="Delon Wright, Utah"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>51</Attempted> <Percentage>60.8</Percentage> </Listing> <Listing Rank="34" Player="Montrezl Harrell, Louisville"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>56</Attempted> <Percentage>60.7</Percentage> </Listing> <Listing Rank="35" Player="Kendall Gray, Delaware St."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>61</Attempted> <Percentage>60.7</Percentage> </Listing> <Listing Rank="36" Player="Shavon Shields, Nebraska"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>40</Made> <Attempted>66</Attempted> <Percentage>60.6</Percentage> </Listing> <Listing Rank="37" Player="Dallas Moore, North Florida"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>48</Made> <Attempted>80</Attempted> <Percentage>60.0</Percentage> </Listing> <Listing Rank="" Player="Roquez Johnson, Mississippi St."> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>30</Made> <Attempted>50</Attempted> <Percentage>60.0</Percentage> </Listing> <Listing Rank="39" Player="Alec Peters, Valparaiso"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>55</Made> <Attempted>92</Attempted> <Percentage>59.8</Percentage> </Listing> <Listing Rank="40" Player="Chris McCullough, Syracuse"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>67</Attempted> <Percentage>59.7</Percentage> </Listing> <Listing Rank="41" Player="Charles Jackson, Tennessee Tech"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>57</Attempted> <Percentage>59.6</Percentage> </Listing> <Listing Rank="42" Player="Twymond Howard, UT Martin"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>47</Attempted> <Percentage>59.6</Percentage> </Listing> <Listing Rank="43" Player="Rakeem Christmas, Syracuse"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>76</Attempted> <Percentage>59.2</Percentage> </Listing> <Listing Rank="" Player="Jerian Grant, Notre Dame"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>76</Attempted> <Percentage>59.2</Percentage> </Listing> <Listing Rank="45" Player="Sheldon McClellan, Miami (FL)"> <Class>Jr</Class> <Games_Played>8</Games_Played> <Made>52</Made> <Attempted>88</Attempted> <Percentage>59.1</Percentage> </Listing> <Listing Rank="46" Player="Aaron Valdes, Hawaii"> <Class>So</Class> <Games_Played>9</Games_Played> <Made>50</Made> <Attempted>85</Attempted> <Percentage>58.8</Percentage> </Listing> <Listing Rank="47" Player="Aaron White, Iowa"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>63</Attempted> <Percentage>58.7</Percentage> </Listing> <Listing Rank="48" Player="David Collette, Utah St."> <Class>Fr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>53</Attempted> <Percentage>58.5</Percentage> </Listing> <Listing Rank="49" Player="Jimmy Hall, Kent St."> <Class>So</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>65</Attempted> <Percentage>58.5</Percentage> </Listing> <Listing Rank="50" Player="Yanick Moreira, SMU"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>36</Made> <Attempted>62</Attempted> <Percentage>58.1</Percentage> </Listing> <Listing Rank="51" Player="Jarvis Williams, Murray St."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>69</Attempted> <Percentage>58.0</Percentage> </Listing> <Listing Rank="52" Player="Anson Winder, BYU"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>44</Made> <Attempted>76</Attempted> <Percentage>57.9</Percentage> </Listing> <Listing Rank="53" Player="John Brown, High Point"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>48</Made> <Attempted>83</Attempted> <Percentage>57.8</Percentage> </Listing> <Listing Rank="54" Player="Connar Tava, Western Mich."> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>64</Attempted> <Percentage>57.8</Percentage> </Listing> <Listing Rank="55" Player="Ameen Tanksley, Hofstra"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>78</Attempted> <Percentage>57.7</Percentage> </Listing> <Listing Rank="56" Player="Christian Thomas, Loyola Chicago"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>47</Attempted> <Percentage>57.4</Percentage> </Listing> <Listing Rank="57" Player="RJ White, UNC Greensboro"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>68</Attempted> <Percentage>57.4</Percentage> </Listing> <Listing Rank="58" Player="Michael Young, Pittsburgh"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>70</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="" Player="Gavin Ware, Mississippi St."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>56</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="" Player="Sean Sellers, Ball St."> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>24</Made> <Attempted>42</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="61" Player="Marcus Thornton, Georgia"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>72</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="62" Player="Scott Eatherton, Northeastern"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>65</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="" Player="Max Yon, Air Force"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>65</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="64" Player="Shaquille Hines, Tex.-Pan American"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>42</Made> <Attempted>74</Attempted> <Percentage>56.8</Percentage> </Listing> <Listing Rank="65" Player="Wesley Saunders, Harvard"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>38</Made> <Attempted>67</Attempted> <Percentage>56.7</Percentage> </Listing> <Listing Rank="" Player="Dan Trist, Lafayette"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>67</Attempted> <Percentage>56.7</Percentage> </Listing> <Listing Rank="67" Player="Rayvonte Rice, Illinois"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>43</Made> <Attempted>76</Attempted> <Percentage>56.6</Percentage> </Listing> <Listing Rank="68" Player="Gary Payton II, Oregon St."> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>26</Made> <Attempted>46</Attempted> <Percentage>56.5</Percentage> </Listing> <Listing Rank="69" Player="Kruize Pinkins, San Francisco"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>35</Made> <Attempted>62</Attempted> <Percentage>56.5</Percentage> </Listing> <Listing Rank="70" Player="Richaun Holmes, Bowling Green"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>22</Made> <Attempted>39</Attempted> <Percentage>56.4</Percentage> </Listing> <Listing Rank="" Player="Jett Raines, Pepperdine"> <Class>Jr</Class> <Games_Played>4</Games_Played> <Made>22</Made> <Attempted>39</Attempted> <Percentage>56.4</Percentage> </Listing> <Listing Rank="72" Player="Frank Kaminsky, Wisconsin"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>80</Attempted> <Percentage>56.3</Percentage> </Listing> <Listing Rank="" Player="Demarcus Robinson, Alabama St."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>48</Attempted> <Percentage>56.3</Percentage> </Listing> <Listing Rank="74" Player="Jacob Parker, Stephen F. Austin"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>73</Attempted> <Percentage>56.2</Percentage> </Listing> <Listing Rank="75" Player="Sean O'Brien, Southern Ill."> <Class>So</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="" Player="Adam Smith, Virginia Tech"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="" Player="James White, UALR"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="78" Player="Jordan Mickey, LSU"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>47</Made> <Attempted>84</Attempted> <Percentage>56.0</Percentage> </Listing> <Listing Rank="79" Player="Trevon Bluiett, Xavier"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>70</Attempted> <Percentage>55.7</Percentage> </Listing> <Listing Rank="80" Player="Stephan Hicks, CSUN"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>49</Made> <Attempted>88</Attempted> <Percentage>55.7</Percentage> </Listing> <Listing Rank="81" Player="Corey Allen Jr, South Fla."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>72</Attempted> <Percentage>55.6</Percentage> </Listing> <Listing Rank="" Player="Cedrick Williams, UNCW"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>36</Attempted> <Percentage>55.6</Percentage> </Listing> <Listing Rank="83" Player="Jameel Warney, Stony Brook"> <Class>Jr</Class> <Games_Played>8</Games_Played> <Made>56</Made> <Attempted>101</Attempted> <Percentage>55.4</Percentage> </Listing> <Listing Rank="84" Player="Corey Walden, Eastern Ky."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>31</Made> <Attempted>56</Attempted> <Percentage>55.4</Percentage> </Listing> <Listing Rank="85" Player="Myke Henry, DePaul"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>37</Made> <Attempted>67</Attempted> <Percentage>55.2</Percentage> </Listing> <Listing Rank="86" Player="Milton Doyle, Loyola Chicago"> <Class>So</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>49</Attempted> <Percentage>55.1</Percentage> </Listing> <Listing Rank="87" Player="Anthony Beane, Jr., Southern Ill."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>44</Made> <Attempted>80</Attempted> <Percentage>55.0</Percentage> </Listing> <Listing Rank="88" Player="Jack Gibbs, Davidson"> <Class>Fr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>51</Attempted> <Percentage>54.9</Percentage> </Listing> <Listing Rank="89" Player="Emani Gant, Texas St."> <Class>Jr</Class> <Games_Played>3</Games_Played> <Made>18</Made> <Attempted>33</Attempted> <Percentage>54.5</Percentage> </Listing> <Listing Rank="90" Player="Tucker Haymond, Western Mich."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>68</Attempted> <Percentage>54.4</Percentage> </Listing> <Listing Rank="91" Player="Justin Anderson, Virginia"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>70</Attempted> <Percentage>54.3</Percentage> </Listing> <Listing Rank="" Player="Raven Lee, Eastern Mich."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>70</Attempted> <Percentage>54.3</Percentage> </Listing> <Listing Rank="93" Player="Keifer Sykes, Green Bay"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>45</Made> <Attempted>83</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="94" Player="Jonathan Holton, West Virginia"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>72</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="95" Player="Maxie Esho, Massachusetts"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>40</Made> <Attempted>74</Attempted> <Percentage>54.1</Percentage> </Listing> <Listing Rank="96" Player="Javarez Willis, Ohio"> <Class>Sr</Class> <Games_Played>3</Games_Played> <Made>21</Made> <Attempted>39</Attempted> <Percentage>53.8</Percentage> </Listing> <Listing Rank="97" Player="Levi Randolph, Alabama"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>69</Attempted> <Percentage>53.6</Percentage> </Listing> <Listing Rank="98" Player="Mike Thorne, Charlotte"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>71</Attempted> <Percentage>53.5</Percentage> </Listing> <Listing Rank="99" Player="Earl Brown, Saint Francis (PA)"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>58</Attempted> <Percentage>53.4</Percentage> </Listing> <Listing Rank="100" Player="Aly Ahmed, Bakersfield"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>73</Attempted> <Percentage>53.4</Percentage> </Listing> <time_stamp> December 3, 2014, at 03:06 PM ET </time_stamp> </message>
+ schemagen/Cbask_Team_Scoring_Rebound_Margin_XML/22414008.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Scoring_Rebound_Margin_XML.dtd"> <message> <XML_File_ID>22414008</XML_File_ID> <heading>AEX%NCAA-TEAM-SCORINGMARGIN</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team Scoring Margin Stats </title> <Listing Rank="" Team="Kentucky"> <Games>7</Games> <Rebounds_Points>553</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>312</OppREB_OppPTS> <OppRPG_OppPPG>44.6</OppRPG_OppPPG> <Margin>34.4</Margin> </Listing> <Listing Rank="" Team="Eastern Ky."> <Games>5</Games> <Rebounds_Points>455</Rebounds_Points> <ReboundsPerGame_PointsPerGame>91.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>292</OppREB_OppPTS> <OppRPG_OppPPG>58.4</OppRPG_OppPPG> <Margin>32.6</Margin> </Listing> <Listing Rank="" Team="Duke"> <Games>7</Games> <Rebounds_Points>633</Rebounds_Points> <ReboundsPerGame_PointsPerGame>90.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>59.1</OppRPG_OppPPG> <Margin>31.3</Margin> </Listing> <Listing Rank="" Team="Gonzaga"> <Games>7</Games> <Rebounds_Points>616</Rebounds_Points> <ReboundsPerGame_PointsPerGame>88.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>410</OppREB_OppPTS> <OppRPG_OppPPG>58.6</OppRPG_OppPPG> <Margin>29.4</Margin> </Listing> <Listing Rank="" Team="Notre Dame"> <Games>7</Games> <Rebounds_Points>604</Rebounds_Points> <ReboundsPerGame_PointsPerGame>86.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>398</OppREB_OppPTS> <OppRPG_OppPPG>56.9</OppRPG_OppPPG> <Margin>29.4</Margin> </Listing> <Listing Rank="" Team="Utah"> <Games>6</Games> <Rebounds_Points>495</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>330</OppREB_OppPTS> <OppRPG_OppPPG>55.0</OppRPG_OppPPG> <Margin>27.5</Margin> </Listing> <Listing Rank="" Team="Louisville"> <Games>6</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>288</OppREB_OppPTS> <OppRPG_OppPPG>48.0</OppRPG_OppPPG> <Margin>27.0</Margin> </Listing> <Listing Rank="" Team="Wichita St."> <Games>4</Games> <Rebounds_Points>322</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>222</OppREB_OppPTS> <OppRPG_OppPPG>55.5</OppRPG_OppPPG> <Margin>25.0</Margin> </Listing> <Listing Rank="" Team="Wisconsin"> <Games>7</Games> <Rebounds_Points>522</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>354</OppREB_OppPTS> <OppRPG_OppPPG>50.6</OppRPG_OppPPG> <Margin>24.0</Margin> </Listing> <Listing Rank="1" Team="Ohio St."> <Games>6</Games> <Rebounds_Points>491</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>23.5</Margin> </Listing> <Listing Rank="1" Team="Virginia"> <Games>7</Games> <Rebounds_Points>468</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>305</OppREB_OppPTS> <OppRPG_OppPPG>43.6</OppRPG_OppPPG> <Margin>23.3</Margin> </Listing> <Listing Rank="1" Team="Oklahoma St."> <Games>6</Games> <Rebounds_Points>469</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>331</OppREB_OppPTS> <OppRPG_OppPPG>55.2</OppRPG_OppPPG> <Margin>23.0</Margin> </Listing> <Listing Rank="1" Team="USC Upstate"> <Games>8</Games> <Rebounds_Points>620</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>55.5</OppRPG_OppPPG> <Margin>22.0</Margin> </Listing> <Listing Rank="" Team="Illinois"> <Games>7</Games> <Rebounds_Points>601</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>447</OppREB_OppPTS> <OppRPG_OppPPG>63.9</OppRPG_OppPPG> <Margin>22.0</Margin> </Listing> <Listing Rank="1" Team="TCU"> <Games>7</Games> <Rebounds_Points>536</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>54.7</OppRPG_OppPPG> <Margin>21.9</Margin> </Listing> <Listing Rank="1" Team="Davidson"> <Games>5</Games> <Rebounds_Points>427</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>20.4</Margin> </Listing> <Listing Rank="1" Team="Eastern Wash."> <Games>7</Games> <Rebounds_Points>597</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>20.1</Margin> </Listing> <Listing Rank="1" Team="Texas"> <Games>7</Games> <Rebounds_Points>508</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>368</OppREB_OppPTS> <OppRPG_OppPPG>52.6</OppRPG_OppPPG> <Margin>20.0</Margin> </Listing> <Listing Rank="1" Team="West Virginia"> <Games>7</Games> <Rebounds_Points>575</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>19.6</Margin> </Listing> <Listing Rank="2" Team="Sam Houston St."> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>19.5</Margin> </Listing> <Listing Rank="2" Team="Eastern Mich."> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>55.4</OppRPG_OppPPG> <Margin>19.4</Margin> </Listing> <Listing Rank="2" Team="Arkansas"> <Games>6</Games> <Rebounds_Points>540</Rebounds_Points> <ReboundsPerGame_PointsPerGame>90.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>425</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>19.2</Margin> </Listing> <Listing Rank="" Team="Villanova"> <Games>6</Games> <Rebounds_Points>445</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>330</OppREB_OppPTS> <OppRPG_OppPPG>55.0</OppRPG_OppPPG> <Margin>19.2</Margin> </Listing> <Listing Rank="2" Team="Duquesne"> <Games>4</Games> <Rebounds_Points>355</Rebounds_Points> <ReboundsPerGame_PointsPerGame>88.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>279</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>19.0</Margin> </Listing> <Listing Rank="2" Team="Purdue"> <Games>7</Games> <Rebounds_Points>553</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>18.7</Margin> </Listing> <Listing Rank="2" Team="Evansville"> <Games>6</Games> <Rebounds_Points>470</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>18.2</Margin> </Listing> <Listing Rank="2" Team="Butler"> <Games>6</Games> <Rebounds_Points>433</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>54.5</OppRPG_OppPPG> <Margin>17.7</Margin> </Listing> <Listing Rank="2" Team="Valparaiso"> <Games>8</Games> <Rebounds_Points>603</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>462</OppREB_OppPTS> <OppRPG_OppPPG>57.8</OppRPG_OppPPG> <Margin>17.6</Margin> </Listing> <Listing Rank="2" Team="Maryland"> <Games>7</Games> <Rebounds_Points>547</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>60.6</OppRPG_OppPPG> <Margin>17.6</Margin> </Listing> <Listing Rank="3" Team="BYU"> <Games>8</Games> <Rebounds_Points>761</Rebounds_Points> <ReboundsPerGame_PointsPerGame>95.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>621</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>17.5</Margin> </Listing> <Listing Rank="" Team="Central Mich."> <Games>6</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>63.2</OppRPG_OppPPG> <Margin>17.5</Margin> </Listing> <Listing Rank="3" Team="North Carolina"> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>64.2</OppRPG_OppPPG> <Margin>17.2</Margin> </Listing> <Listing Rank="3" Team="Coastal Caro."> <Games>7</Games> <Rebounds_Points>502</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>54.6</OppRPG_OppPPG> <Margin>17.1</Margin> </Listing> <Listing Rank="" Team="Wyoming"> <Games>7</Games> <Rebounds_Points>472</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>50.3</OppRPG_OppPPG> <Margin>17.1</Margin> </Listing> <Listing Rank="3" Team="Baylor"> <Games>7</Games> <Rebounds_Points>476</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>51.1</OppRPG_OppPPG> <Margin>16.9</Margin> </Listing> <Listing Rank="3" Team="Ga. Southern"> <Games>6</Games> <Rebounds_Points>462</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>16.8</Margin> </Listing> <Listing Rank="3" Team="Texas A&M"> <Games>5</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>289</OppREB_OppPTS> <OppRPG_OppPPG>57.8</OppRPG_OppPPG> <Margin>16.6</Margin> </Listing> <Listing Rank="3" Team="Iowa"> <Games>7</Games> <Rebounds_Points>516</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>403</OppREB_OppPTS> <OppRPG_OppPPG>57.6</OppRPG_OppPPG> <Margin>16.1</Margin> </Listing> <Listing Rank="3" Team="Miami (FL)"> <Games>8</Games> <Rebounds_Points>609</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>481</OppREB_OppPTS> <OppRPG_OppPPG>60.1</OppRPG_OppPPG> <Margin>16.0</Margin> </Listing> <Listing Rank="4" Team="UT Martin"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>312</OppREB_OppPTS> <OppRPG_OppPPG>62.4</OppRPG_OppPPG> <Margin>15.8</Margin> </Listing> <Listing Rank="4" Team="Arizona"> <Games>7</Games> <Rebounds_Points>531</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>15.6</Margin> </Listing> <Listing Rank="4" Team="California"> <Games>6</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>59.2</OppRPG_OppPPG> <Margin>15.5</Margin> </Listing> <Listing Rank="4" Team="Syracuse"> <Games>7</Games> <Rebounds_Points>486</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>378</OppREB_OppPTS> <OppRPG_OppPPG>54.0</OppRPG_OppPPG> <Margin>15.4</Margin> </Listing> <Listing Rank="4" Team="Indiana"> <Games>7</Games> <Rebounds_Points>612</Rebounds_Points> <ReboundsPerGame_PointsPerGame>87.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>505</OppREB_OppPTS> <OppRPG_OppPPG>72.1</OppRPG_OppPPG> <Margin>15.3</Margin> </Listing> <Listing Rank="4" Team="Ball St."> <Games>4</Games> <Rebounds_Points>330</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>269</OppREB_OppPTS> <OppRPG_OppPPG>67.3</OppRPG_OppPPG> <Margin>15.3</Margin> </Listing> <Listing Rank="4" Team="San Francisco"> <Games>6</Games> <Rebounds_Points>460</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>369</OppREB_OppPTS> <OppRPG_OppPPG>61.5</OppRPG_OppPPG> <Margin>15.2</Margin> </Listing> <Listing Rank="" Team="Tulane"> <Games>6</Games> <Rebounds_Points>456</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>365</OppREB_OppPTS> <OppRPG_OppPPG>60.8</OppRPG_OppPPG> <Margin>15.2</Margin> </Listing> <Listing Rank="4" Team="Xavier"> <Games>7</Games> <Rebounds_Points>585</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>480</OppREB_OppPTS> <OppRPG_OppPPG>68.6</OppRPG_OppPPG> <Margin>15.0</Margin> </Listing> <Listing Rank="" Team="N.C. Central"> <Games>7</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>54.1</OppRPG_OppPPG> <Margin>15.0</Margin> </Listing> <Listing Rank="5" Team="Vanderbilt"> <Games>6</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>340</OppREB_OppPTS> <OppRPG_OppPPG>56.7</OppRPG_OppPPG> <Margin>14.8</Margin> </Listing> <Listing Rank="5" Team="George Washington"> <Games>5</Games> <Rebounds_Points>349</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>276</OppREB_OppPTS> <OppRPG_OppPPG>55.2</OppRPG_OppPPG> <Margin>14.6</Margin> </Listing> <Listing Rank="5" Team="Iowa St."> <Games>5</Games> <Rebounds_Points>417</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>14.4</Margin> </Listing> <Listing Rank="5" Team="Northern Colo."> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>402</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>14.3</Margin> </Listing> <Listing Rank="5" Team="North Carolina St."> <Games>7</Games> <Rebounds_Points>521</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>14.1</Margin> </Listing> <Listing Rank="5" Team="Houston Baptist"> <Games>4</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>249</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>13.8</Margin> </Listing> <Listing Rank="5" Team="Michigan St."> <Games>7</Games> <Rebounds_Points>513</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>13.6</Margin> </Listing> <Listing Rank="5" Team="UNI"> <Games>7</Games> <Rebounds_Points>471</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>53.9</OppRPG_OppPPG> <Margin>13.4</Margin> </Listing> <Listing Rank="5" Team="St. Mary's (CA)"> <Games>5</Games> <Rebounds_Points>392</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>13.4</Margin> </Listing> <Listing Rank="5" Team="Creighton"> <Games>7</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>426</OppREB_OppPTS> <OppRPG_OppPPG>60.9</OppRPG_OppPPG> <Margin>13.1</Margin> </Listing> <Listing Rank="6" Team="Michigan"> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>433</OppREB_OppPTS> <OppRPG_OppPPG>61.9</OppRPG_OppPPG> <Margin>13.0</Margin> </Listing> <Listing Rank="" Team="Harvard"> <Games>5</Games> <Rebounds_Points>360</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>59.0</OppRPG_OppPPG> <Margin>13.0</Margin> </Listing> <Listing Rank="6" Team="Minnesota"> <Games>7</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>63.4</OppRPG_OppPPG> <Margin>12.7</Margin> </Listing> <Listing Rank="6" Team="Washington"> <Games>6</Games> <Rebounds_Points>442</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>12.5</Margin> </Listing> <Listing Rank="6" Team="Hofstra"> <Games>7</Games> <Rebounds_Points>561</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>12.4</Margin> </Listing> <Listing Rank="6" Team="Dayton"> <Games>5</Games> <Rebounds_Points>335</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>274</OppREB_OppPTS> <OppRPG_OppPPG>54.8</OppRPG_OppPPG> <Margin>12.2</Margin> </Listing> <Listing Rank="6" Team="Seton Hall"> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>363</OppREB_OppPTS> <OppRPG_OppPPG>60.5</OppRPG_OppPPG> <Margin>12.2</Margin> </Listing> <Listing Rank="6" Team="Yale"> <Games>8</Games> <Rebounds_Points>588</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>491</OppREB_OppPTS> <OppRPG_OppPPG>61.4</OppRPG_OppPPG> <Margin>12.1</Margin> </Listing> <Listing Rank="6" Team="VMI"> <Games>7</Games> <Rebounds_Points>651</Rebounds_Points> <ReboundsPerGame_PointsPerGame>93.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>569</OppREB_OppPTS> <OppRPG_OppPPG>81.3</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="" Team="Louisiana Tech"> <Games>7</Games> <Rebounds_Points>548</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>466</OppREB_OppPTS> <OppRPG_OppPPG>66.6</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="7" Team="Oregon"> <Games>6</Games> <Rebounds_Points>475</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>405</OppREB_OppPTS> <OppRPG_OppPPG>67.5</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="" Team="Nebraska"> <Games>6</Games> <Rebounds_Points>449</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>63.2</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="7" Team="William & Mary"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>11.5</Margin> </Listing> <Listing Rank="" Team="San Diego St."> <Games>6</Games> <Rebounds_Points>408</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>56.5</OppRPG_OppPPG> <Margin>11.5</Margin> </Listing> <Listing Rank="7" Team="UC Irvine"> <Games>5</Games> <Rebounds_Points>358</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>301</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>11.4</Margin> </Listing> <Listing Rank="7" Team="Colorado St."> <Games>6</Games> <Rebounds_Points>454</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>386</OppREB_OppPTS> <OppRPG_OppPPG>64.3</OppRPG_OppPPG> <Margin>11.3</Margin> </Listing> <Listing Rank="" Team="Mississippi St."> <Games>6</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>344</OppREB_OppPTS> <OppRPG_OppPPG>57.3</OppRPG_OppPPG> <Margin>11.3</Margin> </Listing> <Listing Rank="7" Team="Arizona St."> <Games>6</Games> <Rebounds_Points>425</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>11.2</Margin> </Listing> <Listing Rank="7" Team="Stanford"> <Games>6</Games> <Rebounds_Points>462</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>396</OppREB_OppPTS> <OppRPG_OppPPG>66.0</OppRPG_OppPPG> <Margin>11.0</Margin> </Listing> <Listing Rank="" Team="Green Bay"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>349</OppREB_OppPTS> <OppRPG_OppPPG>58.2</OppRPG_OppPPG> <Margin>11.0</Margin> </Listing> <Listing Rank="8" Team="Towson"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>403</OppREB_OppPTS> <OppRPG_OppPPG>57.6</OppRPG_OppPPG> <Margin>10.9</Margin> </Listing> <Listing Rank="8" Team="Ole Miss"> <Games>6</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>364</OppREB_OppPTS> <OppRPG_OppPPG>60.7</OppRPG_OppPPG> <Margin>10.8</Margin> </Listing> <Listing Rank="8" Team="Bowling Green"> <Games>4</Games> <Rebounds_Points>273</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>230</OppREB_OppPTS> <OppRPG_OppPPG>57.5</OppRPG_OppPPG> <Margin>10.8</Margin> </Listing> <Listing Rank="8" Team="UCLA"> <Games>7</Games> <Rebounds_Points>590</Rebounds_Points> <ReboundsPerGame_PointsPerGame>84.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>515</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>10.7</Margin> </Listing> <Listing Rank="" Team="Providence"> <Games>7</Games> <Rebounds_Points>483</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>408</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>10.7</Margin> </Listing> <Listing Rank="8" Team="Rhode Island"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>356</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>10.5</Margin> </Listing> <Listing Rank="8" Team="Georgia St."> <Games>7</Games> <Rebounds_Points>546</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>473</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>10.4</Margin> </Listing> <Listing Rank="8" Team="East Tenn. St."> <Games>5</Games> <Rebounds_Points>417</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>73.2</OppRPG_OppPPG> <Margin>10.2</Margin> </Listing> <Listing Rank="8" Team="UC Santa Barbara"> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>363</OppREB_OppPTS> <OppRPG_OppPPG>60.5</OppRPG_OppPPG> <Margin>10.2</Margin> </Listing> <Listing Rank="8" Team="South Carolina"> <Games>7</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>62.4</OppRPG_OppPPG> <Margin>10.0</Margin> </Listing> <Listing Rank="" Team="St. John's (NY)"> <Games>6</Games> <Rebounds_Points>443</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>63.8</OppRPG_OppPPG> <Margin>10.0</Margin> </Listing> <Listing Rank="9" Team="Cincinnati"> <Games>7</Games> <Rebounds_Points>435</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>52.3</OppRPG_OppPPG> <Margin>9.9</Margin> </Listing> <Listing Rank="9" Team="Colorado"> <Games>5</Games> <Rebounds_Points>340</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>291</OppREB_OppPTS> <OppRPG_OppPPG>58.2</OppRPG_OppPPG> <Margin>9.8</Margin> </Listing> <Listing Rank="9" Team="UC Davis"> <Games>5</Games> <Rebounds_Points>319</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>271</OppREB_OppPTS> <OppRPG_OppPPG>54.2</OppRPG_OppPPG> <Margin>9.6</Margin> </Listing> <Listing Rank="9" Team="Detroit"> <Games>8</Games> <Rebounds_Points>594</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>518</OppREB_OppPTS> <OppRPG_OppPPG>64.8</OppRPG_OppPPG> <Margin>9.5</Margin> </Listing> <Listing Rank="" Team="Pepperdine"> <Games>4</Games> <Rebounds_Points>289</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>251</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>9.5</Margin> </Listing> <Listing Rank="9" Team="Belmont"> <Games>8</Games> <Rebounds_Points>623</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>9.4</Margin> </Listing> <Listing Rank="9" Team="St. Bonaventure"> <Games>5</Games> <Rebounds_Points>359</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="9" Team="Portland"> <Games>6</Games> <Rebounds_Points>425</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>370</OppREB_OppPTS> <OppRPG_OppPPG>61.7</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="" Team="Oklahoma"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>61.0</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="10" Team="FGCU"> <Games>7</Games> <Rebounds_Points>459</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>395</OppREB_OppPTS> <OppRPG_OppPPG>56.4</OppRPG_OppPPG> <Margin>9.1</Margin> </Listing> <Listing Rank="10" Team="Morehead St."> <Games>9</Games> <Rebounds_Points>643</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>561</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>9.1</Margin> </Listing> <Listing Rank="10" Team="Alabama"> <Games>6</Games> <Rebounds_Points>475</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>421</OppREB_OppPTS> <OppRPG_OppPPG>70.2</OppRPG_OppPPG> <Margin>9.0</Margin> </Listing> <Listing Rank="10" Team="Texas St."> <Games>4</Games> <Rebounds_Points>262</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>227</OppREB_OppPTS> <OppRPG_OppPPG>56.8</OppRPG_OppPPG> <Margin>8.8</Margin> </Listing> <Listing Rank="10" Team="Vermont"> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>64.2</OppRPG_OppPPG> <Margin>8.5</Margin> </Listing> <Listing Rank="10" Team="Winthrop"> <Games>5</Games> <Rebounds_Points>349</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>308</OppREB_OppPTS> <OppRPG_OppPPG>61.6</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="" Team="La.-Monroe"> <Games>5</Games> <Rebounds_Points>338</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>297</OppREB_OppPTS> <OppRPG_OppPPG>59.4</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="10" Team="Iona"> <Games>6</Games> <Rebounds_Points>517</Rebounds_Points> <ReboundsPerGame_PointsPerGame>86.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>468</OppREB_OppPTS> <OppRPG_OppPPG>78.0</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="" Team="Virginia Tech"> <Games>6</Games> <Rebounds_Points>422</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>373</OppREB_OppPTS> <OppRPG_OppPPG>62.2</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="10" Team="East Carolina"> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>467</OppREB_OppPTS> <OppRPG_OppPPG>66.7</OppRPG_OppPPG> <Margin>8.1</Margin> </Listing> <Listing Rank="11" Team="New Hampshire"> <Games>5</Games> <Rebounds_Points>337</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>297</OppREB_OppPTS> <OppRPG_OppPPG>59.4</OppRPG_OppPPG> <Margin>8.0</Margin> </Listing> <Listing Rank="11" Team="Wofford"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>60.6</OppRPG_OppPPG> <Margin>7.9</Margin> </Listing> <Listing Rank="11" Team="Seattle"> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>356</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>7.8</Margin> </Listing> <Listing Rank="11" Team="Citadel"> <Games>7</Games> <Rebounds_Points>466</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>412</OppREB_OppPTS> <OppRPG_OppPPG>58.9</OppRPG_OppPPG> <Margin>7.7</Margin> </Listing> <Listing Rank="11" Team="VCU"> <Games>7</Games> <Rebounds_Points>541</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>488</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="Georgia"> <Games>7</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>480</OppREB_OppPTS> <OppRPG_OppPPG>68.6</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="Western Mich."> <Games>7</Games> <Rebounds_Points>532</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>479</OppREB_OppPTS> <OppRPG_OppPPG>68.4</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="New Mexico St."> <Games>7</Games> <Rebounds_Points>528</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>475</OppREB_OppPTS> <OppRPG_OppPPG>67.9</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="11" Team="Charleston So."> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>65.3</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Air Force"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Georgia Tech"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>375</OppREB_OppPTS> <OppRPG_OppPPG>62.5</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Kent St."> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>359</OppREB_OppPTS> <OppRPG_OppPPG>59.8</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="12" Team="LSU"> <Games>7</Games> <Rebounds_Points>521</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>470</OppREB_OppPTS> <OppRPG_OppPPG>67.1</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="12" Team="Georgetown"> <Games>6</Games> <Rebounds_Points>430</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>7.2</Margin> </Listing> <Listing Rank="12" Team="Clemson"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>429</OppREB_OppPTS> <OppRPG_OppPPG>61.3</OppRPG_OppPPG> <Margin>7.1</Margin> </Listing> <Listing Rank="12" Team="IPFW"> <Games>5</Games> <Rebounds_Points>373</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>338</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>7.0</Margin> </Listing> <Listing Rank="" Team="Oregon St."> <Games>5</Games> <Rebounds_Points>330</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>59.0</OppRPG_OppPPG> <Margin>7.0</Margin> </Listing> <Listing Rank="12" Team="Kansas"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>374</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>6.8</Margin> </Listing> <Listing Rank="12" Team="Columbia"> <Games>6</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>311</OppREB_OppPTS> <OppRPG_OppPPG>51.8</OppRPG_OppPPG> <Margin>6.7</Margin> </Listing> <Listing Rank="12" Team="DePaul"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>71.6</OppRPG_OppPPG> <Margin>6.6</Margin> </Listing> <Listing Rank="13" Team="UC Riverside"> <Games>7</Games> <Rebounds_Points>485</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>439</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>6.6</Margin> </Listing> <Listing Rank="13" Team="Hawaii"> <Games>9</Games> <Rebounds_Points>659</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>6.4</Margin> </Listing> <Listing Rank="13" Team="SMU"> <Games>7</Games> <Rebounds_Points>501</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>6.4</Margin> </Listing> <Listing Rank="13" Team="Elon"> <Games>7</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>467</OppREB_OppPTS> <OppRPG_OppPPG>66.7</OppRPG_OppPPG> <Margin>6.3</Margin> </Listing> <Listing Rank="" Team="Southeast Mo. St."> <Games>7</Games> <Rebounds_Points>482</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>6.3</Margin> </Listing> <Listing Rank="13" Team="Texas Tech"> <Games>5</Games> <Rebounds_Points>353</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>322</OppREB_OppPTS> <OppRPG_OppPPG>64.4</OppRPG_OppPPG> <Margin>6.2</Margin> </Listing> <Listing Rank="13" Team="Tennessee Tech"> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>6.2</Margin> </Listing> <Listing Rank="13" Team="Pittsburgh"> <Games>7</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>445</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>6.1</Margin> </Listing> <Listing Rank="13" Team="Stony Brook"> <Games>8</Games> <Rebounds_Points>547</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>498</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>6.1</Margin> </Listing> <Listing Rank="13" Team="FIU"> <Games>8</Games> <Rebounds_Points>497</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>56.1</OppRPG_OppPPG> <Margin>6.0</Margin> </Listing> <Listing Rank="" Team="Sacramento St."> <Games>5</Games> <Rebounds_Points>364</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>6.0</Margin> </Listing> <Listing Rank="14" Team="Army"> <Games>6</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>74.0</OppRPG_OppPPG> <Margin>5.8</Margin> </Listing> <Listing Rank="14" Team="Holy Cross"> <Games>4</Games> <Rebounds_Points>287</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>264</OppREB_OppPTS> <OppRPG_OppPPG>66.0</OppRPG_OppPPG> <Margin>5.8</Margin> </Listing> <Listing Rank="14" Team="Penn St."> <Games>7</Games> <Rebounds_Points>532</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>492</OppREB_OppPTS> <OppRPG_OppPPG>70.3</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="" Team="San Diego"> <Games>7</Games> <Rebounds_Points>503</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>463</OppREB_OppPTS> <OppRPG_OppPPG>66.1</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="14" Team="Old Dominion"> <Games>6</Games> <Rebounds_Points>385</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>351</OppREB_OppPTS> <OppRPG_OppPPG>58.5</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="14" Team="North Florida"> <Games>7</Games> <Rebounds_Points>497</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>5.6</Margin> </Listing> <Listing Rank="14" Team="South Dakota St."> <Games>5</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>336</OppREB_OppPTS> <OppRPG_OppPPG>67.2</OppRPG_OppPPG> <Margin>5.4</Margin> </Listing> <Listing Rank="14" Team="Mercer"> <Games>8</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>476</OppREB_OppPTS> <OppRPG_OppPPG>59.5</OppRPG_OppPPG> <Margin>5.3</Margin> </Listing> <Listing Rank="14" Team="Missouri St."> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>64.7</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="" Team="Cleveland St."> <Games>6</Games> <Rebounds_Points>402</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="" Team="Northeastern"> <Games>6</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>360</OppREB_OppPTS> <OppRPG_OppPPG>60.0</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="15" Team="Stephen F. Austin"> <Games>7</Games> <Rebounds_Points>486</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>451</OppREB_OppPTS> <OppRPG_OppPPG>64.4</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="" Team="Akron"> <Games>7</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>64.1</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="" Team="SIUE"> <Games>4</Games> <Rebounds_Points>315</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>73.8</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="15" Team="UMKC"> <Games>7</Games> <Rebounds_Points>502</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>468</OppREB_OppPTS> <OppRPG_OppPPG>66.9</OppRPG_OppPPG> <Margin>4.9</Margin> </Listing> <Listing Rank="15" Team="Wake Forest"> <Games>8</Games> <Rebounds_Points>577</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>539</OppREB_OppPTS> <OppRPG_OppPPG>67.4</OppRPG_OppPPG> <Margin>4.8</Margin> </Listing> <Listing Rank="15" Team="Illinois St."> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>65.3</OppRPG_OppPPG> <Margin>4.5</Margin> </Listing> <Listing Rank="15" Team="Kansas St."> <Games>7</Games> <Rebounds_Points>528</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>497</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>4.4</Margin> </Listing> <Listing Rank="15" Team="UTEP"> <Games>5</Games> <Rebounds_Points>346</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>4.2</Margin> </Listing> <Listing Rank="" Team="UConn"> <Games>5</Games> <Rebounds_Points>328</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>307</OppREB_OppPTS> <OppRPG_OppPPG>61.4</OppRPG_OppPPG> <Margin>4.2</Margin> </Listing> <Listing Rank="16" Team="Howard"> <Games>8</Games> <Rebounds_Points>556</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>524</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="" Team="Buffalo"> <Games>5</Games> <Rebounds_Points>347</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="" Team="Ohio"> <Games>4</Games> <Rebounds_Points>285</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>269</OppREB_OppPTS> <OppRPG_OppPPG>67.3</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="16" Team="Florida"> <Games>6</Games> <Rebounds_Points>381</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>3.8</Margin> </Listing> <Listing Rank="16" Team="Richmond"> <Games>5</Games> <Rebounds_Points>323</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>304</OppREB_OppPTS> <OppRPG_OppPPG>60.8</OppRPG_OppPPG> <Margin>3.8</Margin> </Listing> <Listing Rank="16" Team="South Fla."> <Games>7</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>481</OppREB_OppPTS> <OppRPG_OppPPG>68.7</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="16" Team="Lafayette"> <Games>6</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="" Team="North Texas"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="" Team="Arkansas St."> <Games>3</Games> <Rebounds_Points>198</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>187</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="17" Team="Portland St."> <Games>5</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>354</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>3.6</Margin> </Listing> <Listing Rank="17" Team="Saint Louis"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>411</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>3.3</Margin> </Listing> <Listing Rank="17" Team="Quinnipiac"> <Games>5</Games> <Rebounds_Points>361</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>3.2</Margin> </Listing> <Listing Rank="17" Team="UCF"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>402</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>3.2</Margin> </Listing> <Listing Rank="17" Team="UTSA"> <Games>5</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>368</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>3.0</Margin> </Listing> <Listing Rank="17" Team="Northern Ill."> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>2.8</Margin> </Listing> <Listing Rank="17" Team="High Point"> <Games>7</Games> <Rebounds_Points>515</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>496</OppREB_OppPTS> <OppRPG_OppPPG>70.9</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="" Team="Radford"> <Games>7</Games> <Rebounds_Points>438</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>59.9</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="17" Team="Toledo"> <Games>6</Games> <Rebounds_Points>467</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>451</OppREB_OppPTS> <OppRPG_OppPPG>75.2</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="17" Team="Massachusetts"> <Games>8</Games> <Rebounds_Points>598</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>578</OppREB_OppPTS> <OppRPG_OppPPG>72.3</OppRPG_OppPPG> <Margin>2.5</Margin> </Listing> <Listing Rank="18" Team="La.-Lafayette"> <Games>5</Games> <Rebounds_Points>346</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>2.4</Margin> </Listing> <Listing Rank="18" Team="New Mexico"> <Games>6</Games> <Rebounds_Points>385</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>2.3</Margin> </Listing> <Listing Rank="18" Team="Hartford"> <Games>7</Games> <Rebounds_Points>416</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>400</OppREB_OppPTS> <OppRPG_OppPPG>57.1</OppRPG_OppPPG> <Margin>2.3</Margin> </Listing> <Listing Rank="18" Team="Northwestern"> <Games>6</Games> <Rebounds_Points>368</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>59.2</OppRPG_OppPPG> <Margin>2.2</Margin> </Listing> <Listing Rank="18" Team="Loyola Chicago"> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>331</OppREB_OppPTS> <OppRPG_OppPPG>66.2</OppRPG_OppPPG> <Margin>2.0</Margin> </Listing> <Listing Rank="18" Team="Tulsa"> <Games>6</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>1.8</Margin> </Listing> <Listing Rank="18" Team="UALR"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>76.4</OppRPG_OppPPG> <Margin>1.8</Margin> </Listing> <Listing Rank="18" Team="La Salle"> <Games>6</Games> <Rebounds_Points>360</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>1.3</Margin> </Listing> <Listing Rank="18" Team="Southern Ill."> <Games>6</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>376</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>1.2</Margin> </Listing> <Listing Rank="" Team="Monmouth"> <Games>6</Games> <Rebounds_Points>374</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>1.2</Margin> </Listing> <Listing Rank="19" Team="Pacific"> <Games>7</Games> <Rebounds_Points>463</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>1.0</Margin> </Listing> <Listing Rank="" Team="Temple"> <Games>6</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>61.0</OppRPG_OppPPG> <Margin>1.0</Margin> </Listing> <Listing Rank="19" Team="Marshall"> <Games>7</Games> <Rebounds_Points>480</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>0.9</Margin> </Listing> <Listing Rank="" Team="American"> <Games>7</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>50.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>49.3</OppRPG_OppPPG> <Margin>0.9</Margin> </Listing> <Listing Rank="19" Team="Charlotte"> <Games>6</Games> <Rebounds_Points>442</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>72.8</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="" Team="Boston College"> <Games>6</Games> <Rebounds_Points>387</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>63.7</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="19" Team="Youngstown St."> <Games>9</Games> <Rebounds_Points>643</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>636</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="19" Team="UNC Asheville"> <Games>6</Games> <Rebounds_Points>464</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>460</OppREB_OppPTS> <OppRPG_OppPPG>76.7</OppRPG_OppPPG> <Margin>0.7</Margin> </Listing> <Listing Rank="" Team="Saint Francis (PA)"> <Games>6</Games> <Rebounds_Points>373</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>369</OppREB_OppPTS> <OppRPG_OppPPG>61.5</OppRPG_OppPPG> <Margin>0.7</Margin> </Listing> <Listing Rank="19" Team="Bradley"> <Games>7</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>432</OppREB_OppPTS> <OppRPG_OppPPG>61.7</OppRPG_OppPPG> <Margin>0.6</Margin> </Listing> <Listing Rank="" Team="Liberty"> <Games>7</Games> <Rebounds_Points>418</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>59.1</OppRPG_OppPPG> <Margin>0.6</Margin> </Listing> <Listing Rank="20" Team="South Ala."> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>0.4</Margin> </Listing> <Listing Rank="20" Team="Cornell"> <Games>8</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>504</OppREB_OppPTS> <OppRPG_OppPPG>63.0</OppRPG_OppPPG> <Margin>0.4</Margin> </Listing> <Listing Rank="20" Team="Troy"> <Games>5</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>0.2</Margin> </Listing> <Listing Rank="20" Team="Lehigh"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>420</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>0.2</Margin> </Listing> <Listing Rank="20" Team="Marquette"> <Games>7</Games> <Rebounds_Points>500</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>499</OppREB_OppPTS> <OppRPG_OppPPG>71.3</OppRPG_OppPPG> <Margin>0.1</Margin> </Listing> <Listing Rank="" Team="Milwaukee"> <Games>7</Games> <Rebounds_Points>470</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>469</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>0.1</Margin> </Listing> <Listing Rank="20" Team="Southern California"> <Games>7</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>436</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="" Team="Boise St."> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="" Team="Saint Peter's"> <Games>7</Games> <Rebounds_Points>409</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>409</OppREB_OppPTS> <OppRPG_OppPPG>58.4</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="21" Team="Missouri"> <Games>7</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>64.1</OppRPG_OppPPG> <Margin>-0.1</Margin> </Listing> <Listing Rank="21" Team="Western Ill."> <Games>5</Games> <Rebounds_Points>335</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>336</OppREB_OppPTS> <OppRPG_OppPPG>67.2</OppRPG_OppPPG> <Margin>-0.2</Margin> </Listing> <Listing Rank="21" Team="Denver"> <Games>6</Games> <Rebounds_Points>374</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>376</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>-0.3</Margin> </Listing> <Listing Rank="21" Team="Wright St."> <Games>8</Games> <Rebounds_Points>545</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Albany (NY)"> <Games>5</Games> <Rebounds_Points>332</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Florida St."> <Games>7</Games> <Rebounds_Points>466</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>469</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Utah St."> <Games>6</Games> <Rebounds_Points>406</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>409</OppREB_OppPTS> <OppRPG_OppPPG>68.2</OppRPG_OppPPG> <Margin>-0.5</Margin> </Listing> <Listing Rank="21" Team="Western Caro."> <Games>7</Games> <Rebounds_Points>492</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>496</OppREB_OppPTS> <OppRPG_OppPPG>70.9</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="Middle Tenn."> <Games>7</Games> <Rebounds_Points>414</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="21" Team="Alabama St."> <Games>5</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>408</OppREB_OppPTS> <OppRPG_OppPPG>81.6</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="Southern Miss."> <Games>5</Games> <Rebounds_Points>329</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>332</OppREB_OppPTS> <OppRPG_OppPPG>66.4</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="UNLV"> <Games>5</Games> <Rebounds_Points>311</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>314</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="22" Team="Loyola Marymount"> <Games>6</Games> <Rebounds_Points>409</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>413</OppREB_OppPTS> <OppRPG_OppPPG>68.8</OppRPG_OppPPG> <Margin>-0.7</Margin> </Listing> <Listing Rank="22" Team="James Madison"> <Games>7</Games> <Rebounds_Points>482</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>487</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-0.7</Margin> </Listing> <Listing Rank="22" Team="Weber St."> <Games>6</Games> <Rebounds_Points>378</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>63.8</OppRPG_OppPPG> <Margin>-0.8</Margin> </Listing> <Listing Rank="22" Team="Norfolk St."> <Games>8</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>526</OppREB_OppPTS> <OppRPG_OppPPG>65.8</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Murray St."> <Games>7</Games> <Rebounds_Points>480</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>487</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Siena"> <Games>5</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>389</OppREB_OppPTS> <OppRPG_OppPPG>77.8</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Fla. Atlantic"> <Games>5</Games> <Rebounds_Points>296</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>301</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Houston"> <Games>3</Games> <Rebounds_Points>212</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>215</OppREB_OppPTS> <OppRPG_OppPPG>71.7</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="23" Team="Fairleigh Dickinson"> <Games>5</Games> <Rebounds_Points>312</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>318</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>-1.2</Margin> </Listing> <Listing Rank="23" Team="Long Beach St."> <Games>8</Games> <Rebounds_Points>586</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>598</OppREB_OppPTS> <OppRPG_OppPPG>74.8</OppRPG_OppPPG> <Margin>-1.5</Margin> </Listing> <Listing Rank="23" Team="A&M-Corpus Christi"> <Games>6</Games> <Rebounds_Points>356</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>-1.8</Margin> </Listing> <Listing Rank="23" Team="Idaho"> <Games>5</Games> <Rebounds_Points>375</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>77.0</OppRPG_OppPPG> <Margin>-2.0</Margin> </Listing> <Listing Rank="23" Team="South Dakota"> <Games>8</Games> <Rebounds_Points>572</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>589</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>-2.1</Margin> </Listing> <Listing Rank="23" Team="Auburn"> <Games>5</Games> <Rebounds_Points>353</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>365</OppREB_OppPTS> <OppRPG_OppPPG>73.0</OppRPG_OppPPG> <Margin>-2.4</Margin> </Listing> <Listing Rank="" Team="Canisius"> <Games>5</Games> <Rebounds_Points>297</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>309</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>-2.4</Margin> </Listing> <Listing Rank="23" Team="McNeese St."> <Games>4</Games> <Rebounds_Points>286</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>296</OppREB_OppPTS> <OppRPG_OppPPG>74.0</OppRPG_OppPPG> <Margin>-2.5</Margin> </Listing> <Listing Rank="23" Team="Memphis"> <Games>5</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>317</OppREB_OppPTS> <OppRPG_OppPPG>63.4</OppRPG_OppPPG> <Margin>-2.6</Margin> </Listing> <Listing Rank="23" Team="Col. of Charleston"> <Games>7</Games> <Rebounds_Points>426</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>445</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>-2.7</Margin> </Listing> <Listing Rank="24" Team="Montana"> <Games>5</Games> <Rebounds_Points>331</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="24" Team="Lipscomb"> <Games>6</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>76.3</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="" Team="Tex.-Pan American"> <Games>6</Games> <Rebounds_Points>438</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>455</OppREB_OppPTS> <OppRPG_OppPPG>75.8</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="" Team="Drexel"> <Games>6</Games> <Rebounds_Points>333</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="24" Team="Chattanooga"> <Games>8</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>557</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-3.0</Margin> </Listing> <Listing Rank="" Team="Fresno St."> <Games>7</Games> <Rebounds_Points>444</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>465</OppREB_OppPTS> <OppRPG_OppPPG>66.4</OppRPG_OppPPG> <Margin>-3.0</Margin> </Listing> <Listing Rank="24" Team="N.C. A&T"> <Games>7</Games> <Rebounds_Points>416</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>-3.1</Margin> </Listing> <Listing Rank="24" Team="Indiana St."> <Games>6</Games> <Rebounds_Points>398</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-3.3</Margin> </Listing> <Listing Rank="24" Team="Jacksonville St."> <Games>7</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="" Team="Bakersfield"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="" Team="Eastern Ill."> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>415</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="25" Team="UNCW"> <Games>4</Games> <Rebounds_Points>299</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>78.3</OppRPG_OppPPG> <Margin>-3.5</Margin> </Listing> <Listing Rank="25" Team="Santa Clara"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>459</OppREB_OppPTS> <OppRPG_OppPPG>65.6</OppRPG_OppPPG> <Margin>-3.6</Margin> </Listing> <Listing Rank="25" Team="Colgate"> <Games>6</Games> <Rebounds_Points>371</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="25" Team="Princeton"> <Games>7</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="" Team="Rutgers"> <Games>7</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>429</OppREB_OppPTS> <OppRPG_OppPPG>61.3</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="25" Team="North Dakota St."> <Games>6</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>407</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="" Team="Miami (OH)"> <Games>6</Games> <Rebounds_Points>364</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="" Team="Nevada"> <Games>6</Games> <Rebounds_Points>354</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="25" Team="Tennessee"> <Games>5</Games> <Rebounds_Points>329</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>349</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>-4.0</Margin> </Listing> <Listing Rank="26" Team="North Dakota"> <Games>6</Games> <Rebounds_Points>388</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>413</OppREB_OppPTS> <OppRPG_OppPPG>68.8</OppRPG_OppPPG> <Margin>-4.2</Margin> </Listing> <Listing Rank="26" Team="Cal St. Fullerton"> <Games>7</Games> <Rebounds_Points>445</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>477</OppREB_OppPTS> <OppRPG_OppPPG>68.1</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Western Ky."> <Games>5</Games> <Rebounds_Points>317</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>340</OppREB_OppPTS> <OppRPG_OppPPG>68.0</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="" Team="Cal Poly"> <Games>5</Games> <Rebounds_Points>300</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>323</OppREB_OppPTS> <OppRPG_OppPPG>64.6</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Stetson"> <Games>8</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Oakland"> <Games>7</Games> <Rebounds_Points>538</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>571</OppREB_OppPTS> <OppRPG_OppPPG>81.6</OppRPG_OppPPG> <Margin>-4.7</Margin> </Listing> <Listing Rank="" Team="UNC Greensboro"> <Games>7</Games> <Rebounds_Points>503</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>536</OppREB_OppPTS> <OppRPG_OppPPG>76.6</OppRPG_OppPPG> <Margin>-4.7</Margin> </Listing> <Listing Rank="26" Team="Manhattan"> <Games>5</Games> <Rebounds_Points>326</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>-4.8</Margin> </Listing> <Listing Rank="26" Team="Fordham"> <Games>6</Games> <Rebounds_Points>390</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>-4.8</Margin> </Listing> <Listing Rank="26" Team="Gardner-Webb"> <Games>7</Games> <Rebounds_Points>490</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>527</OppREB_OppPTS> <OppRPG_OppPPG>75.3</OppRPG_OppPPG> <Margin>-5.3</Margin> </Listing> <Listing Rank="27" Team="Rice"> <Games>6</Games> <Rebounds_Points>386</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-5.3</Margin> </Listing> <Listing Rank="27" Team="Wagner"> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>72.8</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="" Team="Utah Valley"> <Games>6</Games> <Rebounds_Points>354</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>64.7</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="27" Team="UAB"> <Games>7</Games> <Rebounds_Points>454</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>494</OppREB_OppPTS> <OppRPG_OppPPG>70.6</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="" Team="Northern Ariz."> <Games>7</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>464</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="27" Team="NJIT"> <Games>6</Games> <Rebounds_Points>398</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>434</OppREB_OppPTS> <OppRPG_OppPPG>72.3</OppRPG_OppPPG> <Margin>-6.0</Margin> </Listing> <Listing Rank="27" Team="Brown"> <Games>8</Games> <Rebounds_Points>539</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>589</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>-6.3</Margin> </Listing> <Listing Rank="27" Team="Dartmouth"> <Games>4</Games> <Rebounds_Points>236</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>262</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-6.5</Margin> </Listing> <Listing Rank="27" Team="St. Francis Brooklyn"> <Games>6</Games> <Rebounds_Points>395</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>435</OppREB_OppPTS> <OppRPG_OppPPG>72.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="" Team="Campbell"> <Games>6</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>423</OppREB_OppPTS> <OppRPG_OppPPG>70.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="" Team="Oral Roberts"> <Games>6</Games> <Rebounds_Points>365</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>405</OppREB_OppPTS> <OppRPG_OppPPG>67.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="28" Team="CSUN"> <Games>8</Games> <Rebounds_Points>543</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>597</OppREB_OppPTS> <OppRPG_OppPPG>74.6</OppRPG_OppPPG> <Margin>-6.8</Margin> </Listing> <Listing Rank="28" Team="Saint Joseph's"> <Games>6</Games> <Rebounds_Points>352</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-6.8</Margin> </Listing> <Listing Rank="28" Team="Austin Peay"> <Games>7</Games> <Rebounds_Points>469</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>517</OppREB_OppPTS> <OppRPG_OppPPG>73.9</OppRPG_OppPPG> <Margin>-6.9</Margin> </Listing> <Listing Rank="28" Team="George Mason"> <Games>6</Games> <Rebounds_Points>370</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>412</OppREB_OppPTS> <OppRPG_OppPPG>68.7</OppRPG_OppPPG> <Margin>-7.0</Margin> </Listing> <Listing Rank="" Team="Idaho St."> <Games>5</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>-7.0</Margin> </Listing> <Listing Rank="28" Team="Delaware St."> <Games>7</Games> <Rebounds_Points>515</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>565</OppREB_OppPTS> <OppRPG_OppPPG>80.7</OppRPG_OppPPG> <Margin>-7.1</Margin> </Listing> <Listing Rank="28" Team="Penn"> <Games>5</Games> <Rebounds_Points>337</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>373</OppREB_OppPTS> <OppRPG_OppPPG>74.6</OppRPG_OppPPG> <Margin>-7.2</Margin> </Listing> <Listing Rank="28" Team="Bucknell"> <Games>8</Games> <Rebounds_Points>537</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>595</OppREB_OppPTS> <OppRPG_OppPPG>74.4</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="" Team="New Orleans"> <Games>4</Games> <Rebounds_Points>284</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>78.3</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="29" Team="Hampton"> <Games>7</Games> <Rebounds_Points>447</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>498</OppREB_OppPTS> <OppRPG_OppPPG>71.1</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="29" Team="IUPUI"> <Games>6</Games> <Rebounds_Points>387</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>432</OppREB_OppPTS> <OppRPG_OppPPG>72.0</OppRPG_OppPPG> <Margin>-7.5</Margin> </Listing> <Listing Rank="29" Team="Northwestern St."> <Games>7</Games> <Rebounds_Points>539</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>592</OppREB_OppPTS> <OppRPG_OppPPG>84.6</OppRPG_OppPPG> <Margin>-7.6</Margin> </Listing> <Listing Rank="" Team="Bethune-Cookman"> <Games>7</Games> <Rebounds_Points>410</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>463</OppREB_OppPTS> <OppRPG_OppPPG>66.1</OppRPG_OppPPG> <Margin>-7.6</Margin> </Listing> <Listing Rank="29" Team="Boston U."> <Games>5</Games> <Rebounds_Points>328</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>73.4</OppRPG_OppPPG> <Margin>-7.8</Margin> </Listing> <Listing Rank="29" Team="Ill.-Chicago"> <Games>8</Games> <Rebounds_Points>505</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>568</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-7.9</Margin> </Listing> <Listing Rank="29" Team="Samford"> <Games>8</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>575</OppREB_OppPTS> <OppRPG_OppPPG>71.9</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="" Team="Tennessee St."> <Games>8</Games> <Rebounds_Points>490</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>554</OppREB_OppPTS> <OppRPG_OppPPG>69.3</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="" Team="Texas-Arlington"> <Games>7</Games> <Rebounds_Points>485</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>541</OppREB_OppPTS> <OppRPG_OppPPG>77.3</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="29" Team="Washington St."> <Games>6</Games> <Rebounds_Points>394</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>443</OppREB_OppPTS> <OppRPG_OppPPG>73.8</OppRPG_OppPPG> <Margin>-8.2</Margin> </Listing> <Listing Rank="30" Team="Sacred Heart"> <Games>5</Games> <Rebounds_Points>316</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>357</OppREB_OppPTS> <OppRPG_OppPPG>71.4</OppRPG_OppPPG> <Margin>-8.2</Margin> </Listing> <Listing Rank="30" Team="Rider"> <Games>7</Games> <Rebounds_Points>428</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>488</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="" Team="Presbyterian"> <Games>7</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>472</OppREB_OppPTS> <OppRPG_OppPPG>67.4</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="30" Team="Chicago St."> <Games>8</Games> <Rebounds_Points>499</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>568</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="30" Team="San Jose St."> <Games>7</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>476</OppREB_OppPTS> <OppRPG_OppPPG>68.0</OppRPG_OppPPG> <Margin>-8.7</Margin> </Listing> <Listing Rank="30" Team="Appalachian St."> <Games>4</Games> <Rebounds_Points>259</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>294</OppREB_OppPTS> <OppRPG_OppPPG>73.5</OppRPG_OppPPG> <Margin>-8.8</Margin> </Listing> <Listing Rank="30" Team="Marist"> <Games>6</Games> <Rebounds_Points>361</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-8.8</Margin> </Listing> <Listing Rank="30" Team="Southeastern La."> <Games>8</Games> <Rebounds_Points>523</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>594</OppREB_OppPTS> <OppRPG_OppPPG>74.3</OppRPG_OppPPG> <Margin>-8.9</Margin> </Listing> <Listing Rank="30" Team="Bryant"> <Games>4</Games> <Rebounds_Points>238</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>274</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-9.0</Margin> </Listing> <Listing Rank="30" Team="UMES"> <Games>9</Games> <Rebounds_Points>509</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>-10.2</Margin> </Listing> <Listing Rank="31" Team="Morgan St."> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>464</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-10.4</Margin> </Listing> <Listing Rank="31" Team="South Carolina St."> <Games>6</Games> <Rebounds_Points>368</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>435</OppREB_OppPTS> <OppRPG_OppPPG>72.5</OppRPG_OppPPG> <Margin>-11.2</Margin> </Listing> <Listing Rank="31" Team="Southern U."> <Games>7</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>483</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-11.4</Margin> </Listing> <Listing Rank="31" Team="Drake"> <Games>7</Games> <Rebounds_Points>432</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>513</OppREB_OppPTS> <OppRPG_OppPPG>73.3</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="" Team="Fairfield"> <Games>7</Games> <Rebounds_Points>420</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>501</OppREB_OppPTS> <OppRPG_OppPPG>71.6</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="31" Team="Jacksonville"> <Games>8</Games> <Rebounds_Points>508</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>75.1</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="31" Team="Loyola Maryland"> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>473</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>-11.7</Margin> </Listing> <Listing Rank="31" Team="Robert Morris"> <Games>7</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>525</OppREB_OppPTS> <OppRPG_OppPPG>75.0</OppRPG_OppPPG> <Margin>-12.0</Margin> </Listing> <Listing Rank="31" Team="Southern Utah"> <Games>5</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>84.8</OppRPG_OppPPG> <Margin>-12.2</Margin> </Listing> <Listing Rank="31" Team="Kennesaw St."> <Games>8</Games> <Rebounds_Points>504</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>603</OppREB_OppPTS> <OppRPG_OppPPG>75.4</OppRPG_OppPPG> <Margin>-12.4</Margin> </Listing> <Listing Rank="32" Team="Niagara"> <Games>5</Games> <Rebounds_Points>284</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>346</OppREB_OppPTS> <OppRPG_OppPPG>69.2</OppRPG_OppPPG> <Margin>-12.4</Margin> </Listing> <Listing Rank="32" Team="LIU Brooklyn"> <Games>4</Games> <Rebounds_Points>233</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>283</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>-12.5</Margin> </Listing> <Listing Rank="32" Team="Alabama A&M"> <Games>5</Games> <Rebounds_Points>291</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-12.8</Margin> </Listing> <Listing Rank="32" Team="Binghamton"> <Games>7</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>495</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>-12.9</Margin> </Listing> <Listing Rank="32" Team="Texas Southern"> <Games>7</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>521</OppREB_OppPTS> <OppRPG_OppPPG>74.4</OppRPG_OppPPG> <Margin>-13.1</Margin> </Listing> <Listing Rank="32" Team="Longwood"> <Games>7</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>543</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>-13.3</Margin> </Listing> <Listing Rank="32" Team="UMBC"> <Games>6</Games> <Rebounds_Points>318</Rebounds_Points> <ReboundsPerGame_PointsPerGame>53.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>398</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-13.3</Margin> </Listing> <Listing Rank="32" Team="Alcorn"> <Games>6</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>486</OppREB_OppPTS> <OppRPG_OppPPG>81.0</OppRPG_OppPPG> <Margin>-13.5</Margin> </Listing> <Listing Rank="" Team="Jackson St."> <Games>6</Games> <Rebounds_Points>365</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>446</OppREB_OppPTS> <OppRPG_OppPPG>74.3</OppRPG_OppPPG> <Margin>-13.5</Margin> </Listing> <Listing Rank="32" Team="Navy"> <Games>7</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>507</OppREB_OppPTS> <OppRPG_OppPPG>72.4</OppRPG_OppPPG> <Margin>-13.6</Margin> </Listing> <Listing Rank="33" Team="Furman"> <Games>5</Games> <Rebounds_Points>285</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>357</OppREB_OppPTS> <OppRPG_OppPPG>71.4</OppRPG_OppPPG> <Margin>-14.4</Margin> </Listing> <Listing Rank="33" Team="Central Conn. St."> <Games>6</Games> <Rebounds_Points>338</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>426</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-14.7</Margin> </Listing> <Listing Rank="33" Team="Lamar"> <Games>7</Games> <Rebounds_Points>440</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>543</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>-14.7</Margin> </Listing> <Listing Rank="33" Team="Prairie View"> <Games>7</Games> <Rebounds_Points>396</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>504</OppREB_OppPTS> <OppRPG_OppPPG>72.0</OppRPG_OppPPG> <Margin>-15.4</Margin> </Listing> <Listing Rank="" Team="Ark.-Pine Bluff"> <Games>7</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>54.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>492</OppREB_OppPTS> <OppRPG_OppPPG>70.3</OppRPG_OppPPG> <Margin>-15.4</Margin> </Listing> <Listing Rank="33" Team="Maine"> <Games>6</Games> <Rebounds_Points>399</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>500</OppREB_OppPTS> <OppRPG_OppPPG>83.3</OppRPG_OppPPG> <Margin>-16.8</Margin> </Listing> <Listing Rank="33" Team="Savannah St."> <Games>7</Games> <Rebounds_Points>390</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>512</OppREB_OppPTS> <OppRPG_OppPPG>73.1</OppRPG_OppPPG> <Margin>-17.4</Margin> </Listing> <Listing Rank="33" Team="Mt. St. Mary's"> <Games>5</Games> <Rebounds_Points>273</Rebounds_Points> <ReboundsPerGame_PointsPerGame>54.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>72.2</OppRPG_OppPPG> <Margin>-17.6</Margin> </Listing> <Listing Rank="33" Team="Central Ark."> <Games>7</Games> <Rebounds_Points>463</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>592</OppREB_OppPTS> <OppRPG_OppPPG>84.6</OppRPG_OppPPG> <Margin>-18.4</Margin> </Listing> <Listing Rank="33" Team="Montana St."> <Games>6</Games> <Rebounds_Points>371</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>485</OppREB_OppPTS> <OppRPG_OppPPG>80.8</OppRPG_OppPPG> <Margin>-19.0</Margin> </Listing> <Listing Rank="34" Team="Coppin St."> <Games>5</Games> <Rebounds_Points>345</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>455</OppREB_OppPTS> <OppRPG_OppPPG>91.0</OppRPG_OppPPG> <Margin>-22.0</Margin> </Listing> <Listing Rank="" Team="Delaware"> <Games>5</Games> <Rebounds_Points>261</Rebounds_Points> <ReboundsPerGame_PointsPerGame>52.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>74.2</OppRPG_OppPPG> <Margin>-22.0</Margin> </Listing> <Listing Rank="34" Team="Nicholls St."> <Games>4</Games> <Rebounds_Points>241</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>344</OppREB_OppPTS> <OppRPG_OppPPG>86.0</OppRPG_OppPPG> <Margin>-25.8</Margin> </Listing> <Listing Rank="34" Team="Mississippi Val."> <Games>7</Games> <Rebounds_Points>431</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>616</OppREB_OppPTS> <OppRPG_OppPPG>88.0</OppRPG_OppPPG> <Margin>-26.4</Margin> </Listing> <Listing Rank="34" Team="Florida A&M"> <Games>8</Games> <Rebounds_Points>380</Rebounds_Points> <ReboundsPerGame_PointsPerGame>47.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>75.1</OppRPG_OppPPG> <Margin>-27.6</Margin> </Listing> <Listing Rank="34" Team="Grambling"> <Games>5</Games> <Rebounds_Points>225</Rebounds_Points> <ReboundsPerGame_PointsPerGame>45.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>78.4</OppRPG_OppPPG> <Margin>-33.4</Margin> </Listing> <time_stamp> December 3, 2014, at 03:38 PM ET </time_stamp> </message>
+ schemagen/Cbask_Team_Scoring_XML/22413985.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Scoring_XML.dtd"> <message> <XML_File_ID>22413985</XML_File_ID> <heading>AEX%NCAA-TEAM-SCORING</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team Scoring Statistics </title> <Listing Rank="1" Team="BYU"> <Games_Played>8</Games_Played> <Total_Points>761</Total_Points> <Average>95.1</Average> </Listing> <Listing Rank="2" Team="VMI"> <Games_Played>7</Games_Played> <Total_Points>651</Total_Points> <Average>93.0</Average> </Listing> <Listing Rank="3" Team="Eastern Ky."> <Games_Played>5</Games_Played> <Total_Points>455</Total_Points> <Average>91.0</Average> </Listing> <Listing Rank="4" Team="Duke"> <Games_Played>7</Games_Played> <Total_Points>633</Total_Points> <Average>90.4</Average> </Listing> <Listing Rank="5" Team="Arkansas"> <Games_Played>6</Games_Played> <Total_Points>540</Total_Points> <Average>90.0</Average> </Listing> <Listing Rank="6" Team="Duquesne"> <Games_Played>4</Games_Played> <Total_Points>355</Total_Points> <Average>88.8</Average> </Listing> <Listing Rank="7" Team="Gonzaga"> <Games_Played>7</Games_Played> <Total_Points>616</Total_Points> <Average>88.0</Average> </Listing> <Listing Rank="8" Team="Indiana"> <Games_Played>7</Games_Played> <Total_Points>612</Total_Points> <Average>87.4</Average> </Listing> <Listing Rank="9" Team="Notre Dame"> <Games_Played>7</Games_Played> <Total_Points>604</Total_Points> <Average>86.3</Average> </Listing> <Listing Rank="10" Team="Iona"> <Games_Played>6</Games_Played> <Total_Points>517</Total_Points> <Average>86.2</Average> </Listing> <Listing Rank="11" Team="Illinois"> <Games_Played>7</Games_Played> <Total_Points>601</Total_Points> <Average>85.9</Average> </Listing> <Listing Rank="12" Team="Davidson"> <Games_Played>5</Games_Played> <Total_Points>427</Total_Points> <Average>85.4</Average> </Listing> <Listing Rank="13" Team="Eastern Wash."> <Games_Played>7</Games_Played> <Total_Points>597</Total_Points> <Average>85.3</Average> </Listing> <Listing Rank="14" Team="UCLA"> <Games_Played>7</Games_Played> <Total_Points>590</Total_Points> <Average>84.3</Average> </Listing> <Listing Rank="15" Team="Xavier"> <Games_Played>7</Games_Played> <Total_Points>585</Total_Points> <Average>83.6</Average> </Listing> <Listing Rank="16" Team="East Tenn. St."> <Games_Played>5</Games_Played> <Total_Points>417</Total_Points> <Average>83.4</Average> </Listing> <Listing Rank="" Team="Iowa St."> <Games_Played>5</Games_Played> <Total_Points>417</Total_Points> <Average>83.4</Average> </Listing> <Listing Rank="18" Team="Utah"> <Games_Played>6</Games_Played> <Total_Points>495</Total_Points> <Average>82.5</Average> </Listing> <Listing Rank="" Team="Ball St."> <Games_Played>4</Games_Played> <Total_Points>330</Total_Points> <Average>82.5</Average> </Listing> <Listing Rank="20" Team="West Virginia"> <Games_Played>7</Games_Played> <Total_Points>575</Total_Points> <Average>82.1</Average> </Listing> <Listing Rank="21" Team="Ohio St."> <Games_Played>6</Games_Played> <Total_Points>491</Total_Points> <Average>81.8</Average> </Listing> <Listing Rank="22" Team="Sam Houston St."> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="" Team="North Carolina"> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="" Team="Northern Colo."> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="25" Team="Alabama St."> <Games_Played>5</Games_Played> <Total_Points>405</Total_Points> <Average>81.0</Average> </Listing> <Listing Rank="26" Team="Central Mich."> <Games_Played>6</Games_Played> <Total_Points>484</Total_Points> <Average>80.7</Average> </Listing> <Listing Rank="27" Team="Wichita St."> <Games_Played>4</Games_Played> <Total_Points>322</Total_Points> <Average>80.5</Average> </Listing> <Listing Rank="28" Team="Hofstra"> <Games_Played>7</Games_Played> <Total_Points>561</Total_Points> <Average>80.1</Average> </Listing> <Listing Rank="29" Team="Army"> <Games_Played>6</Games_Played> <Total_Points>479</Total_Points> <Average>79.8</Average> </Listing> <Listing Rank="30" Team="Alabama"> <Games_Played>6</Games_Played> <Total_Points>475</Total_Points> <Average>79.2</Average> </Listing> <Listing Rank="" Team="Oregon"> <Games_Played>6</Games_Played> <Total_Points>475</Total_Points> <Average>79.2</Average> </Listing> <Listing Rank="32" Team="Purdue"> <Games_Played>7</Games_Played> <Total_Points>553</Total_Points> <Average>79.0</Average> </Listing> <Listing Rank="" Team="Kentucky"> <Games_Played>7</Games_Played> <Total_Points>553</Total_Points> <Average>79.0</Average> </Listing> <Listing Rank="34" Team="SIUE"> <Games_Played>4</Games_Played> <Total_Points>315</Total_Points> <Average>78.8</Average> </Listing> <Listing Rank="35" Team="St. Mary's (CA)"> <Games_Played>5</Games_Played> <Total_Points>392</Total_Points> <Average>78.4</Average> </Listing> <Listing Rank="36" Team="Evansville"> <Games_Played>6</Games_Played> <Total_Points>470</Total_Points> <Average>78.3</Average> </Listing> <Listing Rank="37" Team="Louisiana Tech"> <Games_Played>7</Games_Played> <Total_Points>548</Total_Points> <Average>78.3</Average> </Listing> <Listing Rank="38" Team="UT Martin"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="" Team="DePaul"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="" Team="UALR"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="41" Team="Oklahoma St."> <Games_Played>6</Games_Played> <Total_Points>469</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="42" Team="Maryland"> <Games_Played>7</Games_Played> <Total_Points>547</Total_Points> <Average>78.1</Average> </Listing> <Listing Rank="43" Team="Georgia St."> <Games_Played>7</Games_Played> <Total_Points>546</Total_Points> <Average>78.0</Average> </Listing> <Listing Rank="44" Team="Belmont"> <Games_Played>8</Games_Played> <Total_Points>623</Total_Points> <Average>77.9</Average> </Listing> <Listing Rank="45" Team="Toledo"> <Games_Played>6</Games_Played> <Total_Points>467</Total_Points> <Average>77.8</Average> </Listing> <Listing Rank="46" Team="USC Upstate"> <Games_Played>8</Games_Played> <Total_Points>620</Total_Points> <Average>77.5</Average> </Listing> <Listing Rank="47" Team="UNC Asheville"> <Games_Played>6</Games_Played> <Total_Points>464</Total_Points> <Average>77.3</Average> </Listing> <Listing Rank="48" Team="VCU"> <Games_Played>7</Games_Played> <Total_Points>541</Total_Points> <Average>77.3</Average> </Listing> <Listing Rank="49" Team="Northwestern St."> <Games_Played>7</Games_Played> <Total_Points>539</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="" Team="Ga. Southern"> <Games_Played>6</Games_Played> <Total_Points>462</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="" Team="Stanford"> <Games_Played>6</Games_Played> <Total_Points>462</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="52" Team="Oakland"> <Games_Played>7</Games_Played> <Total_Points>538</Total_Points> <Average>76.9</Average> </Listing> <Listing Rank="53" Team="Siena"> <Games_Played>5</Games_Played> <Total_Points>384</Total_Points> <Average>76.8</Average> </Listing> <Listing Rank="54" Team="San Francisco"> <Games_Played>6</Games_Played> <Total_Points>460</Total_Points> <Average>76.7</Average> </Listing> <Listing Rank="55" Team="UTSA"> <Games_Played>5</Games_Played> <Total_Points>383</Total_Points> <Average>76.6</Average> </Listing> <Listing Rank="56" Team="TCU"> <Games_Played>7</Games_Played> <Total_Points>536</Total_Points> <Average>76.6</Average> </Listing> <Listing Rank="57" Team="Minnesota"> <Games_Played>7</Games_Played> <Total_Points>533</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="" Team="Georgia"> <Games_Played>7</Games_Played> <Total_Points>533</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="59" Team="Miami (FL)"> <Games_Played>8</Games_Played> <Total_Points>609</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="60" Team="Western Mich."> <Games_Played>7</Games_Played> <Total_Points>532</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Penn St."> <Games_Played>7</Games_Played> <Total_Points>532</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Tulane"> <Games_Played>6</Games_Played> <Total_Points>456</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Houston Baptist"> <Games_Played>4</Games_Played> <Total_Points>304</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="64" Team="Arizona"> <Games_Played>7</Games_Played> <Total_Points>531</Total_Points> <Average>75.9</Average> </Listing> <Listing Rank="65" Team="Colorado St."> <Games_Played>6</Games_Played> <Total_Points>454</Total_Points> <Average>75.7</Average> </Listing> <Listing Rank="66" Team="Kansas St."> <Games_Played>7</Games_Played> <Total_Points>528</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="" Team="New Mexico St."> <Games_Played>7</Games_Played> <Total_Points>528</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="68" Team="Valparaiso"> <Games_Played>8</Games_Played> <Total_Points>603</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="69" Team="Louisville"> <Games_Played>6</Games_Played> <Total_Points>450</Total_Points> <Average>75.0</Average> </Listing> <Listing Rank="" Team="Idaho"> <Games_Played>5</Games_Played> <Total_Points>375</Total_Points> <Average>75.0</Average> </Listing> <Listing Rank="71" Team="Eastern Mich."> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="" Team="Michigan"> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="" Team="East Carolina"> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="74" Team="Nebraska"> <Games_Played>6</Games_Played> <Total_Points>449</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="75" Team="Massachusetts"> <Games_Played>8</Games_Played> <Total_Points>598</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="" Team="UNCW"> <Games_Played>4</Games_Played> <Total_Points>299</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="77" Team="California"> <Games_Played>6</Games_Played> <Total_Points>448</Total_Points> <Average>74.7</Average> </Listing> <Listing Rank="78" Team="IPFW"> <Games_Played>5</Games_Played> <Total_Points>373</Total_Points> <Average>74.6</Average> </Listing> <Listing Rank="79" Team="Wisconsin"> <Games_Played>7</Games_Played> <Total_Points>522</Total_Points> <Average>74.6</Average> </Listing> <Listing Rank="80" Team="LSU"> <Games_Played>7</Games_Played> <Total_Points>521</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="" Team="North Carolina St."> <Games_Played>7</Games_Played> <Total_Points>521</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="82" Team="Portland St."> <Games_Played>5</Games_Played> <Total_Points>372</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="" Team="Texas A&M"> <Games_Played>5</Games_Played> <Total_Points>372</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="84" Team="Detroit"> <Games_Played>8</Games_Played> <Total_Points>594</Total_Points> <Average>74.3</Average> </Listing> <Listing Rank="85" Team="Villanova"> <Games_Played>6</Games_Played> <Total_Points>445</Total_Points> <Average>74.2</Average> </Listing> <Listing Rank="86" Team="Creighton"> <Games_Played>7</Games_Played> <Total_Points>518</Total_Points> <Average>74.0</Average> </Listing> <Listing Rank="87" Team="St. John's (NY)"> <Games_Played>6</Games_Played> <Total_Points>443</Total_Points> <Average>73.8</Average> </Listing> <Listing Rank="88" Team="Iowa"> <Games_Played>7</Games_Played> <Total_Points>516</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="89" Team="Washington"> <Games_Played>6</Games_Played> <Total_Points>442</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="" Team="Charlotte"> <Games_Played>6</Games_Played> <Total_Points>442</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="91" Team="High Point"> <Games_Played>7</Games_Played> <Total_Points>515</Total_Points> <Average>73.6</Average> </Listing> <Listing Rank="" Team="Delaware St."> <Games_Played>7</Games_Played> <Total_Points>515</Total_Points> <Average>73.6</Average> </Listing> <Listing Rank="93" Team="Yale"> <Games_Played>8</Games_Played> <Total_Points>588</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="" Team="Lafayette"> <Games_Played>6</Games_Played> <Total_Points>441</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="" Team="Lipscomb"> <Games_Played>6</Games_Played> <Total_Points>441</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="96" Team="Michigan St."> <Games_Played>7</Games_Played> <Total_Points>513</Total_Points> <Average>73.3</Average> </Listing> <Listing Rank="97" Team="Long Beach St."> <Games_Played>8</Games_Played> <Total_Points>586</Total_Points> <Average>73.3</Average> </Listing> <Listing Rank="98" Team="Hawaii"> <Games_Played>9</Games_Played> <Total_Points>659</Total_Points> <Average>73.2</Average> </Listing> <Listing Rank="99" Team="Elon"> <Games_Played>7</Games_Played> <Total_Points>511</Total_Points> <Average>73.0</Average> </Listing> <Listing Rank="" Team="Tex.-Pan American"> <Games_Played>6</Games_Played> <Total_Points>438</Total_Points> <Average>73.0</Average> </Listing> <Listing Rank="101" Team="Sacramento St."> <Games_Played>5</Games_Played> <Total_Points>364</Total_Points> <Average>72.8</Average> </Listing> <Listing Rank="102" Team="Charleston So."> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="" Team="Seton Hall"> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="" Team="Vermont"> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="105" Team="South Dakota St."> <Games_Played>5</Games_Played> <Total_Points>363</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="" Team="Southern Utah"> <Games_Played>5</Games_Played> <Total_Points>363</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="107" Team="Texas"> <Games_Played>7</Games_Played> <Total_Points>508</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="108" Team="South Carolina"> <Games_Played>7</Games_Played> <Total_Points>507</Total_Points> <Average>72.4</Average> </Listing> <Listing Rank="" Team="South Fla."> <Games_Played>7</Games_Played> <Total_Points>507</Total_Points> <Average>72.4</Average> </Listing> <Listing Rank="110" Team="Pepperdine"> <Games_Played>4</Games_Played> <Total_Points>289</Total_Points> <Average>72.3</Average> </Listing> <Listing Rank="111" Team="Quinnipiac"> <Games_Played>5</Games_Played> <Total_Points>361</Total_Points> <Average>72.2</Average> </Listing> <Listing Rank="112" Team="Butler"> <Games_Played>6</Games_Played> <Total_Points>433</Total_Points> <Average>72.2</Average> </Listing> <Listing Rank="113" Team="Wake Forest"> <Games_Played>8</Games_Played> <Total_Points>577</Total_Points> <Average>72.1</Average> </Listing> <Listing Rank="114" Team="Harvard"> <Games_Played>5</Games_Played> <Total_Points>360</Total_Points> <Average>72.0</Average> </Listing> <Listing Rank="115" Team="San Diego"> <Games_Played>7</Games_Played> <Total_Points>503</Total_Points> <Average>71.9</Average> </Listing> <Listing Rank="" Team="UNC Greensboro"> <Games_Played>7</Games_Played> <Total_Points>503</Total_Points> <Average>71.9</Average> </Listing> <Listing Rank="117" Team="St. Bonaventure"> <Games_Played>5</Games_Played> <Total_Points>359</Total_Points> <Average>71.8</Average> </Listing> <Listing Rank="118" Team="Holy Cross"> <Games_Played>4</Games_Played> <Total_Points>287</Total_Points> <Average>71.8</Average> </Listing> <Listing Rank="119" Team="Coastal Caro."> <Games_Played>7</Games_Played> <Total_Points>502</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="" Team="UMKC"> <Games_Played>7</Games_Played> <Total_Points>502</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="121" Team="Georgetown"> <Games_Played>6</Games_Played> <Total_Points>430</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="122" Team="UC Irvine"> <Games_Played>5</Games_Played> <Total_Points>358</Total_Points> <Average>71.6</Average> </Listing> <Listing Rank="123" Team="SMU"> <Games_Played>7</Games_Played> <Total_Points>501</Total_Points> <Average>71.6</Average> </Listing> <Listing Rank="124" Team="South Dakota"> <Games_Played>8</Games_Played> <Total_Points>572</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="Ole Miss"> <Games_Played>6</Games_Played> <Total_Points>429</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="Vanderbilt"> <Games_Played>6</Games_Played> <Total_Points>429</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="McNeese St."> <Games_Played>4</Games_Played> <Total_Points>286</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="128" Team="Morehead St."> <Games_Played>9</Games_Played> <Total_Points>643</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="" Team="Youngstown St."> <Games_Played>9</Games_Played> <Total_Points>643</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="130" Team="Marquette"> <Games_Played>7</Games_Played> <Total_Points>500</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="131" Team="Ohio"> <Games_Played>4</Games_Played> <Total_Points>285</Total_Points> <Average>71.3</Average> </Listing> <Listing Rank="132" Team="North Florida"> <Games_Played>7</Games_Played> <Total_Points>497</Total_Points> <Average>71.0</Average> </Listing> <Listing Rank="" Team="New Orleans"> <Games_Played>4</Games_Played> <Total_Points>284</Total_Points> <Average>71.0</Average> </Listing> <Listing Rank="134" Team="Arizona St."> <Games_Played>6</Games_Played> <Total_Points>425</Total_Points> <Average>70.8</Average> </Listing> <Listing Rank="" Team="Portland"> <Games_Played>6</Games_Played> <Total_Points>425</Total_Points> <Average>70.8</Average> </Listing> <Listing Rank="136" Team="Boise St."> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="UC Santa Barbara"> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="Tennessee Tech"> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="Houston"> <Games_Played>3</Games_Played> <Total_Points>212</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="140" Team="Auburn"> <Games_Played>5</Games_Played> <Total_Points>353</Total_Points> <Average>70.6</Average> </Listing> <Listing Rank="" Team="Texas Tech"> <Games_Played>5</Games_Played> <Total_Points>353</Total_Points> <Average>70.6</Average> </Listing> <Listing Rank="142" Team="Virginia Tech"> <Games_Played>6</Games_Played> <Total_Points>422</Total_Points> <Average>70.3</Average> </Listing> <Listing Rank="143" Team="Western Caro."> <Games_Played>7</Games_Played> <Total_Points>492</Total_Points> <Average>70.3</Average> </Listing> <Listing Rank="144" Team="Troy"> <Games_Played>5</Games_Played> <Total_Points>351</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="145" Team="Lehigh"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="Air Force"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="UCF"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="Oklahoma"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="149" Team="Gardner-Webb"> <Games_Played>7</Games_Played> <Total_Points>490</Total_Points> <Average>70.0</Average> </Listing> <Listing Rank="150" Team="William & Mary"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Missouri St."> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Rhode Island"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Georgia Tech"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Illinois St."> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="155" Team="Winthrop"> <Games_Played>5</Games_Played> <Total_Points>349</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="George Washington"> <Games_Played>5</Games_Played> <Total_Points>349</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="157" Team="Pittsburgh"> <Games_Played>7</Games_Played> <Total_Points>488</Total_Points> <Average>69.7</Average> </Listing> <Listing Rank="158" Team="Howard"> <Games_Played>8</Games_Played> <Total_Points>556</Total_Points> <Average>69.5</Average> </Listing> <Listing Rank="159" Team="Syracuse"> <Games_Played>7</Games_Played> <Total_Points>486</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="" Team="Stephen F. Austin"> <Games_Played>7</Games_Played> <Total_Points>486</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="161" Team="Buffalo"> <Games_Played>5</Games_Played> <Total_Points>347</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="162" Team="UC Riverside"> <Games_Played>7</Games_Played> <Total_Points>485</Total_Points> <Average>69.3</Average> </Listing> <Listing Rank="" Team="Texas-Arlington"> <Games_Played>7</Games_Played> <Total_Points>485</Total_Points> <Average>69.3</Average> </Listing> <Listing Rank="164" Team="UTEP"> <Games_Played>5</Games_Played> <Total_Points>346</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="La.-Lafayette"> <Games_Played>5</Games_Played> <Total_Points>346</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="166" Team="North Texas"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="Kansas"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="Green Bay"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="169" Team="N.C. Central"> <Games_Played>7</Games_Played> <Total_Points>484</Total_Points> <Average>69.1</Average> </Listing> <Listing Rank="" Team="Akron"> <Games_Played>7</Games_Played> <Total_Points>484</Total_Points> <Average>69.1</Average> </Listing> <Listing Rank="171" Team="Providence"> <Games_Played>7</Games_Played> <Total_Points>483</Total_Points> <Average>69.0</Average> </Listing> <Listing Rank="" Team="Coppin St."> <Games_Played>5</Games_Played> <Total_Points>345</Total_Points> <Average>69.0</Average> </Listing> <Listing Rank="173" Team="James Madison"> <Games_Played>7</Games_Played> <Total_Points>482</Total_Points> <Average>68.9</Average> </Listing> <Listing Rank="" Team="Southeast Mo. St."> <Games_Played>7</Games_Played> <Total_Points>482</Total_Points> <Average>68.9</Average> </Listing> <Listing Rank="175" Team="Mississippi St."> <Games_Played>6</Games_Played> <Total_Points>412</Total_Points> <Average>68.7</Average> </Listing> <Listing Rank="176" Team="Marshall"> <Games_Played>7</Games_Played> <Total_Points>480</Total_Points> <Average>68.6</Average> </Listing> <Listing Rank="" Team="Murray St."> <Games_Played>7</Games_Played> <Total_Points>480</Total_Points> <Average>68.6</Average> </Listing> <Listing Rank="178" Team="Clemson"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="" Team="Wofford"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="" Team="Towson"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="181" Team="Stony Brook"> <Games_Played>8</Games_Played> <Total_Points>547</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="182" Team="Bowling Green"> <Games_Played>4</Games_Played> <Total_Points>273</Total_Points> <Average>68.3</Average> </Listing> <Listing Rank="183" Team="Northern Ill."> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="" Team="South Ala."> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="" Team="Loyola Chicago"> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="186" Team="Loyola Marymount"> <Games_Played>6</Games_Played> <Total_Points>409</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="187" Team="Wright St."> <Games_Played>8</Games_Played> <Total_Points>545</Total_Points> <Average>68.1</Average> </Listing> <Listing Rank="188" Team="Baylor"> <Games_Played>7</Games_Played> <Total_Points>476</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="" Team="San Diego St."> <Games_Played>6</Games_Played> <Total_Points>408</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="" Team="Colorado"> <Games_Played>5</Games_Played> <Total_Points>340</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="191" Team="CSUN"> <Games_Played>8</Games_Played> <Total_Points>543</Total_Points> <Average>67.9</Average> </Listing> <Listing Rank="192" Team="Utah St."> <Games_Played>6</Games_Played> <Total_Points>406</Total_Points> <Average>67.7</Average> </Listing> <Listing Rank="193" Team="La.-Monroe"> <Games_Played>5</Games_Played> <Total_Points>338</Total_Points> <Average>67.6</Average> </Listing> <Listing Rank="194" Team="Alcorn"> <Games_Played>6</Games_Played> <Total_Points>405</Total_Points> <Average>67.5</Average> </Listing> <Listing Rank="195" Team="Wyoming"> <Games_Played>7</Games_Played> <Total_Points>472</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="196" Team="New Hampshire"> <Games_Played>5</Games_Played> <Total_Points>337</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="" Team="Penn"> <Games_Played>5</Games_Played> <Total_Points>337</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="198" Team="Brown"> <Games_Played>8</Games_Played> <Total_Points>539</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="199" Team="UNI"> <Games_Played>7</Games_Played> <Total_Points>471</Total_Points> <Average>67.3</Average> </Listing> <Listing Rank="200" Team="Seattle"> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="" Team="Kent St."> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="" Team="Wagner"> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="203" Team="Milwaukee"> <Games_Played>7</Games_Played> <Total_Points>470</Total_Points> <Average>67.1</Average> </Listing> <Listing Rank="204" Team="Bucknell"> <Games_Played>8</Games_Played> <Total_Points>537</Total_Points> <Average>67.1</Average> </Listing> <Listing Rank="205" Team="Austin Peay"> <Games_Played>7</Games_Played> <Total_Points>469</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Cleveland St."> <Games_Played>6</Games_Played> <Total_Points>402</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Dayton"> <Games_Played>5</Games_Played> <Total_Points>335</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Western Ill."> <Games_Played>5</Games_Played> <Total_Points>335</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="209" Team="Virginia"> <Games_Played>7</Games_Played> <Total_Points>468</Total_Points> <Average>66.9</Average> </Listing> <Listing Rank="210" Team="Chattanooga"> <Games_Played>8</Games_Played> <Total_Points>533</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="211" Team="Citadel"> <Games_Played>7</Games_Played> <Total_Points>466</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="" Team="Florida St."> <Games_Played>7</Games_Played> <Total_Points>466</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="213" Team="Maine"> <Games_Played>6</Games_Played> <Total_Points>399</Total_Points> <Average>66.5</Average> </Listing> <Listing Rank="214" Team="Albany (NY)"> <Games_Played>5</Games_Played> <Total_Points>332</Total_Points> <Average>66.4</Average> </Listing> <Listing Rank="215" Team="NJIT"> <Games_Played>6</Games_Played> <Total_Points>398</Total_Points> <Average>66.3</Average> </Listing> <Listing Rank="" Team="Indiana St."> <Games_Played>6</Games_Played> <Total_Points>398</Total_Points> <Average>66.3</Average> </Listing> <Listing Rank="217" Team="Montana"> <Games_Played>5</Games_Played> <Total_Points>331</Total_Points> <Average>66.2</Average> </Listing> <Listing Rank="218" Team="Pacific"> <Games_Played>7</Games_Played> <Total_Points>463</Total_Points> <Average>66.1</Average> </Listing> <Listing Rank="" Team="Central Ark."> <Games_Played>7</Games_Played> <Total_Points>463</Total_Points> <Average>66.1</Average> </Listing> <Listing Rank="220" Team="Oregon St."> <Games_Played>5</Games_Played> <Total_Points>330</Total_Points> <Average>66.0</Average> </Listing> <Listing Rank="" Team="Arkansas St."> <Games_Played>3</Games_Played> <Total_Points>198</Total_Points> <Average>66.0</Average> </Listing> <Listing Rank="222" Team="St. Francis Brooklyn"> <Games_Played>6</Games_Played> <Total_Points>395</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="223" Team="Tennessee"> <Games_Played>5</Games_Played> <Total_Points>329</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="" Team="Southern Miss."> <Games_Played>5</Games_Played> <Total_Points>329</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="225" Team="Washington St."> <Games_Played>6</Games_Played> <Total_Points>394</Total_Points> <Average>65.7</Average> </Listing> <Listing Rank="226" Team="UConn"> <Games_Played>5</Games_Played> <Total_Points>328</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="" Team="Boston U."> <Games_Played>5</Games_Played> <Total_Points>328</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="228" Team="FGCU"> <Games_Played>7</Games_Played> <Total_Points>459</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="229" Team="Texas St."> <Games_Played>4</Games_Played> <Total_Points>262</Total_Points> <Average>65.5</Average> </Listing> <Listing Rank="230" Team="Southeastern La."> <Games_Played>8</Games_Played> <Total_Points>523</Total_Points> <Average>65.4</Average> </Listing> <Listing Rank="231" Team="Manhattan"> <Games_Played>5</Games_Played> <Total_Points>326</Total_Points> <Average>65.2</Average> </Listing> <Listing Rank="232" Team="Northeastern"> <Games_Played>6</Games_Played> <Total_Points>391</Total_Points> <Average>65.2</Average> </Listing> <Listing Rank="233" Team="Fordham"> <Games_Played>6</Games_Played> <Total_Points>390</Total_Points> <Average>65.0</Average> </Listing> <Listing Rank="234" Team="UAB"> <Games_Played>7</Games_Played> <Total_Points>454</Total_Points> <Average>64.9</Average> </Listing> <Listing Rank="235" Team="Norfolk St."> <Games_Played>8</Games_Played> <Total_Points>518</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="" Team="Mercer"> <Games_Played>8</Games_Played> <Total_Points>518</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="" Team="Appalachian St."> <Games_Played>4</Games_Played> <Total_Points>259</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="238" Team="North Dakota"> <Games_Played>6</Games_Played> <Total_Points>388</Total_Points> <Average>64.7</Average> </Listing> <Listing Rank="239" Team="Richmond"> <Games_Played>5</Games_Played> <Total_Points>323</Total_Points> <Average>64.6</Average> </Listing> <Listing Rank="240" Team="Boston College"> <Games_Played>6</Games_Played> <Total_Points>387</Total_Points> <Average>64.5</Average> </Listing> <Listing Rank="" Team="IUPUI"> <Games_Played>6</Games_Played> <Total_Points>387</Total_Points> <Average>64.5</Average> </Listing> <Listing Rank="242" Team="Rice"> <Games_Played>6</Games_Played> <Total_Points>386</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="243" Team="Jacksonville St."> <Games_Played>7</Games_Played> <Total_Points>450</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="" Team="Longwood"> <Games_Played>7</Games_Played> <Total_Points>450</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="245" Team="Old Dominion"> <Games_Played>6</Games_Played> <Total_Points>385</Total_Points> <Average>64.2</Average> </Listing> <Listing Rank="" Team="New Mexico"> <Games_Played>6</Games_Played> <Total_Points>385</Total_Points> <Average>64.2</Average> </Listing> <Listing Rank="247" Team="Princeton"> <Games_Played>7</Games_Played> <Total_Points>448</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="" Team="Missouri"> <Games_Played>7</Games_Played> <Total_Points>448</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="" Team="North Dakota St."> <Games_Played>6</Games_Played> <Total_Points>384</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="250" Team="Stetson"> <Games_Played>8</Games_Played> <Total_Points>511</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="" Team="Samford"> <Games_Played>8</Games_Played> <Total_Points>511</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="252" Team="Hampton"> <Games_Played>7</Games_Played> <Total_Points>447</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="253" Team="Campbell"> <Games_Played>6</Games_Played> <Total_Points>383</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="" Team="Southern Ill."> <Games_Played>6</Games_Played> <Total_Points>383</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="255" Team="UC Davis"> <Games_Played>5</Games_Played> <Total_Points>319</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="256" Team="Cal St. Fullerton"> <Games_Played>7</Games_Played> <Total_Points>445</Total_Points> <Average>63.6</Average> </Listing> <Listing Rank="257" Team="Jacksonville"> <Games_Played>8</Games_Played> <Total_Points>508</Total_Points> <Average>63.5</Average> </Listing> <Listing Rank="" Team="Florida"> <Games_Played>6</Games_Played> <Total_Points>381</Total_Points> <Average>63.5</Average> </Listing> <Listing Rank="259" Team="Fresno St."> <Games_Played>7</Games_Played> <Total_Points>444</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="260" Team="Western Ky."> <Games_Played>5</Games_Played> <Total_Points>317</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="261" Team="Cornell"> <Games_Played>8</Games_Played> <Total_Points>507</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="262" Team="Sacred Heart"> <Games_Played>5</Games_Played> <Total_Points>316</Total_Points> <Average>63.2</Average> </Listing> <Listing Rank="263" Team="Ill.-Chicago"> <Games_Played>8</Games_Played> <Total_Points>505</Total_Points> <Average>63.1</Average> </Listing> <Listing Rank="264" Team="Kennesaw St."> <Games_Played>8</Games_Played> <Total_Points>504</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="" Team="Robert Morris"> <Games_Played>7</Games_Played> <Total_Points>441</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="" Team="Weber St."> <Games_Played>6</Games_Played> <Total_Points>378</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="267" Team="Lamar"> <Games_Played>7</Games_Played> <Total_Points>440</Total_Points> <Average>62.9</Average> </Listing> <Listing Rank="268" Team="Radford"> <Games_Played>7</Games_Played> <Total_Points>438</Total_Points> <Average>62.6</Average> </Listing> <Listing Rank="269" Team="Fairleigh Dickinson"> <Games_Played>5</Games_Played> <Total_Points>312</Total_Points> <Average>62.4</Average> </Listing> <Listing Rank="270" Team="Chicago St."> <Games_Played>8</Games_Played> <Total_Points>499</Total_Points> <Average>62.4</Average> </Listing> <Listing Rank="271" Team="Monmouth"> <Games_Played>6</Games_Played> <Total_Points>374</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="" Team="Denver"> <Games_Played>6</Games_Played> <Total_Points>374</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="273" Team="Bradley"> <Games_Played>7</Games_Played> <Total_Points>436</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="" Team="Southern California"> <Games_Played>7</Games_Played> <Total_Points>436</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="275" Team="UNLV"> <Games_Played>5</Games_Played> <Total_Points>311</Total_Points> <Average>62.2</Average> </Listing> <Listing Rank="276" Team="Saint Francis (PA)"> <Games_Played>6</Games_Played> <Total_Points>373</Total_Points> <Average>62.2</Average> </Listing> <Listing Rank="277" Team="Cincinnati"> <Games_Played>7</Games_Played> <Total_Points>435</Total_Points> <Average>62.1</Average> </Listing> <Listing Rank="278" Team="FIU"> <Games_Played>8</Games_Played> <Total_Points>497</Total_Points> <Average>62.1</Average> </Listing> <Listing Rank="279" Team="Bakersfield"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Saint Louis"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Santa Clara"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Temple"> <Games_Played>6</Games_Played> <Total_Points>372</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="283" Team="Colgate"> <Games_Played>6</Games_Played> <Total_Points>371</Total_Points> <Average>61.8</Average> </Listing> <Listing Rank="" Team="Montana St."> <Games_Played>6</Games_Played> <Total_Points>371</Total_Points> <Average>61.8</Average> </Listing> <Listing Rank="285" Team="Drake"> <Games_Played>7</Games_Played> <Total_Points>432</Total_Points> <Average>61.7</Average> </Listing> <Listing Rank="286" Team="George Mason"> <Games_Played>6</Games_Played> <Total_Points>370</Total_Points> <Average>61.7</Average> </Listing> <Listing Rank="287" Team="Mississippi Val."> <Games_Played>7</Games_Played> <Total_Points>431</Total_Points> <Average>61.6</Average> </Listing> <Listing Rank="288" Team="Northwestern"> <Games_Played>6</Games_Played> <Total_Points>368</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="" Team="South Carolina St."> <Games_Played>6</Games_Played> <Total_Points>368</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="290" Team="Texas Southern"> <Games_Played>7</Games_Played> <Total_Points>429</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="291" Team="Tennessee St."> <Games_Played>8</Games_Played> <Total_Points>490</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="292" Team="Rider"> <Games_Played>7</Games_Played> <Total_Points>428</Total_Points> <Average>61.1</Average> </Listing> <Listing Rank="293" Team="Col. of Charleston"> <Games_Played>7</Games_Played> <Total_Points>426</Total_Points> <Average>60.9</Average> </Listing> <Listing Rank="294" Team="Jackson St."> <Games_Played>6</Games_Played> <Total_Points>365</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="" Team="Oral Roberts"> <Games_Played>6</Games_Played> <Total_Points>365</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="296" Team="Idaho St."> <Games_Played>5</Games_Played> <Total_Points>304</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="" Team="Memphis"> <Games_Played>5</Games_Played> <Total_Points>304</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="298" Team="Miami (OH)"> <Games_Played>6</Games_Played> <Total_Points>364</Total_Points> <Average>60.7</Average> </Listing> <Listing Rank="299" Team="Northern Ariz."> <Games_Played>7</Games_Played> <Total_Points>424</Total_Points> <Average>60.6</Average> </Listing> <Listing Rank="300" Team="Tulsa"> <Games_Played>6</Games_Played> <Total_Points>363</Total_Points> <Average>60.5</Average> </Listing> <Listing Rank="301" Team="Nicholls St."> <Games_Played>4</Games_Played> <Total_Points>241</Total_Points> <Average>60.3</Average> </Listing> <Listing Rank="302" Team="Marist"> <Games_Played>6</Games_Played> <Total_Points>361</Total_Points> <Average>60.2</Average> </Listing> <Listing Rank="303" Team="Fairfield"> <Games_Played>7</Games_Played> <Total_Points>420</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="" Team="La Salle"> <Games_Played>6</Games_Played> <Total_Points>360</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="" Team="Cal Poly"> <Games_Played>5</Games_Played> <Total_Points>300</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="306" Team="Liberty"> <Games_Played>7</Games_Played> <Total_Points>418</Total_Points> <Average>59.7</Average> </Listing> <Listing Rank="307" Team="Bryant"> <Games_Played>4</Games_Played> <Total_Points>238</Total_Points> <Average>59.5</Average> </Listing> <Listing Rank="308" Team="Hartford"> <Games_Played>7</Games_Played> <Total_Points>416</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="" Team="N.C. A&T"> <Games_Played>7</Games_Played> <Total_Points>416</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="310" Team="Canisius"> <Games_Played>5</Games_Played> <Total_Points>297</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="311" Team="A&M-Corpus Christi"> <Games_Played>6</Games_Played> <Total_Points>356</Total_Points> <Average>59.3</Average> </Listing> <Listing Rank="312" Team="San Jose St."> <Games_Played>7</Games_Played> <Total_Points>415</Total_Points> <Average>59.3</Average> </Listing> <Listing Rank="313" Team="Fla. Atlantic"> <Games_Played>5</Games_Played> <Total_Points>296</Total_Points> <Average>59.2</Average> </Listing> <Listing Rank="314" Team="Middle Tenn."> <Games_Played>7</Games_Played> <Total_Points>414</Total_Points> <Average>59.1</Average> </Listing> <Listing Rank="315" Team="Utah Valley"> <Games_Played>6</Games_Played> <Total_Points>354</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="" Team="Nevada"> <Games_Played>6</Games_Played> <Total_Points>354</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="" Team="Dartmouth"> <Games_Played>4</Games_Played> <Total_Points>236</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="318" Team="Navy"> <Games_Played>7</Games_Played> <Total_Points>412</Total_Points> <Average>58.9</Average> </Listing> <Listing Rank="" Team="Presbyterian"> <Games_Played>7</Games_Played> <Total_Points>412</Total_Points> <Average>58.9</Average> </Listing> <Listing Rank="320" Team="Saint Joseph's"> <Games_Played>6</Games_Played> <Total_Points>352</Total_Points> <Average>58.7</Average> </Listing> <Listing Rank="321" Team="Bethune-Cookman"> <Games_Played>7</Games_Played> <Total_Points>410</Total_Points> <Average>58.6</Average> </Listing> <Listing Rank="322" Team="Columbia"> <Games_Played>6</Games_Played> <Total_Points>351</Total_Points> <Average>58.5</Average> </Listing> <Listing Rank="323" Team="Saint Peter's"> <Games_Played>7</Games_Played> <Total_Points>409</Total_Points> <Average>58.4</Average> </Listing> <Listing Rank="324" Team="LIU Brooklyn"> <Games_Played>4</Games_Played> <Total_Points>233</Total_Points> <Average>58.3</Average> </Listing> <Listing Rank="325" Team="Alabama A&M"> <Games_Played>5</Games_Played> <Total_Points>291</Total_Points> <Average>58.2</Average> </Listing> <Listing Rank="326" Team="Binghamton"> <Games_Played>7</Games_Played> <Total_Points>405</Total_Points> <Average>57.9</Average> </Listing> <Listing Rank="327" Team="Southern U."> <Games_Played>7</Games_Played> <Total_Points>403</Total_Points> <Average>57.6</Average> </Listing> <Listing Rank="" Team="Rutgers"> <Games_Played>7</Games_Played> <Total_Points>403</Total_Points> <Average>57.6</Average> </Listing> <Listing Rank="329" Team="Furman"> <Games_Played>5</Games_Played> <Total_Points>285</Total_Points> <Average>57.0</Average> </Listing> <Listing Rank="330" Team="Niagara"> <Games_Played>5</Games_Played> <Total_Points>284</Total_Points> <Average>56.8</Average> </Listing> <Listing Rank="331" Team="Prairie View"> <Games_Played>7</Games_Played> <Total_Points>396</Total_Points> <Average>56.6</Average> </Listing> <Listing Rank="332" Team="UMES"> <Games_Played>9</Games_Played> <Total_Points>509</Total_Points> <Average>56.6</Average> </Listing> <Listing Rank="333" Team="Central Conn. St."> <Games_Played>6</Games_Played> <Total_Points>338</Total_Points> <Average>56.3</Average> </Listing> <Listing Rank="334" Team="Loyola Maryland"> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="" Team="Morgan St."> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="" Team="Eastern Ill."> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="337" Team="Savannah St."> <Games_Played>7</Games_Played> <Total_Points>390</Total_Points> <Average>55.7</Average> </Listing> <Listing Rank="338" Team="Drexel"> <Games_Played>6</Games_Played> <Total_Points>333</Total_Points> <Average>55.5</Average> </Listing> <Listing Rank="339" Team="Ark.-Pine Bluff"> <Games_Played>7</Games_Played> <Total_Points>384</Total_Points> <Average>54.9</Average> </Listing> <Listing Rank="340" Team="Mt. St. Mary's"> <Games_Played>5</Games_Played> <Total_Points>273</Total_Points> <Average>54.6</Average> </Listing> <Listing Rank="341" Team="UMBC"> <Games_Played>6</Games_Played> <Total_Points>318</Total_Points> <Average>53.0</Average> </Listing> <Listing Rank="342" Team="Delaware"> <Games_Played>5</Games_Played> <Total_Points>261</Total_Points> <Average>52.2</Average> </Listing> <Listing Rank="343" Team="American"> <Games_Played>7</Games_Played> <Total_Points>351</Total_Points> <Average>50.1</Average> </Listing> <Listing Rank="344" Team="Florida A&M"> <Games_Played>8</Games_Played> <Total_Points>380</Total_Points> <Average>47.5</Average> </Listing> <Listing Rank="345" Team="Grambling"> <Games_Played>5</Games_Played> <Total_Points>225</Total_Points> <Average>45.0</Average> </Listing> <time_stamp> December 3, 2014, at 03:26 PM ET </time_stamp> </message>
+ schemagen/Cbask_Team_Shooting_Pct_XML/22413991.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Shooting_Pct_XML.dtd"> <message> <XML_File_ID>22413991</XML_File_ID> <heading>AEX%NCAA-TEAM-FG-PERCENTAGE</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team FG% Stats </title> <Listing Rank="1" Team="Notre Dame"> <Made>220</Made> <Attempted>379</Attempted> <Percentage>58.0</Percentage> </Listing> <Listing Rank="2" Team="Wyoming"> <Made>168</Made> <Attempted>307</Attempted> <Percentage>54.7</Percentage> </Listing> <Listing Rank="3" Team="Gonzaga"> <Made>225</Made> <Attempted>413</Attempted> <Percentage>54.5</Percentage> </Listing> <Listing Rank="4" Team="Eastern Wash."> <Made>221</Made> <Attempted>408</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="5" Team="Evansville"> <Made>182</Made> <Attempted>337</Attempted> <Percentage>54.0</Percentage> </Listing> <Listing Rank="6" Team="Utah"> <Made>162</Made> <Attempted>304</Attempted> <Percentage>53.3</Percentage> </Listing> <Listing Rank="7" Team="Sacramento St."> <Made>139</Made> <Attempted>263</Attempted> <Percentage>52.9</Percentage> </Listing> <Listing Rank="8" Team="Duke"> <Made>225</Made> <Attempted>427</Attempted> <Percentage>52.7</Percentage> </Listing> <Listing Rank="9" Team="Northern Colo."> <Made>176</Made> <Attempted>335</Attempted> <Percentage>52.5</Percentage> </Listing> <Listing Rank="10" Team="Ohio St."> <Made>187</Made> <Attempted>356</Attempted> <Percentage>52.5</Percentage> </Listing> <Listing Rank="11" Team="Duquesne"> <Made>127</Made> <Attempted>243</Attempted> <Percentage>52.3</Percentage> </Listing> <Listing Rank="12" Team="Xavier"> <Made>225</Made> <Attempted>433</Attempted> <Percentage>52.0</Percentage> </Listing> <Listing Rank="13" Team="Vermont"> <Made>148</Made> <Attempted>285</Attempted> <Percentage>51.9</Percentage> </Listing> <Listing Rank="14" Team="Ball St."> <Made>112</Made> <Attempted>216</Attempted> <Percentage>51.9</Percentage> </Listing> <Listing Rank="15" Team="Indiana"> <Made>211</Made> <Attempted>408</Attempted> <Percentage>51.7</Percentage> </Listing> <Listing Rank="16" Team="Virginia Tech"> <Made>149</Made> <Attempted>290</Attempted> <Percentage>51.4</Percentage> </Listing> <Listing Rank="17" Team="Harvard"> <Made>132</Made> <Attempted>257</Attempted> <Percentage>51.4</Percentage> </Listing> <Listing Rank="18" Team="Air Force"> <Made>153</Made> <Attempted>300</Attempted> <Percentage>51.0</Percentage> </Listing> <Listing Rank="19" Team="Georgia St."> <Made>195</Made> <Attempted>385</Attempted> <Percentage>50.6</Percentage> </Listing> <Listing Rank="20" Team="Wisconsin"> <Made>188</Made> <Attempted>372</Attempted> <Percentage>50.5</Percentage> </Listing> <Listing Rank="21" Team="Lafayette"> <Made>154</Made> <Attempted>307</Attempted> <Percentage>50.2</Percentage> </Listing> <Listing Rank="22" Team="Vanderbilt"> <Made>155</Made> <Attempted>309</Attempted> <Percentage>50.2</Percentage> </Listing> <Listing Rank="23" Team="St. Mary's (CA)"> <Made>132</Made> <Attempted>264</Attempted> <Percentage>50.0</Percentage> </Listing> <Listing Rank="24" Team="UCF"> <Made>150</Made> <Attempted>301</Attempted> <Percentage>49.8</Percentage> </Listing> <Listing Rank="25" Team="UC Irvine"> <Made>134</Made> <Attempted>269</Attempted> <Percentage>49.8</Percentage> </Listing> <Listing Rank="26" Team="South Fla."> <Made>193</Made> <Attempted>390</Attempted> <Percentage>49.5</Percentage> </Listing> <Listing Rank="27" Team="UC Davis"> <Made>127</Made> <Attempted>257</Attempted> <Percentage>49.4</Percentage> </Listing> <Listing Rank="28" Team="Georgetown"> <Made>158</Made> <Attempted>320</Attempted> <Percentage>49.4</Percentage> </Listing> <Listing Rank="29" Team="Maryland"> <Made>188</Made> <Attempted>381</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="" Team="Western Mich."> <Made>188</Made> <Attempted>381</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="31" Team="Valparaiso"> <Made>215</Made> <Attempted>436</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="32" Team="Arizona"> <Made>181</Made> <Attempted>368</Attempted> <Percentage>49.2</Percentage> </Listing> <Listing Rank="33" Team="Arizona St."> <Made>140</Made> <Attempted>285</Attempted> <Percentage>49.1</Percentage> </Listing> <Listing Rank="34" Team="Tulane"> <Made>165</Made> <Attempted>336</Attempted> <Percentage>49.1</Percentage> </Listing> <Listing Rank="35" Team="BYU"> <Made>258</Made> <Attempted>526</Attempted> <Percentage>49.0</Percentage> </Listing> <Listing Rank="36" Team="TCU"> <Made>187</Made> <Attempted>382</Attempted> <Percentage>49.0</Percentage> </Listing> <Listing Rank="37" Team="UT Martin"> <Made>136</Made> <Attempted>278</Attempted> <Percentage>48.9</Percentage> </Listing> <Listing Rank="38" Team="Miami (FL)"> <Made>220</Made> <Attempted>451</Attempted> <Percentage>48.8</Percentage> </Listing> <Listing Rank="39" Team="Michigan St."> <Made>192</Made> <Attempted>395</Attempted> <Percentage>48.6</Percentage> </Listing> <Listing Rank="40" Team="Purdue"> <Made>181</Made> <Attempted>373</Attempted> <Percentage>48.5</Percentage> </Listing> <Listing Rank="41" Team="SMU"> <Made>182</Made> <Attempted>376</Attempted> <Percentage>48.4</Percentage> </Listing> <Listing Rank="42" Team="DePaul"> <Made>135</Made> <Attempted>279</Attempted> <Percentage>48.4</Percentage> </Listing> <Listing Rank="43" Team="Wofford"> <Made>172</Made> <Attempted>356</Attempted> <Percentage>48.3</Percentage> </Listing> <Listing Rank="44" Team="Eastern Ky."> <Made>156</Made> <Attempted>323</Attempted> <Percentage>48.3</Percentage> </Listing> <Listing Rank="45" Team="Richmond"> <Made>122</Made> <Attempted>253</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="46" Team="Georgia"> <Made>186</Made> <Attempted>386</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="47" Team="High Point"> <Made>185</Made> <Attempted>384</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="48" Team="Oklahoma St."> <Made>158</Made> <Attempted>328</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="49" Team="Loyola Chicago"> <Made>121</Made> <Attempted>252</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="50" Team="Iona"> <Made>169</Made> <Attempted>352</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="51" Team="Houston Baptist"> <Made>117</Made> <Attempted>244</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="52" Team="Kentucky"> <Made>201</Made> <Attempted>421</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="53" Team="North Florida"> <Made>177</Made> <Attempted>371</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="54" Team="Belmont"> <Made>206</Made> <Attempted>432</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="55" Team="Hofstra"> <Made>185</Made> <Attempted>388</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="56" Team="Southern Utah"> <Made>123</Made> <Attempted>258</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="57" Team="UNI"> <Made>153</Made> <Attempted>321</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="58" Team="East Carolina"> <Made>183</Made> <Attempted>384</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="59" Team="Arkansas St."> <Made>71</Made> <Attempted>149</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="60" Team="Oregon St."> <Made>121</Made> <Attempted>254</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="61" Team="N.C. Central"> <Made>176</Made> <Attempted>370</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="" Team="Kansas St."> <Made>176</Made> <Attempted>370</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="63" Team="Drake"> <Made>155</Made> <Attempted>326</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="64" Team="Iowa St."> <Made>143</Made> <Attempted>301</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="65" Team="UNCW"> <Made>114</Made> <Attempted>240</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="66" Team="San Diego"> <Made>170</Made> <Attempted>358</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="67" Team="Central Mich."> <Made>157</Made> <Attempted>331</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="68" Team="San Francisco"> <Made>166</Made> <Attempted>350</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="69" Team="IPFW"> <Made>128</Made> <Attempted>270</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="70" Team="William & Mary"> <Made>143</Made> <Attempted>302</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="71" Team="Long Beach St."> <Made>196</Made> <Attempted>414</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="72" Team="California"> <Made>169</Made> <Attempted>357</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="73" Team="Citadel"> <Made>166</Made> <Attempted>351</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="74" Team="Wichita St."> <Made>116</Made> <Attempted>246</Attempted> <Percentage>47.2</Percentage> </Listing> <Listing Rank="75" Team="Mississippi St."> <Made>140</Made> <Attempted>297</Attempted> <Percentage>47.1</Percentage> </Listing> <Listing Rank="76" Team="Providence"> <Made>169</Made> <Attempted>359</Attempted> <Percentage>47.1</Percentage> </Listing> <Listing Rank="77" Team="Green Bay"> <Made>157</Made> <Attempted>334</Attempted> <Percentage>47.0</Percentage> </Listing> <Listing Rank="78" Team="Arkansas"> <Made>188</Made> <Attempted>400</Attempted> <Percentage>47.0</Percentage> </Listing> <Listing Rank="79" Team="La.-Lafayette"> <Made>126</Made> <Attempted>269</Attempted> <Percentage>46.8</Percentage> </Listing> <Listing Rank="80" Team="VMI"> <Made>243</Made> <Attempted>520</Attempted> <Percentage>46.7</Percentage> </Listing> <Listing Rank="81" Team="Louisiana Tech"> <Made>182</Made> <Attempted>390</Attempted> <Percentage>46.7</Percentage> </Listing> <Listing Rank="82" Team="Toledo"> <Made>156</Made> <Attempted>335</Attempted> <Percentage>46.6</Percentage> </Listing> <Listing Rank="83" Team="Army"> <Made>176</Made> <Attempted>378</Attempted> <Percentage>46.6</Percentage> </Listing> <Listing Rank="84" Team="Rhode Island"> <Made>153</Made> <Attempted>329</Attempted> <Percentage>46.5</Percentage> </Listing> <Listing Rank="85" Team="Tex.-Pan American"> <Made>151</Made> <Attempted>325</Attempted> <Percentage>46.5</Percentage> </Listing> <Listing Rank="86" Team="Seton Hall"> <Made>151</Made> <Attempted>326</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="87" Team="SIUE"> <Made>119</Made> <Attempted>257</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="88" Team="LSU"> <Made>205</Made> <Attempted>443</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="89" Team="Nebraska"> <Made>149</Made> <Attempted>322</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="90" Team="James Madison"> <Made>160</Made> <Attempted>346</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="91" Team="Texas A&M"> <Made>135</Made> <Attempted>292</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="92" Team="Penn"> <Made>122</Made> <Attempted>264</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="93" Team="New Mexico St."> <Made>187</Made> <Attempted>405</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="94" Team="Oakland"> <Made>180</Made> <Attempted>390</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="95" Team="USC Upstate"> <Made>227</Made> <Attempted>492</Attempted> <Percentage>46.1</Percentage> </Listing> <Listing Rank="96" Team="Colorado"> <Made>113</Made> <Attempted>245</Attempted> <Percentage>46.1</Percentage> </Listing> <Listing Rank="97" Team="Virginia"> <Made>174</Made> <Attempted>378</Attempted> <Percentage>46.0</Percentage> </Listing> <Listing Rank="98" Team="Northeastern"> <Made>138</Made> <Attempted>300</Attempted> <Percentage>46.0</Percentage> </Listing> <Listing Rank="99" Team="Saint Francis (PA)"> <Made>136</Made> <Attempted>296</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="100" Team="Illinois"> <Made>208</Made> <Attempted>453</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="101" Team="Michigan"> <Made>183</Made> <Attempted>399</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="102" Team="Villanova"> <Made>157</Made> <Attempted>343</Attempted> <Percentage>45.8</Percentage> </Listing> <Listing Rank="103" Team="Detroit"> <Made>211</Made> <Attempted>461</Attempted> <Percentage>45.8</Percentage> </Listing> <Listing Rank="104" Team="Florida St."> <Made>160</Made> <Attempted>350</Attempted> <Percentage>45.7</Percentage> </Listing> <Listing Rank="105" Team="Colgate"> <Made>138</Made> <Attempted>302</Attempted> <Percentage>45.7</Percentage> </Listing> <Listing Rank="106" Team="UC Riverside"> <Made>171</Made> <Attempted>375</Attempted> <Percentage>45.6</Percentage> </Listing> <Listing Rank="107" Team="UCLA"> <Made>200</Made> <Attempted>439</Attempted> <Percentage>45.6</Percentage> </Listing> <Listing Rank="108" Team="Southeast Mo. St."> <Made>176</Made> <Attempted>387</Attempted> <Percentage>45.5</Percentage> </Listing> <Listing Rank="109" Team="Davidson"> <Made>154</Made> <Attempted>339</Attempted> <Percentage>45.4</Percentage> </Listing> <Listing Rank="110" Team="Stanford"> <Made>162</Made> <Attempted>357</Attempted> <Percentage>45.4</Percentage> </Listing> <Listing Rank="111" Team="Portland"> <Made>156</Made> <Attempted>344</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="112" Team="Pittsburgh"> <Made>180</Made> <Attempted>397</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="113" Team="North Texas"> <Made>149</Made> <Attempted>329</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="114" Team="Denver"> <Made>133</Made> <Attempted>294</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="115" Team="Stetson"> <Made>188</Made> <Attempted>416</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="" Team="Texas St."> <Made>94</Made> <Attempted>208</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="117" Team="Marquette"> <Made>169</Made> <Attempted>374</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="118" Team="Penn St."> <Made>185</Made> <Attempted>410</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="119" Team="Texas"> <Made>175</Made> <Attempted>388</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="120" Team="Syracuse"> <Made>183</Made> <Attempted>406</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="121" Team="Alabama"> <Made>155</Made> <Attempted>344</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="122" Team="North Carolina"> <Made>169</Made> <Attempted>376</Attempted> <Percentage>44.9</Percentage> </Listing> <Listing Rank="123" Team="George Washington"> <Made>125</Made> <Attempted>279</Attempted> <Percentage>44.8</Percentage> </Listing> <Listing Rank="124" Team="New Orleans"> <Made>90</Made> <Attempted>201</Attempted> <Percentage>44.8</Percentage> </Listing> <Listing Rank="125" Team="Sam Houston St."> <Made>166</Made> <Attempted>371</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="126" Team="Yale"> <Made>204</Made> <Attempted>456</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="127" Team="UNC Greensboro"> <Made>178</Made> <Attempted>398</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="128" Team="Massachusetts"> <Made>199</Made> <Attempted>445</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="129" Team="Georgia Tech"> <Made>152</Made> <Attempted>341</Attempted> <Percentage>44.6</Percentage> </Listing> <Listing Rank="130" Team="Oregon"> <Made>170</Made> <Attempted>382</Attempted> <Percentage>44.5</Percentage> </Listing> <Listing Rank="131" Team="Colorado St."> <Made>141</Made> <Attempted>317</Attempted> <Percentage>44.5</Percentage> </Listing> <Listing Rank="132" Team="Minnesota"> <Made>196</Made> <Attempted>441</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="" Team="Clemson"> <Made>172</Made> <Attempted>387</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="134" Team="Stony Brook"> <Made>202</Made> <Attempted>455</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="135" Team="South Carolina"> <Made>185</Made> <Attempted>417</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="136" Team="Loyola Marymount"> <Made>145</Made> <Attempted>327</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="137" Team="Washington"> <Made>159</Made> <Attempted>359</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="138" Team="Lehigh"> <Made>155</Made> <Attempted>350</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="139" Team="UALR"> <Made>134</Made> <Attempted>303</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="140" Team="Holy Cross"> <Made>107</Made> <Attempted>242</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="141" Team="Hawaii"> <Made>233</Made> <Attempted>527</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="142" Team="Creighton"> <Made>166</Made> <Attempted>376</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="143" Team="CSUN"> <Made>201</Made> <Attempted>456</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="144" Team="Brown"> <Made>182</Made> <Attempted>413</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="" Team="UC Santa Barbara"> <Made>156</Made> <Attempted>354</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="146" Team="Stephen F. Austin"> <Made>174</Made> <Attempted>395</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="147" Team="Maine"> <Made>148</Made> <Attempted>336</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="148" Team="Baylor"> <Made>166</Made> <Attempted>377</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="149" Team="Ole Miss"> <Made>147</Made> <Attempted>334</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="150" Team="Coastal Caro."> <Made>168</Made> <Attempted>382</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="151" Team="Alabama St."> <Made>149</Made> <Attempted>339</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="152" Team="Col. of Charleston"> <Made>156</Made> <Attempted>355</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="153" Team="Wright St."> <Made>191</Made> <Attempted>435</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="154" Team="Tennessee Tech"> <Made>162</Made> <Attempted>369</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="155" Team="Southern Ill."> <Made>133</Made> <Attempted>303</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="156" Team="Idaho"> <Made>132</Made> <Attempted>301</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="157" Team="Monmouth"> <Made>128</Made> <Attempted>292</Attempted> <Percentage>43.8</Percentage> </Listing> <Listing Rank="158" Team="Dayton"> <Made>112</Made> <Attempted>256</Attempted> <Percentage>43.8</Percentage> </Listing> <Listing Rank="159" Team="North Carolina St."> <Made>178</Made> <Attempted>407</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="160" Team="Charlotte"> <Made>157</Made> <Attempted>359</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="161" Team="Ohio"> <Made>101</Made> <Attempted>231</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="162" Team="Bucknell"> <Made>188</Made> <Attempted>430</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="163" Team="Campbell"> <Made>142</Made> <Attempted>325</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="164" Team="St. John's (NY)"> <Made>152</Made> <Attempted>348</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="165" Team="Cincinnati"> <Made>151</Made> <Attempted>346</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="166" Team="Kent St."> <Made>137</Made> <Attempted>314</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="167" Team="Missouri St."> <Made>143</Made> <Attempted>328</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="168" Team="Tennessee"> <Made>122</Made> <Attempted>280</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="169" Team="Butler"> <Made>151</Made> <Attempted>347</Attempted> <Percentage>43.5</Percentage> </Listing> <Listing Rank="170" Team="La.-Monroe"> <Made>130</Made> <Attempted>299</Attempted> <Percentage>43.5</Percentage> </Listing> <Listing Rank="171" Team="Delaware St."> <Made>183</Made> <Attempted>422</Attempted> <Percentage>43.4</Percentage> </Listing> <Listing Rank="172" Team="Southern Miss."> <Made>111</Made> <Attempted>256</Attempted> <Percentage>43.4</Percentage> </Listing> <Listing Rank="173" Team="Youngstown St."> <Made>227</Made> <Attempted>524</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="174" Team="Pacific"> <Made>162</Made> <Attempted>374</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="175" Team="Bowling Green"> <Made>97</Made> <Attempted>224</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="176" Team="Howard"> <Made>197</Made> <Attempted>455</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="177" Team="Western Caro."> <Made>171</Made> <Attempted>395</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="178" Team="Milwaukee"> <Made>158</Made> <Attempted>365</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="179" Team="Liberty"> <Made>148</Made> <Attempted>342</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="180" Team="VCU"> <Made>186</Made> <Attempted>430</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="181" Team="UTEP"> <Made>118</Made> <Attempted>273</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="182" Team="Iowa"> <Made>178</Made> <Attempted>412</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="183" Team="Illinois St."> <Made>149</Made> <Attempted>345</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="184" Team="Navy"> <Made>156</Made> <Attempted>362</Attempted> <Percentage>43.1</Percentage> </Listing> <Listing Rank="185" Team="Presbyterian"> <Made>161</Made> <Attempted>374</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="186" Team="East Tenn. St."> <Made>135</Made> <Attempted>314</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="187" Team="Seattle"> <Made>144</Made> <Attempted>335</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="188" Team="South Dakota St."> <Made>125</Made> <Attempted>291</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="189" Team="UTSA"> <Made>128</Made> <Attempted>298</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="190" Team="Mercer"> <Made>179</Made> <Attempted>417</Attempted> <Percentage>42.9</Percentage> </Listing> <Listing Rank="191" Team="San Diego St."> <Made>138</Made> <Attempted>322</Attempted> <Percentage>42.9</Percentage> </Listing> <Listing Rank="192" Team="Siena"> <Made>128</Made> <Attempted>299</Attempted> <Percentage>42.8</Percentage> </Listing> <Listing Rank="193" Team="Boise St."> <Made>136</Made> <Attempted>318</Attempted> <Percentage>42.8</Percentage> </Listing> <Listing Rank="194" Team="A&M-Corpus Christi"> <Made>123</Made> <Attempted>288</Attempted> <Percentage>42.7</Percentage> </Listing> <Listing Rank="195" Team="Murray St."> <Made>173</Made> <Attempted>406</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="196" Team="Dartmouth"> <Made>89</Made> <Attempted>209</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="197" Team="Northwestern St."> <Made>192</Made> <Attempted>451</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="198" Team="FIU"> <Made>177</Made> <Attempted>416</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="199" Team="Utah St."> <Made>137</Made> <Attempted>322</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="200" Team="Pepperdine"> <Made>97</Made> <Attempted>228</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="201" Team="UNC Asheville"> <Made>152</Made> <Attempted>358</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="202" Team="Towson"> <Made>154</Made> <Attempted>363</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="203" Team="Longwood"> <Made>165</Made> <Attempted>389</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="204" Team="Princeton"> <Made>148</Made> <Attempted>349</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="" Team="Santa Clara"> <Made>148</Made> <Attempted>349</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="206" Team="Eastern Mich."> <Made>173</Made> <Attempted>408</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="207" Team="Austin Peay"> <Made>170</Made> <Attempted>401</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="208" Team="Louisville"> <Made>150</Made> <Attempted>354</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="209" Team="UMKC"> <Made>172</Made> <Attempted>406</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="210" Team="Charleston So."> <Made>155</Made> <Attempted>366</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="211" Team="UConn"> <Made>116</Made> <Attempted>274</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="212" Team="Wake Forest"> <Made>192</Made> <Attempted>454</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="213" Team="Missouri"> <Made>150</Made> <Attempted>355</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="214" Team="Southeastern La."> <Made>188</Made> <Attempted>445</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="215" Team="Morehead St."> <Made>230</Made> <Attempted>545</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="216" Team="FGCU"> <Made>165</Made> <Attempted>391</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="217" Team="Auburn"> <Made>116</Made> <Attempted>275</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="218" Team="Boston College"> <Made>134</Made> <Attempted>318</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="219" Team="West Virginia"> <Made>206</Made> <Attempted>489</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="220" Team="Old Dominion"> <Made>133</Made> <Attempted>316</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="221" Team="Lamar"> <Made>159</Made> <Attempted>378</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="222" Team="Albany (NY)"> <Made>119</Made> <Attempted>283</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="223" Team="Troy"> <Made>116</Made> <Attempted>276</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="224" Team="Memphis"> <Made>105</Made> <Attempted>250</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="225" Team="Kansas"> <Made>133</Made> <Attempted>317</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="226" Team="NJIT"> <Made>130</Made> <Attempted>310</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="227" Team="Cleveland St."> <Made>140</Made> <Attempted>334</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="228" Team="Wagner"> <Made>152</Made> <Attempted>363</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="229" Team="Weber St."> <Made>120</Made> <Attempted>287</Attempted> <Percentage>41.8</Percentage> </Listing> <Listing Rank="230" Team="Montana"> <Made>118</Made> <Attempted>283</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="231" Team="Ga. Southern"> <Made>158</Made> <Attempted>379</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="232" Team="South Dakota"> <Made>198</Made> <Attempted>475</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="233" Team="Norfolk St."> <Made>180</Made> <Attempted>432</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="" Team="Utah Valley"> <Made>125</Made> <Attempted>300</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="235" Team="New Hampshire"> <Made>114</Made> <Attempted>274</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="236" Team="McNeese St."> <Made>109</Made> <Attempted>262</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="237" Team="Rider"> <Made>163</Made> <Attempted>392</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="238" Team="Central Ark."> <Made>158</Made> <Attempted>380</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="239" Team="Portland St."> <Made>125</Made> <Attempted>301</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="" Team="New Mexico"> <Made>125</Made> <Attempted>301</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="241" Team="Fresno St."> <Made>153</Made> <Attempted>369</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="242" Team="St. Bonaventure"> <Made>114</Made> <Attempted>275</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="243" Team="Elon"> <Made>181</Made> <Attempted>437</Attempted> <Percentage>41.4</Percentage> </Listing> <Listing Rank="244" Team="UNLV"> <Made>111</Made> <Attempted>268</Attempted> <Percentage>41.4</Percentage> </Listing> <Listing Rank="245" Team="Fla. Atlantic"> <Made>107</Made> <Attempted>259</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="246" Team="IUPUI"> <Made>133</Made> <Attempted>322</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="" Team="Texas Tech"> <Made>114</Made> <Attempted>276</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="248" Team="Miami (OH)"> <Made>127</Made> <Attempted>308</Attempted> <Percentage>41.2</Percentage> </Listing> <Listing Rank="249" Team="Akron"> <Made>162</Made> <Attempted>393</Attempted> <Percentage>41.2</Percentage> </Listing> <Listing Rank="250" Team="Buffalo"> <Made>116</Made> <Attempted>282</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="251" Team="Idaho St."> <Made>109</Made> <Attempted>265</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="252" Team="Bethune-Cookman"> <Made>138</Made> <Attempted>336</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="253" Team="Saint Louis"> <Made>140</Made> <Attempted>341</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="254" Team="Manhattan"> <Made>109</Made> <Attempted>266</Attempted> <Percentage>41.0</Percentage> </Listing> <Listing Rank="255" Team="Gardner-Webb"> <Made>177</Made> <Attempted>432</Attempted> <Percentage>41.0</Percentage> </Listing> <Listing Rank="256" Team="Chattanooga"> <Made>177</Made> <Attempted>433</Attempted> <Percentage>40.9</Percentage> </Listing> <Listing Rank="257" Team="Winthrop"> <Made>118</Made> <Attempted>289</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="258" Team="Northern Ill."> <Made>111</Made> <Attempted>272</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="259" Team="Eastern Ill."> <Made>142</Made> <Attempted>348</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="260" Team="American"> <Made>126</Made> <Attempted>309</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="261" Team="Cornell"> <Made>167</Made> <Attempted>410</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="262" Team="Texas Southern"> <Made>147</Made> <Attempted>361</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="263" Team="Columbia"> <Made>120</Made> <Attempted>295</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="264" Team="Tulsa"> <Made>122</Made> <Attempted>301</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="265" Team="Hampton"> <Made>154</Made> <Attempted>380</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="266" Team="North Dakota"> <Made>132</Made> <Attempted>326</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="267" Team="Western Ky."> <Made>114</Made> <Attempted>282</Attempted> <Percentage>40.4</Percentage> </Listing> <Listing Rank="268" Team="N.C. A&T"> <Made>156</Made> <Attempted>386</Attempted> <Percentage>40.4</Percentage> </Listing> <Listing Rank="269" Team="UMES"> <Made>167</Made> <Attempted>414</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="270" Team="Kennesaw St."> <Made>174</Made> <Attempted>432</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="271" Team="Cal St. Fullerton"> <Made>147</Made> <Attempted>365</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="272" Team="Marist"> <Made>118</Made> <Attempted>293</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="273" Team="Marshall"> <Made>160</Made> <Attempted>399</Attempted> <Percentage>40.1</Percentage> </Listing> <Listing Rank="274" Team="Sacred Heart"> <Made>115</Made> <Attempted>287</Attempted> <Percentage>40.1</Percentage> </Listing> <Listing Rank="275" Team="Texas-Arlington"> <Made>164</Made> <Attempted>411</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="276" Team="Quinnipiac"> <Made>120</Made> <Attempted>301</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="277" Team="Tennessee St."> <Made>173</Made> <Attempted>434</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="278" Team="UAB"> <Made>161</Made> <Attempted>404</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="279" Team="Oklahoma"> <Made>143</Made> <Attempted>359</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="280" Team="Saint Peter's"> <Made>129</Made> <Attempted>324</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="281" Team="Fairleigh Dickinson"> <Made>117</Made> <Attempted>294</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="282" Team="Boston U."> <Made>101</Made> <Attempted>254</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="283" Team="Hartford"> <Made>141</Made> <Attempted>356</Attempted> <Percentage>39.6</Percentage> </Listing> <Listing Rank="284" Team="Bradley"> <Made>135</Made> <Attempted>341</Attempted> <Percentage>39.6</Percentage> </Listing> <Listing Rank="285" Team="Lipscomb"> <Made>151</Made> <Attempted>382</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="286" Team="Bakersfield"> <Made>158</Made> <Attempted>400</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="287" Team="Northwestern"> <Made>124</Made> <Attempted>314</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="288" Team="Southern California"> <Made>154</Made> <Attempted>391</Attempted> <Percentage>39.4</Percentage> </Listing> <Listing Rank="289" Team="Appalachian St."> <Made>87</Made> <Attempted>221</Attempted> <Percentage>39.4</Percentage> </Listing> <Listing Rank="290" Team="Nicholls St."> <Made>92</Made> <Attempted>234</Attempted> <Percentage>39.3</Percentage> </Listing> <Listing Rank="291" Team="Radford"> <Made>150</Made> <Attempted>383</Attempted> <Percentage>39.2</Percentage> </Listing> <Listing Rank="292" Team="Chicago St."> <Made>180</Made> <Attempted>460</Attempted> <Percentage>39.1</Percentage> </Listing> <Listing Rank="293" Team="Savannah St."> <Made>144</Made> <Attempted>369</Attempted> <Percentage>39.0</Percentage> </Listing> <Listing Rank="294" Team="San Jose St."> <Made>148</Made> <Attempted>380</Attempted> <Percentage>38.9</Percentage> </Listing> <Listing Rank="295" Team="St. Francis Brooklyn"> <Made>140</Made> <Attempted>361</Attempted> <Percentage>38.8</Percentage> </Listing> <Listing Rank="296" Team="Alcorn"> <Made>143</Made> <Attempted>369</Attempted> <Percentage>38.8</Percentage> </Listing> <Listing Rank="297" Team="George Mason"> <Made>129</Made> <Attempted>333</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="" Team="Florida"> <Made>129</Made> <Attempted>333</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="299" Team="South Ala."> <Made>122</Made> <Attempted>315</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="300" Team="Fairfield"> <Made>139</Made> <Attempted>359</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="301" Team="Jacksonville St."> <Made>148</Made> <Attempted>383</Attempted> <Percentage>38.6</Percentage> </Listing> <Listing Rank="302" Team="Western Ill."> <Made>114</Made> <Attempted>296</Attempted> <Percentage>38.5</Percentage> </Listing> <Listing Rank="303" Team="Samford"> <Made>181</Made> <Attempted>470</Attempted> <Percentage>38.5</Percentage> </Listing> <Listing Rank="304" Team="North Dakota St."> <Made>131</Made> <Attempted>341</Attempted> <Percentage>38.4</Percentage> </Listing> <Listing Rank="305" Team="Washington St."> <Made>129</Made> <Attempted>336</Attempted> <Percentage>38.4</Percentage> </Listing> <Listing Rank="306" Team="Rice"> <Made>120</Made> <Attempted>314</Attempted> <Percentage>38.2</Percentage> </Listing> <Listing Rank="307" Team="Fordham"> <Made>132</Made> <Attempted>346</Attempted> <Percentage>38.2</Percentage> </Listing> <Listing Rank="308" Team="UMBC"> <Made>114</Made> <Attempted>299</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="309" Team="Indiana St."> <Made>117</Made> <Attempted>307</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="310" Team="La Salle"> <Made>125</Made> <Attempted>328</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="311" Team="Central Conn. St."> <Made>120</Made> <Attempted>315</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="312" Team="Rutgers"> <Made>142</Made> <Attempted>373</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="313" Team="Furman"> <Made>95</Made> <Attempted>250</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="314" Team="Northern Ariz."> <Made>147</Made> <Attempted>387</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="315" Team="Saint Joseph's"> <Made>128</Made> <Attempted>337</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="316" Team="Southern U."> <Made>137</Made> <Attempted>361</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="317" Team="Nevada"> <Made>122</Made> <Attempted>322</Attempted> <Percentage>37.9</Percentage> </Listing> <Listing Rank="318" Team="Mt. St. Mary's"> <Made>101</Made> <Attempted>267</Attempted> <Percentage>37.8</Percentage> </Listing> <Listing Rank="319" Team="Binghamton"> <Made>138</Made> <Attempted>366</Attempted> <Percentage>37.7</Percentage> </Listing> <Listing Rank="320" Team="Alabama A&M"> <Made>98</Made> <Attempted>260</Attempted> <Percentage>37.7</Percentage> </Listing> <Listing Rank="321" Team="Coppin St."> <Made>124</Made> <Attempted>330</Attempted> <Percentage>37.6</Percentage> </Listing> <Listing Rank="322" Team="Drexel"> <Made>118</Made> <Attempted>315</Attempted> <Percentage>37.5</Percentage> </Listing> <Listing Rank="323" Team="Ark.-Pine Bluff"> <Made>137</Made> <Attempted>368</Attempted> <Percentage>37.2</Percentage> </Listing> <Listing Rank="324" Team="Houston"> <Made>74</Made> <Attempted>200</Attempted> <Percentage>37.0</Percentage> </Listing> <Listing Rank="325" Team="Jackson St."> <Made>124</Made> <Attempted>336</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="326" Team="Ill.-Chicago"> <Made>163</Made> <Attempted>442</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="327" Team="Montana St."> <Made>122</Made> <Attempted>331</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="328" Team="Middle Tenn."> <Made>138</Made> <Attempted>376</Attempted> <Percentage>36.7</Percentage> </Listing> <Listing Rank="329" Team="Cal Poly"> <Made>102</Made> <Attempted>278</Attempted> <Percentage>36.7</Percentage> </Listing> <Listing Rank="330" Team="Prairie View"> <Made>148</Made> <Attempted>406</Attempted> <Percentage>36.5</Percentage> </Listing> <Listing Rank="331" Team="Robert Morris"> <Made>141</Made> <Attempted>387</Attempted> <Percentage>36.4</Percentage> </Listing> <Listing Rank="332" Team="Bryant"> <Made>81</Made> <Attempted>223</Attempted> <Percentage>36.3</Percentage> </Listing> <Listing Rank="333" Team="Jacksonville"> <Made>167</Made> <Attempted>461</Attempted> <Percentage>36.2</Percentage> </Listing> <Listing Rank="334" Team="South Carolina St."> <Made>132</Made> <Attempted>367</Attempted> <Percentage>36.0</Percentage> </Listing> <Listing Rank="335" Team="Grambling"> <Made>83</Made> <Attempted>234</Attempted> <Percentage>35.5</Percentage> </Listing> <Listing Rank="336" Team="Oral Roberts"> <Made>106</Made> <Attempted>299</Attempted> <Percentage>35.5</Percentage> </Listing> <Listing Rank="337" Team="Temple"> <Made>120</Made> <Attempted>339</Attempted> <Percentage>35.4</Percentage> </Listing> <Listing Rank="338" Team="Niagara"> <Made>94</Made> <Attempted>266</Attempted> <Percentage>35.3</Percentage> </Listing> <Listing Rank="339" Team="LIU Brooklyn"> <Made>89</Made> <Attempted>252</Attempted> <Percentage>35.3</Percentage> </Listing> <Listing Rank="340" Team="Florida A&M"> <Made>140</Made> <Attempted>407</Attempted> <Percentage>34.4</Percentage> </Listing> <Listing Rank="341" Team="Loyola Maryland"> <Made>123</Made> <Attempted>359</Attempted> <Percentage>34.3</Percentage> </Listing> <Listing Rank="342" Team="Canisius"> <Made>100</Made> <Attempted>296</Attempted> <Percentage>33.8</Percentage> </Listing> <Listing Rank="343" Team="Morgan St."> <Made>148</Made> <Attempted>441</Attempted> <Percentage>33.6</Percentage> </Listing> <Listing Rank="344" Team="Mississippi Val."> <Made>144</Made> <Attempted>439</Attempted> <Percentage>32.8</Percentage> </Listing> <Listing Rank="345" Team="Delaware"> <Made>84</Made> <Attempted>283</Attempted> <Percentage>29.7</Percentage> </Listing> <time_stamp> December 3, 2014, at 03:28 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21185290.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21185290</XML_File_ID> <heading>AAX%BOX-CHC-SFG</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>39944</game_id> <schedule_id>39944</schedule_id> <vteam>Chicago Cubs</vteam> <hteam>San Francisco</hteam> <vteam_id>002</vteam_id> <hteam_id>011</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Chicago Cubs at San Francisco</title> <Game_Date>05/28/2014</Game_Date> <Game_Time>03:45 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>41915</Capacity> <Game_Breakdown> <AwayTeam Team="Chicago Cubs"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>0</Runs> <Hits>2</Hits> <Errors>1</Errors> </AwayTeam> <HomeTeam Team="San Francisco"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">2</Runs_By_Innings> <Runs_By_Innings Inning="7">3</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">X</Runs_By_Innings> </LineScore> <Runs>5</Runs> <Hits>8</Hits> <Errors>2</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="002" Team="Chicago Cubs"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Emilio" BFS_Player_Lastname="Bonifacio"> <BFS_Player_ID>19042</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>12</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>12</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.273</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Junior" BFS_Player_Lastname="Lake"> <BFS_Player_ID>20901</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>6</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.264</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Anthony" BFS_Player_Lastname="Rizzo"> <BFS_Player_ID>20403</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.264</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Starlin" BFS_Player_Lastname="Castro"> <BFS_Player_ID>20487</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>25</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>7</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.272</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nate" BFS_Player_Lastname="Schierholtz"> <BFS_Player_ID>13485</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>15</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.206</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Mike" BFS_Player_Lastname="Olt"> <BFS_Player_ID>21476</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.168</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Chris" BFS_Player_Lastname="Coghlan"> <BFS_Player_ID>19376</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.138</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Justin" BFS_Player_Lastname="Ruggiano"> <BFS_Player_ID>17898</BFS_Player_ID> <BFS_Position>PH-LF</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>6</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.225</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="John" BFS_Player_Lastname="Baker"> <BFS_Player_ID>8099</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.143</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Edwin" BFS_Player_Lastname="Jackson"> <BFS_Player_ID>7529</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.091</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="James" BFS_Player_Lastname="Russell"> <BFS_Player_ID>17213</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Brian" BFS_Player_Lastname="Schlitter"> <BFS_Player_ID>20211</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Darwin" BFS_Player_Lastname="Barney"> <BFS_Player_ID>19607</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>10</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.184</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Justin" BFS_Player_Lastname="Grimm"> <BFS_Player_ID>16362</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Luis" BFS_Player_Lastname="Valbuena"> <BFS_Player_ID>12297</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>12</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.256</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>30</TBS_At_Bats> <TBS_Runs>0</TBS_Runs> <TBS_Hits>2</TBS_Hits> <TBS_Doubles>0</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>0</TBS_RBI> <TBS_Walks>5</TBS_Walks> <TBS_Strikeouts>7</TBS_Strikeouts> <TBS_Errors>1</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>1</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Edwin" PS_Player_LastName="Jackson"> <PS_Player_ID>7529</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 1-3</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>5</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>21</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>19</AB> <BF>21</BF> <Hits>4</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>2</Walks> <Strikeouts>9</Strikeouts> <KL>3</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>32</TotalER> <TotalOuts>16</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="99" strikes="60" /> <ERA>4.81</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="James" PS_Player_LastName="Russell"> <PS_Player_ID>17213</PS_Player_ID> <Innings_Pitched>0</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>1</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>1</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>5</TotalER> <TotalOuts>0</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="5" strikes="3" /> <ERA>3.75</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Brian" PS_Player_LastName="Schlitter"> <PS_Player_ID>20211</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>7</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>4</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>6</TotalER> <TotalOuts>2</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="10" strikes="4" /> <ERA>2.42</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Justin" PS_Player_LastName="Grimm"> <PS_Player_ID>16362</PS_Player_ID> <Innings_Pitched>2</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>3</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>10</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>8</AB> <BF>10</BF> <Hits>2</Hits> <Runs>3</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>7</TotalER> <TotalOuts>6</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="29" strikes="18" /> <Finished /> <ERA>2.74</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Junior" FS_Player_LastName="Lake"> <FS_Player_ID>20901</FS_Player_ID> <FS_ByPos Pos="CF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Anthony" FS_Player_LastName="Rizzo"> <FS_Player_ID>20403</FS_Player_ID> <FS_ByPos Pos="1B" PO="4" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Starlin" FS_Player_LastName="Castro"> <FS_Player_ID>20487</FS_Player_ID> <FS_ByPos Pos="SS" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nate" FS_Player_LastName="Schierholtz"> <FS_Player_ID>13485</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Mike" FS_Player_LastName="Olt"> <FS_Player_ID>21476</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Justin" FS_Player_LastName="Ruggiano"> <FS_Player_ID>17898</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Chris" FS_Player_LastName="Coghlan"> <FS_Player_ID>19376</FS_Player_ID> <FS_ByPos Pos="LF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="John" FS_Player_LastName="Baker"> <FS_Player_ID>8099</FS_Player_ID> <FS_ByPos Pos="C" PO="10" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="10" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Edwin" FS_Player_LastName="Jackson"> <FS_Player_ID>7529</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="011" Team="San Francisco"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Angel" BFS_Player_Lastname="Pagan"> <BFS_Player_ID>10957</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>15</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>11</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>1</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.324</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Hunter" BFS_Player_Lastname="Pence"> <BFS_Player_ID>18038</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.290</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Buster" BFS_Player_Lastname="Posey"> <BFS_Player_ID>19134</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>25</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.254</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Pablo" BFS_Player_Lastname="Sandoval"> <BFS_Player_ID>13355</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.246</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Juan" BFS_Player_Lastname="Gutierrez"> <BFS_Player_ID>11868</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Javier" BFS_Player_Lastname="Lopez"> <BFS_Player_ID>6592</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Hector" BFS_Player_Lastname="Sanchez"> <BFS_Player_ID>20686</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>2</BFS_RBI> <BFS_TotalRBI>19</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.247</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Tyler" BFS_Player_Lastname="Colvin"> <BFS_Player_ID>19054</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>7</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.295</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Jeremy" BFS_Player_Lastname="Affeldt"> <BFS_Player_ID>6107</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Jean" BFS_Player_Lastname="Machi"> <BFS_Player_ID>12188</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Joaquin" BFS_Player_Lastname="Arias"> <BFS_Player_ID>7918</BFS_Player_ID> <BFS_Position>PH-3B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.143</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brandon" BFS_Player_Lastname="Crawford"> <BFS_Player_ID>20323</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.247</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ehire" BFS_Player_Lastname="Adrianza"> <BFS_Player_ID>20307</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.152</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Tim" BFS_Player_Lastname="Lincecum"> <BFS_Player_ID>19056</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Brandon" BFS_Player_Lastname="Hicks"> <BFS_Player_ID>19601</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>20</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.184</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="George" BFS_Player_Lastname="Kontos"> <BFS_Player_ID>20070</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Gregor" BFS_Player_Lastname="Blanco"> <BFS_Player_ID>8665</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>6</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>5</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.188</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>31</TBS_At_Bats> <TBS_Runs>5</TBS_Runs> <TBS_Hits>8</TBS_Hits> <TBS_Doubles>3</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>4</TBS_RBI> <TBS_Walks>4</TBS_Walks> <TBS_Strikeouts>10</TBS_Strikeouts> <TBS_Errors>2</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>1</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Tim" PS_Player_LastName="Lincecum"> <PS_Player_ID>19056</PS_Player_ID> <PS_Started /> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>4</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>20</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>15</AB> <BF>20</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>4</Walks> <Strikeouts>5</Strikeouts> <KL>2</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>28</TotalER> <TotalOuts>15</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="96" strikes="52" /> <ERA>4.18</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="George" PS_Player_LastName="Kontos"> <PS_Player_ID>20070</PS_Player_ID> <Innings_Pitched>1 1-3</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>1</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>4</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="20" strikes="14" /> <ERA>0.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jeremy" PS_Player_LastName="Affeldt"> <PS_Player_ID>6107</PS_Player_ID> <Innings_Pitched>0</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>8</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>2</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>3</TotalER> <TotalOuts>0</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="8" strikes="3" /> <ERA>1.56</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jean" PS_Player_LastName="Machi"> <PS_Player_ID>12188</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>5</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>2</Season_Saves> <Season_Holds>5</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="3" strikes="2" /> <ERA>0.35</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Juan" PS_Player_LastName="Gutierrez"> <PS_Player_ID>11868</PS_Player_ID> <Innings_Pitched>1 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>6</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>6</AB> <BF>6</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>9</TotalER> <TotalOuts>4</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="20" strikes="18" /> <ERA>3.42</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Javier" PS_Player_LastName="Lopez"> <PS_Player_ID>6592</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>5</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>2</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="4" strikes="3" /> <Finished /> <ERA>1.80</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Angel" FS_Player_LastName="Pagan"> <FS_Player_ID>10957</FS_Player_ID> <FS_ByPos Pos="CF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Hunter" FS_Player_LastName="Pence"> <FS_Player_ID>18038</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Buster" FS_Player_LastName="Posey"> <FS_Player_ID>19134</FS_Player_ID> <FS_ByPos Pos="1B" PO="11" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="11" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Pablo" FS_Player_LastName="Sandoval"> <FS_Player_ID>13355</FS_Player_ID> <FS_ByPos Pos="3B" PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Javier" FS_Player_LastName="Lopez"> <FS_Player_ID>6592</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Hector" FS_Player_LastName="Sanchez"> <FS_Player_ID>20686</FS_Player_ID> <FS_ByPos Pos="C" PO="7" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="7" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Joaquin" FS_Player_LastName="Arias"> <FS_Player_ID>7918</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brandon" FS_Player_LastName="Crawford"> <FS_Player_ID>20323</FS_Player_ID> <FS_ByPos Pos="SS" PO="1" A="4" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="1" A="4" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ehire" FS_Player_LastName="Adrianza"> <FS_Player_ID>20307</FS_Player_ID> <FS_ByPos Pos="2B" PO="3" A="5" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="3" A="5" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Tim" FS_Player_LastName="Lincecum"> <FS_Player_ID>19056</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Wild_Pitches> Jackson, Grimm </Wild_Pitches> <Intentional_Walks> <IW_Listing> <IW_Batter_ID IW_Batter_FirstName="Pablo" IW_Batter_LastName="Sandoval"> 13355</IW_Batter_ID> <IW_Pitcher_ID IW_Pitcher_FirstName="Justin" IW_Pitcher_LastName="Grimm"> 16362</IW_Pitcher_ID> <IW_Number_Of_Times_Walked>1</IW_Number_Of_Times_Walked> </IW_Listing> <IW_Listing> <IW_Batter_ID IW_Batter_FirstName="Brandon" IW_Batter_LastName="Crawford"> 20323</IW_Batter_ID> <IW_Pitcher_ID IW_Pitcher_FirstName="Brian" IW_Pitcher_LastName="Schlitter"> 20211</IW_Pitcher_ID> <IW_Number_Of_Times_Walked>1</IW_Number_Of_Times_Walked> </IW_Listing> </Intentional_Walks> <Hit_By_Pitch> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Nate" HBP_Batter_LastName="Schierholtz"> 13485</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="Tim" HBP_Pitcher_LastName="Lincecum"> 19056</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> </Hit_By_Pitch> </Misc_Pitching_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Chicago Cubs">9</Away_Left_On_Base> <Home_Left_On_Base Team="San Francisco">7</Home_Left_On_Base> <Double_Plays>San Francisco 1 (B.Crawford, E.Adrianza and B.Posey).</Double_Plays> <Double_Plays_Details TeamID="002" Count="0"> </Double_Plays_Details> <Double_Plays_Details TeamID="011" Count="1"> <Play Count="1"> <PlayerID>20323</PlayerID> <PlayerID>20307</PlayerID> <PlayerID>19134</PlayerID> </Play> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="002" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="011" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_M.Olt, J.Arias, B.Crawford. LOB_Chicago Cubs 9, San Francisco 7. 2B_A.Pagan, H.Sanchez, T.Colvin. S_A.Pagan. SB_E.Bonifacio (12). GIDP_J.Lake. DP_San Francisco 1 (B.Crawford, E.Adrianza and B.Posey).</Misc_Batting_Notes> <Misc_Pitching_Notes>IBB_off B.Schlitter (B.Crawford), off J.Grimm (P.Sandoval). HBP_by T.Lincecum (N.Schierholtz). WP_E.Jackson, J.Grimm.</Misc_Pitching_Notes> <Pitching_Notes>J.Russell pitched to 1 batter in the 6th. J.Affeldt pitched to 2 batters in the 7th.</Pitching_Notes> <Pitching_Notes_Details> <PitcherID Inn="6" TeamID="002" BF="1">17213</PitcherID> <PitcherID Inn="7" TeamID="011" BF="2">6107</PitcherID> </Pitching_Notes_Details> <Attendance>41186</Attendance> <Game_Length>3:18</Game_Length> <HPUmpire ID="128" Firstname="Chris" Lastname="Segal">Chris Segal</HPUmpire> <FBUmpire ID="80" Firstname="Mike" Lastname="Muchlinski">Mike Muchlinski</FBUmpire> <SBUmpire ID="65" Firstname="Mark" Lastname="Wegner">Mark Wegner</SBUmpire> <TBUmpire ID="28" Firstname="Andy" Lastname="Fletcher">Andy Fletcher</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> May 28, 2014, at 07:24 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21235591.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21235591</XML_File_ID> <heading>AAX%BOX-PHI-CIN</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>40057</game_id> <schedule_id>40057</schedule_id> <vteam>Philadelphia</vteam> <hteam>Cincinnati</hteam> <vteam_id>008</vteam_id> <hteam_id>003</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Philadelphia at Cincinnati</title> <Game_Date>06/06/2014</Game_Date> <Game_Time>07:10 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>42319</Capacity> <Game_Breakdown> <AwayTeam Team="Philadelphia"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">3</Runs_By_Innings> <Runs_By_Innings Inning="5">1</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">4</Runs_By_Innings> </LineScore> <Runs>8</Runs> <Hits>11</Hits> <Errors>1</Errors> </AwayTeam> <HomeTeam Team="Cincinnati"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>0</Runs> <Hits>5</Hits> <Errors>1</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="008" Team="Philadelphia"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jimmy" BFS_Player_Lastname="Rollins"> <BFS_Player_ID>5535</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>2</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.248</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Ronny" BFS_Player_Lastname="Cedeno"> <BFS_Player_ID>6973</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Carlos" BFS_Player_Lastname="Ruiz"> <BFS_Player_ID>16077</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>13</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>10</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.282</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Chase" BFS_Player_Lastname="Utley"> <BFS_Player_ID>6565</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>23</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>29</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>1</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.320</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Jonathan" BFS_Player_Lastname="Papelbon"> <BFS_Player_ID>14216</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ryan" BFS_Player_Lastname="Howard"> <BFS_Player_ID>7449</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>2</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>11</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>41</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.228</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Marlon" BFS_Player_Lastname="Byrd"> <BFS_Player_ID>6297</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>18</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>32</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.263</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Domonic" BFS_Player_Lastname="Brown"> <BFS_Player_ID>19586</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>3</BFS_RBI> <BFS_TotalRBI>30</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>1</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.207</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="John" BFS_Player_Lastname="Mayberry"> <BFS_Player_ID>18979</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>13</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Reid" BFS_Player_Lastname="Brignac"> <BFS_Player_ID>18116</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.222</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Cole" BFS_Player_Lastname="Hamels"> <BFS_Player_ID>7496</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.211</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Mike" BFS_Player_Lastname="Adams"> <BFS_Player_ID>7039</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Ben" BFS_Player_Lastname="Revere"> <BFS_Player_ID>20658</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>8</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>16</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.285</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Cesar" BFS_Player_Lastname="Hernandez"> <BFS_Player_ID>21451</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.180</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>36</TBS_At_Bats> <TBS_Runs>8</TBS_Runs> <TBS_Hits>11</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>1</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>7</TBS_RBI> <TBS_Walks>3</TBS_Walks> <TBS_Strikeouts>10</TBS_Strikeouts> <TBS_Errors>1</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>2</TBS_Sac_Flies> <TBS_Hit_By_Pitch>2</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Cole" PS_Player_LastName="Hamels"> <PS_Player_ID>7496</PS_Player_ID> <PS_Started /> <Innings_Pitched>7 2-3</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>2</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>30</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>27</AB> <BF>30</BF> <Hits>5</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>2</Walks> <Strikeouts>7</Strikeouts> <KL>1</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>23</TotalER> <TotalOuts>23</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="125" strikes="85" /> <ERA>3.49</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Mike" PS_Player_LastName="Adams"> <PS_Player_ID>7039</PS_Player_ID> <Innings_Pitched>1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>6</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>1</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>1</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>4</TotalER> <TotalOuts>1</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="5" strikes="4" /> <ERA>2.12</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jonathan" PS_Player_LastName="Papelbon"> <PS_Player_ID>14216</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>13</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>4</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="9" strikes="4" /> <Finished /> <ERA>1.54</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Jimmy" FS_Player_LastName="Rollins"> <FS_Player_ID>5535</FS_Player_ID> <FS_ByPos Pos="SS" PO="2" A="5" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="5" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Carlos" FS_Player_LastName="Ruiz"> <FS_Player_ID>16077</FS_Player_ID> <FS_ByPos Pos="C" PO="8" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="8" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Chase" FS_Player_LastName="Utley"> <FS_Player_ID>6565</FS_Player_ID> <FS_ByPos Pos="2B" PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ryan" FS_Player_LastName="Howard"> <FS_Player_ID>7449</FS_Player_ID> <FS_ByPos Pos="1B" PO="9" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="9" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Marlon" FS_Player_LastName="Byrd"> <FS_Player_ID>6297</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Domonic" FS_Player_LastName="Brown"> <FS_Player_ID>19586</FS_Player_ID> <FS_ByPos Pos="LF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="John" FS_Player_LastName="Mayberry"> <FS_Player_ID>18979</FS_Player_ID> <FS_ByPos Pos="CF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Reid" FS_Player_LastName="Brignac"> <FS_Player_ID>18116</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Cole" FS_Player_LastName="Hamels"> <FS_Player_ID>7496</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="003" Team="Cincinnati"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Billy" BFS_Player_Lastname="Hamilton"> <BFS_Player_ID>21456</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>10</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>22</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>7</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.255</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brayan" BFS_Player_Lastname="Pena"> <BFS_Player_ID>6877</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>13</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.261</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brandon" BFS_Player_Lastname="Phillips"> <BFS_Player_ID>6481</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>22</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.271</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Todd" BFS_Player_Lastname="Frazier"> <BFS_Player_ID>19967</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>12</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>31</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>9</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.270</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jay" BFS_Player_Lastname="Bruce"> <BFS_Player_ID>19234</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>17</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>6</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.204</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ryan" BFS_Player_Lastname="Ludwick"> <BFS_Player_ID>6156</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.247</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Zack" BFS_Player_Lastname="Cozart"> <BFS_Player_ID>20364</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>13</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.218</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ramon" BFS_Player_Lastname="Santiago"> <BFS_Player_ID>6369</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>1</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.189</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Johnny" BFS_Player_Lastname="Cueto"> <BFS_Player_ID>19385</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.138</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Chris" BFS_Player_Lastname="Heisey"> <BFS_Player_ID>19335</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>8</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>5</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.228</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Logan" BFS_Player_Lastname="Ondrusek"> <BFS_Player_ID>20624</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Devin" BFS_Player_Lastname="Mesoraco"> <BFS_Player_ID>19966</BFS_Player_ID> <BFS_Position>PH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>27</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.321</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Manny" BFS_Player_Lastname="Parra"> <BFS_Player_ID>14254</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Sam" BFS_Player_Lastname="LeCure"> <BFS_Player_ID>19891</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Jonathan" BFS_Player_Lastname="Broxton"> <BFS_Player_ID>9091</BFS_Player_ID> <BFS_Position>P</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>31</TBS_At_Bats> <TBS_Runs>0</TBS_Runs> <TBS_Hits>5</TBS_Hits> <TBS_Doubles>1</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>0</TBS_RBI> <TBS_Walks>2</TBS_Walks> <TBS_Strikeouts>8</TBS_Strikeouts> <TBS_Errors>1</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>1</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Johnny" PS_Player_LastName="Cueto"> <PS_Player_ID>19385</PS_Player_ID> <PS_Started /> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>5</Season_Wins> <Season_Losses>5</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>23</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>20</AB> <BF>23</BF> <Hits>6</Hits> <Runs>4</Runs> <Earned_Runs>4</Earned_Runs> <Walks>1</Walks> <Strikeouts>5</Strikeouts> <KL>2</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>17</TotalER> <TotalOuts>15</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="92" strikes="61" /> <ERA>1.97</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Logan" PS_Player_LastName="Ondrusek"> <PS_Player_ID>20624</PS_Player_ID> <Innings_Pitched>2</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>2</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>9</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>8</AB> <BF>9</BF> <Hits>2</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>4</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>10</TotalER> <TotalOuts>6</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="33" strikes="22" /> <ERA>4.43</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Manny" PS_Player_LastName="Parra"> <PS_Player_ID>14254</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>7</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>11</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="14" strikes="9" /> <ERA>4.95</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Sam" PS_Player_LastName="LeCure"> <PS_Player_ID>19891</PS_Player_ID> <Innings_Pitched>1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>8</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>6</BF> <Hits>3</Hits> <Runs>4</Runs> <Earned_Runs>3</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>3</TotalER> <TotalOuts>1</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="29" strikes="17" /> <ERA>2.25</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jonathan" PS_Player_LastName="Broxton"> <PS_Player_ID>9091</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>5</Season_Saves> <Season_Holds>7</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="8" strikes="4" /> <Finished /> <ERA>0.50</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Billy" FS_Player_LastName="Hamilton"> <FS_Player_ID>21456</FS_Player_ID> <FS_ByPos Pos="CF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brayan" FS_Player_LastName="Pena"> <FS_Player_ID>6877</FS_Player_ID> <FS_ByPos Pos="C" PO="10" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="10" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brandon" FS_Player_LastName="Phillips"> <FS_Player_ID>6481</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Todd" FS_Player_LastName="Frazier"> <FS_Player_ID>19967</FS_Player_ID> <FS_ByPos Pos="1B" PO="9" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="9" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jay" FS_Player_LastName="Bruce"> <FS_Player_ID>19234</FS_Player_ID> <FS_ByPos Pos="RF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Zack" FS_Player_LastName="Cozart"> <FS_Player_ID>20364</FS_Player_ID> <FS_ByPos Pos="SS" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ramon" FS_Player_LastName="Santiago"> <FS_Player_ID>6369</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Manny" FS_Player_LastName="Parra"> <FS_Player_ID>14254</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Johnny" FS_Player_LastName="Cueto"> <FS_Player_ID>19385</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Sam" FS_Player_LastName="LeCure"> <FS_Player_ID>19891</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Wild_Pitches> Hamels, LeCure </Wild_Pitches> <Intentional_Walks /> <Hit_By_Pitch> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Marlon" HBP_Batter_LastName="Byrd"> 6297</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="Johnny" HBP_Pitcher_LastName="Cueto"> 19385</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Chase" HBP_Batter_LastName="Utley"> 6565</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="Johnny" HBP_Pitcher_LastName="Cueto"> 19385</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> </Hit_By_Pitch> </Misc_Pitching_Stats> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Jimmy" HRS_Batter_LastName="Rollins" RBIs="1"> 5535</HRS_Batter_ID> <Season_Homeruns>7</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Johnny" HRS_Pitcher_LastName="Cueto"> 19385</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Philadelphia">8</Away_Left_On_Base> <Home_Left_On_Base Team="Cincinnati">7</Home_Left_On_Base> <Double_Plays /> <Double_Plays_Details TeamID="008" Count="0"> </Double_Plays_Details> <Double_Plays_Details TeamID="003" Count="0"> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="008" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="003" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_J.Rollins, T.Frazier. LOB_Philadelphia 8, Cincinnati 7. 2B_M.Byrd, D.Brown, R.Ludwick. HR_J.Rollins (7) off J.Cueto. SF_C.Utley, D.Brown. S_R.Santiago. SB_B.Revere (16).</Misc_Batting_Notes> <Misc_Pitching_Notes>HBP_by J.Cueto (M.Byrd,C.Utley). WP_C.Hamels, S.LeCure.</Misc_Pitching_Notes> <Pitching_Notes /> <Pitching_Notes_Details> </Pitching_Notes_Details> <Attendance>38331</Attendance> <Game_Length>3:18</Game_Length> <HPUmpire ID="118" Firstname="Sean" Lastname="Barber">Sean Barber</HPUmpire> <FBUmpire ID="8" Firstname="Chris" Lastname="Guccione">Chris Guccione</FBUmpire> <SBUmpire ID="50" Firstname="Paul" Lastname="Nauert">Paul Nauert</SBUmpire> <TBUmpire ID="32" Firstname="Tom" Lastname="Hallion">Tom Hallion</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> June 6, 2014, at 10:40 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21236805.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21236805</XML_File_ID> <heading>AAX%BOX-STL-TOR</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>40049</game_id> <schedule_id>40049</schedule_id> <vteam>St. Louis</vteam> <hteam>Toronto</hteam> <vteam_id>012</vteam_id> <hteam_id>040</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>St. Louis at Toronto</title> <Game_Date>06/06/2014</Game_Date> <Game_Time>07:07 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>49278</Capacity> <Game_Breakdown> <AwayTeam Team="St. Louis"> <LineScore> <Runs_By_Innings Inning="1">1</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>1</Runs> <Hits>7</Hits> <Errors>2</Errors> </AwayTeam> <HomeTeam Team="Toronto"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">1</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">1</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">1</Runs_By_Innings> <Runs_By_Innings Inning="9">X</Runs_By_Innings> </LineScore> <Runs>3</Runs> <Hits>11</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="012" Team="St. Louis"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Matt" BFS_Player_Lastname="Carpenter"> <BFS_Player_ID>21269</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>21</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>7</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.302</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Oscar" BFS_Player_Lastname="Taveras"> <BFS_Player_ID>21471</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.192</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Matt" BFS_Player_Lastname="Holliday"> <BFS_Player_ID>6227</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>29</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.269</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Allen" BFS_Player_Lastname="Craig"> <BFS_Player_ID>19803</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>33</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Yadier" BFS_Player_Lastname="Molina"> <BFS_Player_ID>6838</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.293</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jon" BFS_Player_Lastname="Jay"> <BFS_Player_ID>16418</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.293</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jhonny" BFS_Player_Lastname="Peralta"> <BFS_Player_ID>6606</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>25</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.225</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Daniel" BFS_Player_Lastname="Descalso"> <BFS_Player_ID>20411</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.167</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Tony" BFS_Player_Lastname="Cruz"> <BFS_Player_ID>19992</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.242</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>33</TBS_At_Bats> <TBS_Runs>1</TBS_Runs> <TBS_Hits>7</TBS_Hits> <TBS_Doubles>1</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>1</TBS_RBI> <TBS_Walks>3</TBS_Walks> <TBS_Strikeouts>8</TBS_Strikeouts> <TBS_Errors>2</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>1</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Lance" PS_Player_LastName="Lynn"> <PS_Player_ID>19842</PS_Player_ID> <PS_Started /> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>6</Season_Wins> <Season_Losses>4</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>26</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>22</AB> <BF>26</BF> <Hits>6</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>4</Walks> <Strikeouts>6</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>28</TotalER> <TotalOuts>15</TotalOuts> <Doubles>0</Doubles> <Triples>1</Triples> <Home_Runs>2</Home_Runs> <Pitchcount total="110" strikes="60" /> <ERA>3.49</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Seth" PS_Player_LastName="Maness"> <PS_Player_ID>22779</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>2</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>8</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="13" strikes="8" /> <ERA>2.70</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Randy" PS_Player_LastName="Choate"> <PS_Player_ID>5410</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>4</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>13</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="10" strikes="5" /> <ERA>6.88</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jason" PS_Player_LastName="Motte"> <PS_Player_ID>16169</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>5</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>5</AB> <BF>5</BF> <Hits>3</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="26" strikes="16" /> <ERA>2.45</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Carlos" PS_Player_LastName="Martinez"> <PS_Player_ID>22410</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>12</Season_Holds> <Season_BlownSaves>5</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>16</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="5" strikes="4" /> <Finished /> <ERA>4.32</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Matt" FS_Player_LastName="Carpenter"> <FS_Player_ID>21269</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Matt" FS_Player_LastName="Holliday"> <FS_Player_ID>6227</FS_Player_ID> <FS_ByPos Pos="LF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Allen" FS_Player_LastName="Craig"> <FS_Player_ID>19803</FS_Player_ID> <FS_ByPos Pos="1B" PO="6" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> <FS_Total PO="6" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jhonny" FS_Player_LastName="Peralta"> <FS_Player_ID>6606</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> <FS_Total PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Daniel" FS_Player_LastName="Descalso"> <FS_Player_ID>20411</FS_Player_ID> <FS_ByPos Pos="2B" PO="3" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> <FS_Total PO="3" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="1"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Tony" FS_Player_LastName="Cruz"> <FS_Player_ID>19992</FS_Player_ID> <FS_ByPos Pos="C" PO="10" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="10" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Carlos" FS_Player_LastName="Martinez"> <FS_Player_ID>22410</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="040" Team="Toronto"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jose" BFS_Player_Lastname="Reyes"> <BFS_Player_ID>7056</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>13</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>17</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>12</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.259</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Melky" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>18558</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>10</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>33</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.305</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Erik" BFS_Player_Lastname="Kratz"> <BFS_Player_ID>12088</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>9</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.231</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jose" BFS_Player_Lastname="Bautista"> <BFS_Player_ID>7140</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>15</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>44</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.318</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Lind"> <BFS_Player_ID>17933</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.342</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Edwin" BFS_Player_Lastname="Encarnacion"> <BFS_Player_ID>7049</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>19</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>50</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.273</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Juan" BFS_Player_Lastname="Francisco"> <BFS_Player_ID>19333</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>10</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>26</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.262</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Steve" BFS_Player_Lastname="Tolleson"> <BFS_Player_ID>18976</BFS_Player_ID> <BFS_Position>PH-2B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>6</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.283</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brett" BFS_Player_Lastname="Lawrie"> <BFS_Player_ID>20018</BFS_Player_ID> <BFS_Position>2B-3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>2</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>11</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.245</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Dioner" BFS_Player_Lastname="Navarro"> <BFS_Player_ID>6863</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>3</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.270</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Kevin" BFS_Player_Lastname="Pillar"> <BFS_Player_ID>23019</BFS_Player_ID> <BFS_Position>PR-LF</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Anthony" BFS_Player_Lastname="Gose"> <BFS_Player_ID>21295</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>1</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.254</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>34</TBS_At_Bats> <TBS_Runs>3</TBS_Runs> <TBS_Hits>11</TBS_Hits> <TBS_Doubles>0</TBS_Doubles> <TBS_Triples>1</TBS_Triples> <TBS_Home_Runs>2</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>3</TBS_RBI> <TBS_Walks>5</TBS_Walks> <TBS_Strikeouts>8</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Marcus" PS_Player_LastName="Stroman"> <PS_Player_ID>22996</PS_Player_ID> <PS_Started /> <Innings_Pitched>6</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>27</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>24</AB> <BF>27</BF> <Hits>7</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>2</Walks> <Strikeouts>7</Strikeouts> <KL>1</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>10</TotalER> <TotalOuts>18</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="93" strikes="60" /> <ERA>5.40</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Brett" PS_Player_LastName="Cecil"> <PS_Player_ID>19718</PS_Player_ID> <Innings_Pitched>1-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>3</Season_Saves> <Season_Holds>14</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>9</TotalER> <TotalOuts>1</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="8" strikes="4" /> <ERA>3.63</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Dustin" PS_Player_LastName="McGowan"> <PS_Player_ID>14652</PS_Player_ID> <Innings_Pitched>1 2-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>4</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>5</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>5</AB> <BF>5</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>23</TotalER> <TotalOuts>5</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="15" strikes="9" /> <ERA>4.22</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Casey" PS_Player_LastName="Janssen"> <PS_Player_ID>17987</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Save</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>11</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="13" strikes="10" /> <Finished /> <ERA>0.00</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Jose" FS_Player_LastName="Reyes"> <FS_Player_ID>7056</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Erik" FS_Player_LastName="Kratz"> <FS_Player_ID>12088</FS_Player_ID> <FS_ByPos Pos="C" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Melky" FS_Player_LastName="Cabrera"> <FS_Player_ID>18558</FS_Player_ID> <FS_ByPos Pos="LF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jose" FS_Player_LastName="Bautista"> <FS_Player_ID>7140</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Adam" FS_Player_LastName="Lind"> <FS_Player_ID>17933</FS_Player_ID> <FS_ByPos Pos="1B" PO="8" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="8" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Juan" FS_Player_LastName="Francisco"> <FS_Player_ID>19333</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brett" FS_Player_LastName="Lawrie"> <FS_Player_ID>20018</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="6" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="6" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Dioner" FS_Player_LastName="Navarro"> <FS_Player_ID>6863</FS_Player_ID> <FS_ByPos Pos="C" PO="8" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="8" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Kevin" FS_Player_LastName="Pillar"> <FS_Player_ID>23019</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Anthony" FS_Player_LastName="Gose"> <FS_Player_ID>21295</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Marcus" FS_Player_LastName="Stroman"> <FS_Player_ID>22996</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Wild_Pitches> Stroman </Wild_Pitches> <Intentional_Walks /> <Hit_By_Pitch> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Matt" HBP_Batter_LastName="Holliday"> 6227</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="Marcus" HBP_Pitcher_LastName="Stroman"> 22996</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> </Hit_By_Pitch> </Misc_Pitching_Stats> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Jose" HRS_Batter_LastName="Bautista" RBIs="1"> 7140</HRS_Batter_ID> <Season_Homeruns>15</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Lance" HRS_Pitcher_LastName="Lynn"> 19842</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Brett" HRS_Batter_LastName="Lawrie" RBIs="1"> 20018</HRS_Batter_ID> <Season_Homeruns>11</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Lance" HRS_Pitcher_LastName="Lynn"> 19842</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="St. Louis">9</Away_Left_On_Base> <Home_Left_On_Base Team="Toronto">12</Home_Left_On_Base> <Double_Plays>St. Louis 1 (J.Peralta, D.Descalso and A.Craig).</Double_Plays> <Double_Plays_Details TeamID="012" Count="1"> <Play Count="1"> <PlayerID>6606</PlayerID> <PlayerID>20411</PlayerID> <PlayerID>19803</PlayerID> </Play> </Double_Plays_Details> <Double_Plays_Details TeamID="040" Count="0"> </Double_Plays_Details> <Triple_Plays>St. Louis 1 (D.Descalso, J.Peralta and A.Craig).</Triple_Plays> <Triple_Plays_Details TeamID="012" Count="1"> <Play Count="1"> <PlayerID>20411</PlayerID> <PlayerID>6606</PlayerID> <PlayerID>19803</PlayerID> </Play> </Triple_Plays_Details> <Triple_Plays_Details TeamID="040" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_M.Carpenter, D.Descalso. LOB_St. Louis 9, Toronto 12. 2B_M.Holliday. 3B_A.Gose. HR_J.Bautista (15) off L.Lynn, B.Lawrie (11) off L.Lynn. SB_M.Holliday (2), J.Reyes (12). GIDP_E.Encarnacion. DP_St. Louis 1 (J.Peralta, D.Descalso and A.Craig). TP_St. Louis 1 (D.Descalso, J.Peralta and A.Craig).</Misc_Batting_Notes> <Misc_Pitching_Notes>HBP_by M.Stroman (M.Holliday). WP_M.Stroman.</Misc_Pitching_Notes> <Pitching_Notes>M.Stroman pitched to 1 batter in the 7th.</Pitching_Notes> <Pitching_Notes_Details> <PitcherID Inn="7" TeamID="040" BF="1">22996</PitcherID> </Pitching_Notes_Details> <Attendance>33528</Attendance> <Game_Length>3:12</Game_Length> <HPUmpire ID="125" Firstname="Seth" Lastname="Buckminster">Seth Buckminster</HPUmpire> <FBUmpire ID="15" Firstname="Fieldin" Lastname="Culbreth">Fieldin Culbreth</FBUmpire> <SBUmpire ID="106" Firstname="Manny" Lastname="Gonzalez">Manny Gonzalez</SBUmpire> <TBUmpire ID="58" Firstname="Jim" Lastname="Reynolds">Jim Reynolds</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> June 7, 2014, at 01:23 AM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21251693.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21251693</XML_File_ID> <heading>AAX%BOX-MIN-TOR</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>40094</game_id> <schedule_id>40094</schedule_id> <vteam>Minnesota</vteam> <hteam>Toronto</hteam> <vteam_id>035</vteam_id> <hteam_id>040</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Minnesota at Toronto</title> <Game_Date>06/09/2014</Game_Date> <Game_Time>07:07 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>49278</Capacity> <Game_Breakdown> <AwayTeam Team="Minnesota"> <LineScore> <Runs_By_Innings Inning="1">2</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">2</Runs_By_Innings> </LineScore> <Runs>4</Runs> <Hits>9</Hits> <Errors>0</Errors> </AwayTeam> <HomeTeam Team="Toronto"> <LineScore> <Runs_By_Innings Inning="1">3</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">1</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">1</Runs_By_Innings> </LineScore> <Runs>5</Runs> <Hits>10</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="035" Team="Minnesota"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Danny" BFS_Player_Lastname="Santana"> <BFS_Player_ID>21574</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>11</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.364</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brian" BFS_Player_Lastname="Dozier"> <BFS_Player_ID>21280</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>13</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>31</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>13</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.246</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Joe" BFS_Player_Lastname="Mauer"> <BFS_Player_ID>6791</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>15</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.259</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Josh" BFS_Player_Lastname="Willingham"> <BFS_Player_ID>11510</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>1</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>15</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.303</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Oswaldo" BFS_Player_Lastname="Arcia"> <BFS_Player_ID>21780</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>13</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.257</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Kendrys" BFS_Player_Lastname="Morales"> <BFS_Player_ID>18447</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.333</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Aaron" BFS_Player_Lastname="Hicks"> <BFS_Player_ID>21587</BFS_Player_ID> <BFS_Position>PR-DH</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>9</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.198</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Trevor" BFS_Player_Lastname="Plouffe"> <BFS_Player_ID>17378</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>22</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.246</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Eduardo" BFS_Player_Lastname="Nunez"> <BFS_Player_ID>18924</BFS_Player_ID> <BFS_Position>PR-3B</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>10</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.291</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Kurt" BFS_Player_Lastname="Suzuki"> <BFS_Player_ID>18194</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>29</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.307</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Eduardo" BFS_Player_Lastname="Escobar"> <BFS_Player_ID>20416</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>19</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>12</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.303</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>33</TBS_At_Bats> <TBS_Runs>4</TBS_Runs> <TBS_Hits>9</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>1</TBS_Triples> <TBS_Home_Runs>2</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>4</TBS_RBI> <TBS_Walks>3</TBS_Walks> <TBS_Strikeouts>5</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>1</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>3</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Ricky" PS_Player_LastName="Nolasco"> <PS_Player_ID>13818</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>4</Season_Wins> <Season_Losses>5</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>25</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>23</AB> <BF>25</BF> <Hits>7</Hits> <Runs>4</Runs> <Earned_Runs>4</Earned_Runs> <Walks>2</Walks> <Strikeouts>6</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>46</TotalER> <TotalOuts>17</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>2</Home_Runs> <Pitchcount total="114" strikes="71" /> <ERA>5.70</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Caleb" PS_Player_LastName="Thielbar"> <PS_Player_ID>22315</PS_Player_ID> <Innings_Pitched>1 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>3</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>4</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>8</TotalER> <TotalOuts>4</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="15" strikes="10" /> <ERA>3.27</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Matt" PS_Player_LastName="Guerrier"> <PS_Player_ID>6091</PS_Player_ID> <Innings_Pitched>1 1-3</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>7</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>5</AB> <BF>7</BF> <Hits>1</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>2</Walks> <Strikeouts>3</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>3</TotalER> <TotalOuts>4</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="26" strikes="14" /> <ERA>2.84</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Casey" PS_Player_LastName="Fien"> <PS_Player_ID>19733</PS_Player_ID> <Innings_Pitched>0</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>3</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>10</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>2</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>7</TotalER> <TotalOuts>0</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="8" strikes="7" /> <Finished /> <ERA>2.42</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Danny" FS_Player_LastName="Santana"> <FS_Player_ID>21574</FS_Player_ID> <FS_ByPos Pos="CF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brian" FS_Player_LastName="Dozier"> <FS_Player_ID>21280</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="4" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="0" A="4" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Joe" FS_Player_LastName="Mauer"> <FS_Player_ID>6791</FS_Player_ID> <FS_ByPos Pos="1B" PO="7" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="7" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Josh" FS_Player_LastName="Willingham"> <FS_Player_ID>11510</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Oswaldo" FS_Player_LastName="Arcia"> <FS_Player_ID>21780</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Trevor" FS_Player_LastName="Plouffe"> <FS_Player_ID>17378</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Kurt" FS_Player_LastName="Suzuki"> <FS_Player_ID>18194</FS_Player_ID> <FS_ByPos Pos="C" PO="7" A="0" E="0" PB="0" CI="0" SBA="2" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="7" A="0" E="0" PB="0" CI="0" SBA="2" CSB="1" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Eduardo" FS_Player_LastName="Escobar"> <FS_Player_ID>20416</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ricky" FS_Player_LastName="Nolasco"> <FS_Player_ID>13818</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="2" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="2" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Caleb" FS_Player_LastName="Thielbar"> <FS_Player_ID>22315</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="040" Team="Toronto"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jose" BFS_Player_Lastname="Reyes"> <BFS_Player_ID>7056</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>13</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>2</BFS_Stolen_Bases> <BFS_TotalStolenBases>14</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>6</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.268</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Melky" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>18558</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>10</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>33</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.304</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Kevin" BFS_Player_Lastname="Pillar"> <BFS_Player_ID>23019</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jose" BFS_Player_Lastname="Bautista"> <BFS_Player_ID>7140</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>15</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>44</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.309</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Lind"> <BFS_Player_ID>17933</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.331</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Edwin" BFS_Player_Lastname="Encarnacion"> <BFS_Player_ID>7049</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>20</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>3</BFS_RBI> <BFS_TotalRBI>53</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.270</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Juan" BFS_Player_Lastname="Francisco"> <BFS_Player_ID>19333</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>10</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>26</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.248</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Steve" BFS_Player_Lastname="Tolleson"> <BFS_Player_ID>18976</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>6</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.286</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brett" BFS_Player_Lastname="Lawrie"> <BFS_Player_ID>20018</BFS_Player_ID> <BFS_Position>2B-3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>11</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.242</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Josh" BFS_Player_Lastname="Thole"> <BFS_Player_ID>19977</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>3</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.316</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Dioner" BFS_Player_Lastname="Navarro"> <BFS_Player_ID>6863</BFS_Player_ID> <BFS_Position>PH-C</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>3</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>2</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.258</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Erik" BFS_Player_Lastname="Kratz"> <BFS_Player_ID>12088</BFS_Player_ID> <BFS_Position>PR</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>9</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.236</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Anthony" BFS_Player_Lastname="Gose"> <BFS_Player_ID>21295</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>1</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.229</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>33</TBS_At_Bats> <TBS_Runs>5</TBS_Runs> <TBS_Hits>10</TBS_Hits> <TBS_Doubles>1</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>2</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>5</TBS_RBI> <TBS_Walks>5</TBS_Walks> <TBS_Strikeouts>9</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>2</TBS_Stolen_Bases> <TBS_Caught_Stealing>1</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="R.A." PS_Player_LastName="Dickey"> <PS_Player_ID>5776</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>6</Season_Wins> <Season_Losses>4</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>24</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>21</AB> <BF>24</BF> <Hits>5</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>2</Walks> <Strikeouts>3</Strikeouts> <KL>2</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>37</TotalER> <TotalOuts>16</TotalOuts> <Doubles>0</Doubles> <Triples>1</Triples> <Home_Runs>2</Home_Runs> <Pitchcount total="101" strikes="66" /> <ERA>4.20</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Dustin" PS_Player_LastName="McGowan"> <PS_Player_ID>14652</PS_Player_ID> <Innings_Pitched>1 2-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>5</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>23</TotalER> <TotalOuts>5</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="14" strikes="9" /> <ERA>4.09</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Aaron" PS_Player_LastName="Loup"> <PS_Player_ID>22265</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>2</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>2</Season_Saves> <Season_Holds>12</Season_Holds> <Season_BlownSaves>3</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>1</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>12</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="12" strikes="6" /> <ERA>3.45</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Casey" PS_Player_LastName="Janssen"> <PS_Player_ID>17987</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Win-Blown Save</Game_Win_Loss_Save> <Season_Wins>1</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>11</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>6</AB> <BF>6</BF> <Hits>3</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>3</TotalOuts> <Doubles>2</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="22" strikes="15" /> <Finished /> <ERA>1.42</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Jose" FS_Player_LastName="Reyes"> <FS_Player_ID>7056</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="5" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="3" INTP="0"/> <FS_Total PO="3" A="5" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="3" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jose" FS_Player_LastName="Bautista"> <FS_Player_ID>7140</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Edwin" FS_Player_LastName="Encarnacion"> <FS_Player_ID>7049</FS_Player_ID> <FS_ByPos Pos="1B" PO="13" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="3" INTP="0"/> <FS_Total PO="13" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="3" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Steve" FS_Player_LastName="Tolleson"> <FS_Player_ID>18976</FS_Player_ID> <FS_ByPos Pos="2B" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Juan" FS_Player_LastName="Francisco"> <FS_Player_ID>19333</FS_Player_ID> <FS_ByPos Pos="3B" PO="1" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brett" FS_Player_LastName="Lawrie"> <FS_Player_ID>20018</FS_Player_ID> <FS_ByPos Pos="2B" PO="1" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Dioner" FS_Player_LastName="Navarro"> <FS_Player_ID>6863</FS_Player_ID> <FS_ByPos Pos="C" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Josh" FS_Player_LastName="Thole"> <FS_Player_ID>19977</FS_Player_ID> <FS_ByPos Pos="C" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Anthony" FS_Player_LastName="Gose"> <FS_Player_ID>21295</FS_Player_ID> <FS_ByPos Pos="CF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Aaron" FS_Player_LastName="Loup"> <FS_Player_ID>22265</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Dustin" FS_Player_LastName="McGowan"> <FS_Player_ID>14652</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Intentional_Walks> <IW_Listing> <IW_Batter_ID IW_Batter_FirstName="Edwin" IW_Batter_LastName="Encarnacion"> 7049</IW_Batter_ID> <IW_Pitcher_ID IW_Pitcher_FirstName="Matt" IW_Pitcher_LastName="Guerrier"> 6091</IW_Pitcher_ID> <IW_Number_Of_Times_Walked>1</IW_Number_Of_Times_Walked> </IW_Listing> </Intentional_Walks> <Hit_By_Pitch> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Oswaldo" HBP_Batter_LastName="Arcia"> 21780</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="R.A." HBP_Pitcher_LastName="Dickey"> 5776</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> </Hit_By_Pitch> </Misc_Pitching_Stats> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Edwin" HRS_Batter_LastName="Encarnacion" RBIs="3"> 7049</HRS_Batter_ID> <Season_Homeruns>20</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Ricky" HRS_Pitcher_LastName="Nolasco"> 13818</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Jose" HRS_Batter_LastName="Reyes" RBIs="1"> 7056</HRS_Batter_ID> <Season_Homeruns>4</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Ricky" HRS_Pitcher_LastName="Nolasco"> 13818</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Brian" HRS_Batter_LastName="Dozier" RBIs="1"> 21280</HRS_Batter_ID> <Season_Homeruns>13</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="R.A." HRS_Pitcher_LastName="Dickey"> 5776</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Danny" HRS_Batter_LastName="Santana" RBIs="1"> 21574</HRS_Batter_ID> <Season_Homeruns>2</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="R.A." HRS_Pitcher_LastName="Dickey"> 5776</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Minnesota">6</Away_Left_On_Base> <Home_Left_On_Base Team="Toronto">8</Home_Left_On_Base> <Double_Plays>Minnesota 1 (B.Dozier, E.Escobar and J.Mauer); Toronto 3 (J.Reyes, B.Lawrie and E.Encarnacion), (D.McGowan, J.Reyes and E.Encarnacion), (A.Loup, J.Reyes and E.Encarnacion).</Double_Plays> <Double_Plays_Details TeamID="035" Count="1"> <Play Count="1"> <PlayerID>21280</PlayerID> <PlayerID>20416</PlayerID> <PlayerID>6791</PlayerID> </Play> </Double_Plays_Details> <Double_Plays_Details TeamID="040" Count="3"> <Play Count="1"> <PlayerID>7056</PlayerID> <PlayerID>20018</PlayerID> <PlayerID>7049</PlayerID> </Play> <Play Count="1"> <PlayerID>14652</PlayerID> <PlayerID>7056</PlayerID> <PlayerID>7049</PlayerID> </Play> <Play Count="1"> <PlayerID>22265</PlayerID> <PlayerID>7056</PlayerID> <PlayerID>7049</PlayerID> </Play> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="035" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="040" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>LOB_Minnesota 6, Toronto 8. 2B_K.Suzuki, E.Escobar, J.Bautista. 3B_J.Willingham. HR_D.Santana (2) off R.Dickey, B.Dozier (13) off R.Dickey, E.Encarnacion (20) off R.Nolasco, J.Reyes (4) off R.Nolasco. SB_J.Reyes 2 (14). CS_A.Gose. GIDP_J.Mauer, T.Plouffe, E.Escobar, J.Francisco. DP_Minnesota 1 (B.Dozier, E.Escobar and J.Mauer); Toronto 3 (J.Reyes, B.Lawrie and E.Encarnacion), (D.McGowan, J.Reyes and E.Encarnacion), (A.Loup, J.Reyes and E.Encarnacion).</Misc_Batting_Notes> <Misc_Pitching_Notes>IBB_off M.Guerrier (E.Encarnacion). HBP_by R.Dickey (O.Arcia).</Misc_Pitching_Notes> <Pitching_Notes>C.Fien pitched to 2 batters in the 9th.</Pitching_Notes> <Pitching_Notes_Details> <PitcherID Inn="9" TeamID="035" BF="2">19733</PitcherID> </Pitching_Notes_Details> <Attendance>19428</Attendance> <Game_Length>2:53</Game_Length> <HPUmpire ID="32" Firstname="Tom" Lastname="Hallion">Tom Hallion</HPUmpire> <FBUmpire ID="118" Firstname="Sean" Lastname="Barber">Sean Barber</FBUmpire> <SBUmpire ID="8" Firstname="Chris" Lastname="Guccione">Chris Guccione</SBUmpire> <TBUmpire ID="12" Firstname="Eric" Lastname="Cooper">Eric Cooper</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> June 9, 2014, at 10:12 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21252515.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21252515</XML_File_ID> <heading>AAX%BOX-CLE-TEX</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>40096</game_id> <schedule_id>40096</schedule_id> <vteam>Cleveland</vteam> <hteam>Texas</hteam> <vteam_id>031</vteam_id> <hteam_id>039</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Cleveland at Texas</title> <Game_Date>06/09/2014</Game_Date> <Game_Time>08:05 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>48194</Capacity> <Game_Breakdown> <AwayTeam Team="Cleveland"> <LineScore> <Runs_By_Innings Inning="1">3</Runs_By_Innings> <Runs_By_Innings Inning="2">5</Runs_By_Innings> <Runs_By_Innings Inning="3">1</Runs_By_Innings> <Runs_By_Innings Inning="4">3</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">1</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">4</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>17</Runs> <Hits>18</Hits> <Errors>2</Errors> </AwayTeam> <HomeTeam Team="Texas"> <LineScore> <Runs_By_Innings Inning="1">1</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">3</Runs_By_Innings> <Runs_By_Innings Inning="4">2</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">1</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>7</Runs> <Hits>11</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="031" Team="Cleveland"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Michael" BFS_Player_Lastname="Bourn"> <BFS_Player_ID>8761</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>6</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>5</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>16</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>6</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>6</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.281</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Asdrubal" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>8050</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>6</BFS_At_Bats> <BFS_Runs>3</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>22</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>10</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>5</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>6</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.255</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Michael" BFS_Player_Lastname="Brantley"> <BFS_Player_ID>18967</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>5</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>10</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>43</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>8</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>6</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.307</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Ryan" BFS_Player_Lastname="Raburn"> <BFS_Player_ID>15260</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>14</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.209</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jason" BFS_Player_Lastname="Kipnis"> <BFS_Player_ID>21283</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>3</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>6</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>4</BFS_RBI> <BFS_TotalRBI>17</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Lonnie" BFS_Player_Lastname="Chisenhall"> <BFS_Player_ID>20666</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>3</BFS_Runs> <BFS_Hits>5</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>3</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>9</BFS_RBI> <BFS_TotalRBI>32</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>9</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>15</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.385</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Carlos" BFS_Player_Lastname="Santana"> <BFS_Player_ID>19254</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>20</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.169</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="David" BFS_Player_Lastname="Murphy"> <BFS_Player_ID>16213</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.289</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jason" BFS_Player_Lastname="Giambi"> <BFS_Player_ID>1913</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>5</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.140</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="George" BFS_Player_Lastname="Kottaras"> <BFS_Player_ID>12080</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>2</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>1</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.500</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>43</TBS_At_Bats> <TBS_Runs>17</TBS_Runs> <TBS_Hits>18</TBS_Hits> <TBS_Doubles>3</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>5</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>17</TBS_RBI> <TBS_Walks>3</TBS_Walks> <TBS_Strikeouts>11</TBS_Strikeouts> <TBS_Errors>2</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>1</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="T.J." PS_Player_LastName="House"> <PS_Player_ID>22557</PS_Player_ID> <PS_Started /> <Innings_Pitched>3 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>19</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>17</AB> <BF>19</BF> <Hits>6</Hits> <Runs>6</Runs> <Earned_Runs>5</Earned_Runs> <Walks>2</Walks> <Strikeouts>1</Strikeouts> <KL>1</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>8</TotalER> <TotalOuts>10</TotalOuts> <Doubles>2</Doubles> <Triples>1</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="82" strikes="46" /> <ERA>5.24</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Scott" PS_Player_LastName="Atchison"> <PS_Player_ID>6801</PS_Player_ID> <Innings_Pitched>1 2-3</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>3</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>6</AB> <BF>6</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>9</TotalER> <TotalOuts>5</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="22" strikes="15" /> <ERA>2.86</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="John" PS_Player_LastName="Axford"> <PS_Player_ID>20598</PS_Player_ID> <Innings_Pitched>2</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>9</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>8</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>8</AB> <BF>8</BF> <Hits>3</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>3</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>9</TotalER> <TotalOuts>6</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="28" strikes="19" /> <ERA>3.12</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Carlos" PS_Player_LastName="Carrasco"> <PS_Player_ID>19369</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>1</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>21</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="13" strikes="10" /> <ERA>5.08</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Josh" PS_Player_LastName="Outman"> <PS_Player_ID>19370</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>4</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>6</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="14" strikes="8" /> <Finished /> <ERA>2.66</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Asdrubal" FS_Player_LastName="Cabrera"> <FS_Player_ID>8050</FS_Player_ID> <FS_ByPos Pos="SS" PO="2" A="3" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="2" A="3" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jason" FS_Player_LastName="Kipnis"> <FS_Player_ID>21283</FS_Player_ID> <FS_ByPos Pos="2B" PO="4" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="2" INTP="0"/> <FS_Total PO="4" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="2" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Lonnie" FS_Player_LastName="Chisenhall"> <FS_Player_ID>20666</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="0" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Carlos" FS_Player_LastName="Santana"> <FS_Player_ID>19254</FS_Player_ID> <FS_ByPos Pos="1B" PO="11" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="2" INTP="0"/> <FS_Total PO="11" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="2" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="David" FS_Player_LastName="Murphy"> <FS_Player_ID>16213</FS_Player_ID> <FS_ByPos Pos="RF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="George" FS_Player_LastName="Kottaras"> <FS_Player_ID>12080</FS_Player_ID> <FS_ByPos Pos="C" PO="6" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="6" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Scott" FS_Player_LastName="Atchison"> <FS_Player_ID>6801</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="John" FS_Player_LastName="Axford"> <FS_Player_ID>20598</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="T.J." FS_Player_LastName="House"> <FS_Player_ID>22557</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="039" Team="Texas"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Dan" BFS_Player_Lastname="Robertson"> <BFS_Player_ID>20483</BFS_Player_ID> <BFS_Position>CF-LF</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.194</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Elvis" BFS_Player_Lastname="Andrus"> <BFS_Player_ID>18936</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>16</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>8</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>14</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.253</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Shin-Soo" BFS_Player_Lastname="Choo"> <BFS_Player_ID>6796</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>19</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.260</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Leonys" BFS_Player_Lastname="Martin"> <BFS_Player_ID>20106</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>13</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>5</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.270</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adrian" BFS_Player_Lastname="Beltre"> <BFS_Player_ID>1196</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>12</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>29</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.316</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alex" BFS_Player_Lastname="Rios"> <BFS_Player_ID>6669</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>1</BFS_Triples> <BFS_TotalTriples>8</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>32</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>12</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>8</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.335</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Donnie" BFS_Player_Lastname="Murphy"> <BFS_Player_ID>7265</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>11</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.211</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Michael" BFS_Player_Lastname="Choice"> <BFS_Player_ID>21259</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>4</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.211</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Robinson" BFS_Player_Lastname="Chirinos"> <BFS_Player_ID>6992</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>6</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>13</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>3</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.233</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Luis" BFS_Player_Lastname="Sardinas"> <BFS_Player_ID>22919</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>2</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.304</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>38</TBS_At_Bats> <TBS_Runs>7</TBS_Runs> <TBS_Hits>11</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>1</TBS_Triples> <TBS_Home_Runs>2</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>6</TBS_RBI> <TBS_Walks>2</TBS_Walks> <TBS_Strikeouts>7</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Nick" PS_Player_LastName="Martinez"> <PS_Player_ID>23765</PS_Player_ID> <PS_Started /> <Innings_Pitched>2</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>1</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>2</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>15</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>12</AB> <BF>15</BF> <Hits>6</Hits> <Runs>8</Runs> <Earned_Runs>8</Earned_Runs> <Walks>3</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>16</TotalER> <TotalOuts>6</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>2</Home_Runs> <Pitchcount total="64" strikes="36" /> <ERA>4.63</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Scott" PS_Player_LastName="Baker"> <PS_Player_ID>8105</PS_Player_ID> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>26</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>25</AB> <BF>26</BF> <Hits>11</Hits> <Runs>9</Runs> <Earned_Runs>9</Earned_Runs> <Walks>0</Walks> <Strikeouts>7</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>15</TotalER> <TotalOuts>15</TotalOuts> <Doubles>2</Doubles> <Triples>0</Triples> <Home_Runs>3</Home_Runs> <Pitchcount total="91" strikes="64" /> <ERA>7.62</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Tanner" PS_Player_LastName="Scheppers"> <PS_Player_ID>20677</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>22</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="13" strikes="8" /> <ERA>9.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Robbie" PS_Player_LastName="Ross Jr."> <PS_Player_ID>21840</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>4</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>33</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="12" strikes="10" /> <Finished /> <ERA>4.98</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Dan" FS_Player_LastName="Robertson"> <FS_Player_ID>20483</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Elvis" FS_Player_LastName="Andrus"> <FS_Player_ID>18936</FS_Player_ID> <FS_ByPos Pos="SS" PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Shin-Soo" FS_Player_LastName="Choo"> <FS_Player_ID>6796</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Adrian" FS_Player_LastName="Beltre"> <FS_Player_ID>1196</FS_Player_ID> <FS_ByPos Pos="3B" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Alex" FS_Player_LastName="Rios"> <FS_Player_ID>6669</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Donnie" FS_Player_LastName="Murphy"> <FS_Player_ID>7265</FS_Player_ID> <FS_ByPos Pos="1B" PO="6" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="6" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Robinson" FS_Player_LastName="Chirinos"> <FS_Player_ID>6992</FS_Player_ID> <FS_ByPos Pos="C" PO="11" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="11" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Luis" FS_Player_LastName="Sardinas"> <FS_Player_ID>22919</FS_Player_ID> <FS_ByPos Pos="2B" PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="2" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nick" FS_Player_LastName="Martinez"> <FS_Player_ID>23765</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Scott" FS_Player_LastName="Baker"> <FS_Player_ID>8105</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Tanner" FS_Player_LastName="Scheppers"> <FS_Player_ID>20677</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats /> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Robinson" HRS_Batter_LastName="Chirinos" RBIs="1"> 6992</HRS_Batter_ID> <Season_Homeruns>4</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Carlos" HRS_Pitcher_LastName="Carrasco"> 19369</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="George" HRS_Batter_LastName="Kottaras" RBIs="1"> 12080</HRS_Batter_ID> <Season_Homeruns>3</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Nick" HRS_Pitcher_LastName="Martinez"> 23765</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Michael" HRS_Batter_LastName="Brantley" RBIs="1"> 18967</HRS_Batter_ID> <Season_Homeruns>10</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Scott" HRS_Pitcher_LastName="Baker"> 8105</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Lonnie" HRS_Batter_LastName="Chisenhall" RBIs="7"> 20666</HRS_Batter_ID> <Season_Homeruns>7</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="2" HRS_Pitcher_FirstName="Scott" HRS_Pitcher_LastName="Baker"> 8105</HRS_Pitcher_ID> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Nick" HRS_Pitcher_LastName="Martinez"> 23765</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Michael" HRS_Batter_LastName="Choice" RBIs="1"> 21259</HRS_Batter_ID> <Season_Homeruns>6</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="T.J." HRS_Pitcher_LastName="House"> 22557</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Cleveland">3</Away_Left_On_Base> <Home_Left_On_Base Team="Texas">6</Home_Left_On_Base> <Double_Plays>Cleveland 2 (A.Cabrera, J.Kipnis and C.Santana), (L.Chisenhall, C.Santana and J.Kipnis); Texas 1 (E.Andrus, L.Sardinas and D.Murphy).</Double_Plays> <Double_Plays_Details TeamID="031" Count="2"> <Play Count="1"> <PlayerID>8050</PlayerID> <PlayerID>21283</PlayerID> <PlayerID>19254</PlayerID> </Play> <Play Count="1"> <PlayerID>20666</PlayerID> <PlayerID>19254</PlayerID> <PlayerID>21283</PlayerID> </Play> </Double_Plays_Details> <Double_Plays_Details TeamID="039" Count="1"> <Play Count="1"> <PlayerID>18936</PlayerID> <PlayerID>22919</PlayerID> <PlayerID>7265</PlayerID> </Play> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="031" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="039" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_A.Cabrera, L.Chisenhall. LOB_Cleveland 3, Texas 6. 2B_A.Cabrera, L.Chisenhall, D.Murphy, D.Robertson, E.Andrus. 3B_A.Rios. HR_G.Kottaras (3) off N.Martinez, L.Chisenhall (5) off N.Martinez, M.Brantley (10) off S.Baker, L.Chisenhall (6) off S.Baker, L.Chisenhall (7) off S.Baker, M.Choice (6) off T.House, R.Chirinos (4) off C.Carrasco. SF_G.Kottaras. SB_J.Kipnis (7), L.Sardinas (1). GIDP_A.Cabrera, M.Choice. DP_Cleveland 2 (A.Cabrera, J.Kipnis and C.Santana), (L.Chisenhall, C.Santana and J.Kipnis); Texas 1 (E.Andrus, L.Sardinas and D.Murphy).</Misc_Batting_Notes> <Misc_Pitching_Notes>WP_T.House.</Misc_Pitching_Notes> <Pitching_Notes>S.Baker pitched to 4 batters in the 8th.</Pitching_Notes> <Pitching_Notes_Details> <PitcherID Inn="8" TeamID="039" BF="4">8105</PitcherID> </Pitching_Notes_Details> <Attendance>29362</Attendance> <Game_Length>3:20</Game_Length> <HPUmpire ID="71" Firstname="Jim" Lastname="Wolf">Jim Wolf</HPUmpire> <FBUmpire ID="72" Firstname="Lance" Lastname="Barksdale">Lance Barksdale</FBUmpire> <SBUmpire ID="103" Firstname="Mark" Lastname="Ripperger">Mark Ripperger</SBUmpire> <TBUmpire ID="5" Firstname="Gary" Lastname="Cederstrom">Gary Cederstrom</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> June 9, 2014, at 11:39 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21267306.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21267306</XML_File_ID> <heading>AAX%BOX-DET-CWS</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>40136</game_id> <schedule_id>40136</schedule_id> <vteam>Detroit</vteam> <hteam>Chicago WSox</hteam> <vteam_id>032</vteam_id> <hteam_id>030</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Detroit at Chicago WSox</title> <Game_Date>06/12/2014</Game_Date> <Game_Time>08:10 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>40615</Capacity> <Game_Breakdown> <AwayTeam Team="Detroit"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">1</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">2</Runs_By_Innings> <Runs_By_Innings Inning="9">1</Runs_By_Innings> </LineScore> <Runs>4</Runs> <Hits>10</Hits> <Errors>1</Errors> </AwayTeam> <HomeTeam Team="Chicago WSox"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>0</Runs> <Hits>3</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="032" Team="Detroit"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Rajai" BFS_Player_Lastname="Davis"> <BFS_Player_ID>7421</BFS_Player_ID> <BFS_Position>CF-LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>19</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>18</BFS_TotalStolenBases> <BFS_Caught_Stealing>1</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.276</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ian" BFS_Player_Lastname="Kinsler"> <BFS_Player_ID>12025</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>19</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>28</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>6</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.281</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Miguel" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>6743</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>22</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>12</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>2</BFS_RBI> <BFS_TotalRBI>54</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.325</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Victor" BFS_Player_Lastname="Martinez"> <BFS_Player_ID>6089</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>16</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>41</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.329</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Torii" BFS_Player_Lastname="Hunter"> <BFS_Player_ID>2062</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>33</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.263</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="J.D." BFS_Player_Lastname="Martinez"> <BFS_Player_ID>21484</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>6</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>14</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.260</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Don" BFS_Player_Lastname="Kelly"> <BFS_Player_ID>11955</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.257</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nick" BFS_Player_Lastname="Castellanos"> <BFS_Player_ID>21447</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>21</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.265</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Austin" BFS_Player_Lastname="Jackson"> <BFS_Player_ID>18923</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.257</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Bryan" BFS_Player_Lastname="Holaday"> <BFS_Player_ID>21286</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>3</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>7</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.309</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Eugenio" BFS_Player_Lastname="Suarez"> <BFS_Player_ID>22243</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.313</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>36</TBS_At_Bats> <TBS_Runs>4</TBS_Runs> <TBS_Hits>10</TBS_Hits> <TBS_Doubles>0</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>1</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>4</TBS_RBI> <TBS_Walks>0</TBS_Walks> <TBS_Strikeouts>13</TBS_Strikeouts> <TBS_Errors>1</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>1</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Max" PS_Player_LastName="Scherzer"> <PS_Player_ID>19344</PS_Player_ID> <PS_Started /> <Innings_Pitched>9</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>8</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>34</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>1</Shutouts> <AB>31</AB> <BF>34</BF> <Hits>3</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>3</Walks> <Strikeouts>8</Strikeouts> <KL>2</KL> <WildPitches>0</WildPitches> <CompleteGame>1</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>32</TotalER> <TotalOuts>27</TotalOuts> <Doubles>2</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="113" strikes="73" /> <Shutout /> <CompleteGame /> <ERA>3.05</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Rajai" FS_Player_LastName="Davis"> <FS_Player_ID>7421</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ian" FS_Player_LastName="Kinsler"> <FS_Player_ID>12025</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Miguel" FS_Player_LastName="Cabrera"> <FS_Player_ID>6743</FS_Player_ID> <FS_ByPos Pos="1B" PO="5" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="5" A="1" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Torii" FS_Player_LastName="Hunter"> <FS_Player_ID>2062</FS_Player_ID> <FS_ByPos Pos="RF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="J.D." FS_Player_LastName="Martinez"> <FS_Player_ID>21484</FS_Player_ID> <FS_ByPos Pos="LF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nick" FS_Player_LastName="Castellanos"> <FS_Player_ID>21447</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Bryan" FS_Player_LastName="Holaday"> <FS_Player_ID>21286</FS_Player_ID> <FS_ByPos Pos="C" PO="9" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="9" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Eugenio" FS_Player_LastName="Suarez"> <FS_Player_ID>22243</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Max" FS_Player_LastName="Scherzer"> <FS_Player_ID>19344</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="1" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="1" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="030" Team="Chicago WSox"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Eaton"> <BFS_Player_ID>21554</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>3</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>5</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>5</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.251</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Gordon" BFS_Player_Lastname="Beckham"> <BFS_Player_ID>16368</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>11</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>15</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>7</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.295</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Conor" BFS_Player_Lastname="Gillaspie"> <BFS_Player_ID>19865</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.340</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jose" BFS_Player_Lastname="Abreu"> <BFS_Player_ID>20099</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>19</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>50</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.264</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Dunn"> <BFS_Player_ID>5944</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>11</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>29</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.242</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alexei" BFS_Player_Lastname="Ramirez"> <BFS_Player_ID>18722</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>12</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.311</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Dayan" BFS_Player_Lastname="Viciedo"> <BFS_Player_ID>18735</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>21</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.249</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alejandro" BFS_Player_Lastname="De Aza"> <BFS_Player_ID>9465</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>21</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>8</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.197</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Tyler" BFS_Player_Lastname="Flowers"> <BFS_Player_ID>16804</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>17</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>6</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.260</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>31</TBS_At_Bats> <TBS_Runs>0</TBS_Runs> <TBS_Hits>3</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>0</TBS_RBI> <TBS_Walks>3</TBS_Walks> <TBS_Strikeouts>8</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Chris" PS_Player_LastName="Sale"> <PS_Player_ID>21190</PS_Player_ID> <PS_Started /> <Innings_Pitched>7</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>5</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>25</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>25</AB> <BF>25</BF> <Hits>5</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>0</Walks> <Strikeouts>10</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>12</TotalER> <TotalOuts>21</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="116" strikes="78" /> <ERA>1.97</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jake" PS_Player_LastName="Petricka"> <PS_Player_ID>21739</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>6</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>6</AB> <BF>6</BF> <Hits>3</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>6</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="19" strikes="15" /> <ERA>2.06</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Daniel" PS_Player_LastName="Webb"> <PS_Player_ID>23233</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>4</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>2</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>5</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>5</AB> <BF>5</BF> <Hits>2</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>7</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="25" strikes="13" /> <Finished /> <ERA>2.25</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Adam" FS_Player_LastName="Eaton"> <FS_Player_ID>21554</FS_Player_ID> <FS_ByPos Pos="CF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Gordon" FS_Player_LastName="Beckham"> <FS_Player_ID>16368</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Conor" FS_Player_LastName="Gillaspie"> <FS_Player_ID>19865</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jose" FS_Player_LastName="Abreu"> <FS_Player_ID>20099</FS_Player_ID> <FS_ByPos Pos="1B" PO="7" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="7" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Alexei" FS_Player_LastName="Ramirez"> <FS_Player_ID>18722</FS_Player_ID> <FS_ByPos Pos="SS" PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Dayan" FS_Player_LastName="Viciedo"> <FS_Player_ID>18735</FS_Player_ID> <FS_ByPos Pos="RF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Tyler" FS_Player_LastName="Flowers"> <FS_Player_ID>16804</FS_Player_ID> <FS_ByPos Pos="C" PO="13" A="0" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="13" A="0" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Chris" FS_Player_LastName="Sale"> <FS_Player_ID>21190</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Daniel" FS_Player_LastName="Webb"> <FS_Player_ID>23233</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats /> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Victor" HRS_Batter_LastName="Martinez" RBIs="1"> 6089</HRS_Batter_ID> <Season_Homeruns>16</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Chris" HRS_Pitcher_LastName="Sale"> 21190</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Detroit">5</Away_Left_On_Base> <Home_Left_On_Base Team="Chicago WSox">7</Home_Left_On_Base> <Double_Plays /> <Double_Plays_Details TeamID="032" Count="0"> </Double_Plays_Details> <Double_Plays_Details TeamID="030" Count="0"> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="032" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="030" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_M.Cabrera. LOB_Detroit 5, Chicago WSox 7. 2B_G.Beckham, A.Ramirez. HR_V.Martinez (16) off C.Sale. SB_D.Kelly (3), A.De Aza (8). CS_R.Davis.</Misc_Batting_Notes> <Misc_Pitching_Notes /> <Pitching_Notes /> <Pitching_Notes_Details> </Pitching_Notes_Details> <Attendance>20626</Attendance> <Game_Length>2:52</Game_Length> <HPUmpire ID="11" Firstname="Mark" Lastname="Carlson">Mark Carlson</HPUmpire> <FBUmpire ID="6" Firstname="Mike" Lastname="Everitt">Mike Everitt</FBUmpire> <SBUmpire ID="51" Firstname="Jeff" Lastname="Nelson">Jeff Nelson</SBUmpire> <TBUmpire ID="22" Firstname="Laz" Lastname="Diaz">Laz Diaz</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> June 12, 2014, at 11:09 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21454839.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21454839</XML_File_ID> <heading>AAX%BOX-CLE-DET</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>42087</game_id> <schedule_id>42087</schedule_id> <seasontype>Regular</seasontype> <vteam>Cleveland</vteam> <hteam>Detroit</hteam> <vteam_id>031</vteam_id> <hteam_id>032</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Cleveland at Detroit</title> <Game_Date>07/19/2014</Game_Date> <Game_Time>07:08 PM</Game_Time> <GameNumber>2</GameNumber> <Capacity>41255</Capacity> <Game_Breakdown> <AwayTeam Team="Cleveland"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">1</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">1</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">3</Runs_By_Innings> </LineScore> <Runs>5</Runs> <Hits>8</Hits> <Errors>0</Errors> </AwayTeam> <HomeTeam Team="Detroit"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">1</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">1</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>2</Runs> <Hits>5</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="031" Team="Cleveland"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jason" BFS_Player_Lastname="Kipnis"> <BFS_Player_ID>21283</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>30</BFS_TotalRBI> <BFS_Walks>3</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>13</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.258</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Mike" BFS_Player_Lastname="Aviles"> <BFS_Player_ID>8008</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>8</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.267</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Michael" BFS_Player_Lastname="Brantley"> <BFS_Player_ID>18967</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>24</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>15</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>63</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>11</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.329</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Carlos" BFS_Player_Lastname="Santana"> <BFS_Player_ID>19254</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>13</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>14</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>3</BFS_RBI> <BFS_TotalRBI>40</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>2</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.206</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Lonnie" BFS_Player_Lastname="Chisenhall"> <BFS_Player_ID>20666</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>20</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>41</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>13</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.327</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nick" BFS_Player_Lastname="Swisher"> <BFS_Player_ID>7041</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>40</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>9</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.212</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="David" BFS_Player_Lastname="Murphy"> <BFS_Player_ID>16213</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>16</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>46</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.243</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Roberto" BFS_Player_Lastname="Perez"> <BFS_Player_ID>20967</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.429</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Asdrubal" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>8050</BFS_Player_ID> <BFS_Position>PR</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>22</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>9</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>39</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>14</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.249</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Yan" BFS_Player_Lastname="Gomes"> <BFS_Player_ID>21827</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>13</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>12</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>36</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>12</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>5</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.269</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Chris" BFS_Player_Lastname="Dickerson"> <BFS_Player_ID>9666</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>2</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>2</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>2</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>8</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.435</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>35</TBS_At_Bats> <TBS_Runs>5</TBS_Runs> <TBS_Hits>8</TBS_Hits> <TBS_Doubles>3</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>2</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>5</TBS_RBI> <TBS_Walks>6</TBS_Walks> <TBS_Strikeouts>7</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Zach" PS_Player_LastName="McAllister"> <PS_Player_ID>20729</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>3</Season_Wins> <Season_Losses>5</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>22</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>19</AB> <BF>22</BF> <Hits>3</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>3</Walks> <Strikeouts>6</Strikeouts> <KL>3</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>34</TotalER> <TotalOuts>16</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="97" strikes="61" /> <ERA>5.28</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="John" PS_Player_LastName="Axford"> <PS_Player_ID>20598</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>2</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>9</Season_Saves> <Season_Holds>2</Season_Holds> <Season_BlownSaves>3</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>1</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>14</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="12" strikes="6" /> <ERA>3.35</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Scott" PS_Player_LastName="Atchison"> <PS_Player_ID>6801</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Blown Save</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>5</Season_Holds> <Season_BlownSaves>3</Season_BlownSaves> <Batters_Faced>5</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>5</BF> <Hits>1</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>1</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>13</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>1</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="25" strikes="17" /> <ERA>3.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Carlos" PS_Player_LastName="Carrasco"> <PS_Player_ID>19369</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>23</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="17" strikes="11" /> <ERA>3.67</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Cody" PS_Player_LastName="Allen"> <PS_Player_ID>21992</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Save</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>13</Season_Saves> <Season_Holds>8</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>1</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>10</TotalER> <TotalOuts>3</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="20" strikes="14" /> <Finished /> <ERA>2.06</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Jason" FS_Player_LastName="Kipnis"> <FS_Player_ID>21283</FS_Player_ID> <FS_ByPos Pos="2B" PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Mike" FS_Player_LastName="Aviles"> <FS_Player_ID>8008</FS_Player_ID> <FS_ByPos Pos="SS" PO="0" A="4" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="4" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Michael" FS_Player_LastName="Brantley"> <FS_Player_ID>18967</FS_Player_ID> <FS_ByPos Pos="CF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Lonnie" FS_Player_LastName="Chisenhall"> <FS_Player_ID>20666</FS_Player_ID> <FS_ByPos Pos="3B" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nick" FS_Player_LastName="Swisher"> <FS_Player_ID>7041</FS_Player_ID> <FS_ByPos Pos="1B" PO="5" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="5" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="David" FS_Player_LastName="Murphy"> <FS_Player_ID>16213</FS_Player_ID> <FS_ByPos Pos="RF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Roberto" FS_Player_LastName="Perez"> <FS_Player_ID>20967</FS_Player_ID> <FS_ByPos Pos="C" PO="10" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="10" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Yan" FS_Player_LastName="Gomes"> <FS_Player_ID>21827</FS_Player_ID> <FS_ByPos Pos="C" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="032" Team="Detroit"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Austin" BFS_Player_Lastname="Jackson"> <BFS_Player_ID>18923</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>21</BFS_TotalDoubles> <BFS_Triples>1</BFS_Triples> <BFS_TotalTriples>5</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>2</BFS_RBI> <BFS_TotalRBI>27</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>8</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.260</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ian" BFS_Player_Lastname="Kinsler"> <BFS_Player_ID>12025</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>26</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>11</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>52</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>10</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.294</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Miguel" BFS_Player_Lastname="Cabrera"> <BFS_Player_ID>6743</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>36</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>14</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>75</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.313</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Victor" BFS_Player_Lastname="Martinez"> <BFS_Player_ID>6089</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>19</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>21</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>55</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.322</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="J.D." BFS_Player_Lastname="Martinez"> <BFS_Player_ID>21484</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>13</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>44</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>3</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.330</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Torii" BFS_Player_Lastname="Hunter"> <BFS_Player_ID>2062</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>18</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>12</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>53</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>3</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.274</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Don" BFS_Player_Lastname="Kelly"> <BFS_Player_ID>11955</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.248</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alex" BFS_Player_Lastname="Avila"> <BFS_Player_ID>19942</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>2</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>1</BFS_Passed_Balls> <BFS_TotalPassedBalls>3</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.233</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Eugenio" BFS_Player_Lastname="Suarez"> <BFS_Player_ID>22243</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>3</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>11</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>4</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.259</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>32</TBS_At_Bats> <TBS_Runs>2</TBS_Runs> <TBS_Hits>5</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>1</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>2</TBS_RBI> <TBS_Walks>4</TBS_Walks> <TBS_Strikeouts>12</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>1</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Max" PS_Player_LastName="Scherzer"> <PS_Player_ID>19344</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>11</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>27</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>23</AB> <BF>27</BF> <Hits>6</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>4</Walks> <Strikeouts>4</Strikeouts> <KL>1</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>47</TotalER> <TotalOuts>17</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>2</Home_Runs> <Pitchcount total="118" strikes="77" /> <ERA>3.34</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Ian" PS_Player_LastName="Krol"> <PS_Player_ID>23367</PS_Player_ID> <Innings_Pitched>1 1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>10</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>14</TotalER> <TotalOuts>4</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="15" strikes="10" /> <ERA>4.55</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Joba" PS_Player_LastName="Chamberlain"> <PS_Player_ID>19351</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>1</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>2</Season_Saves> <Season_Holds>18</Season_Holds> <Season_BlownSaves>2</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>11</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="6" strikes="6" /> <ERA>2.56</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Joe" PS_Player_LastName="Nathan"> <PS_Player_ID>3114</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>4</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>19</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>5</Season_BlownSaves> <Batters_Faced>7</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>5</AB> <BF>7</BF> <Hits>2</Hits> <Runs>3</Runs> <Earned_Runs>3</Earned_Runs> <Walks>2</Walks> <Strikeouts>2</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>21</TotalER> <TotalOuts>3</TotalOuts> <Doubles>2</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="26" strikes="11" /> <Finished /> <ERA>6.23</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Austin" FS_Player_LastName="Jackson"> <FS_Player_ID>18923</FS_Player_ID> <FS_ByPos Pos="CF" PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="4" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ian" FS_Player_LastName="Kinsler"> <FS_Player_ID>12025</FS_Player_ID> <FS_ByPos Pos="2B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Miguel" FS_Player_LastName="Cabrera"> <FS_Player_ID>6743</FS_Player_ID> <FS_ByPos Pos="1B" PO="9" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="9" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="J.D." FS_Player_LastName="Martinez"> <FS_Player_ID>21484</FS_Player_ID> <FS_ByPos Pos="LF" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Torii" FS_Player_LastName="Hunter"> <FS_Player_ID>2062</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Don" FS_Player_LastName="Kelly"> <FS_Player_ID>11955</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Alex" FS_Player_LastName="Avila"> <FS_Player_ID>19942</FS_Player_ID> <FS_ByPos Pos="C" PO="7" A="0" E="0" PB="1" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="7" A="0" E="0" PB="1" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Eugenio" FS_Player_LastName="Suarez"> <FS_Player_ID>22243</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Wild_Pitches> McAllister, Axford, Scherzer </Wild_Pitches> <Intentional_Walks> <IW_Listing> <IW_Batter_ID IW_Batter_FirstName="Michael" IW_Batter_LastName="Brantley"> 18967</IW_Batter_ID> <IW_Pitcher_ID IW_Pitcher_FirstName="Joe" IW_Pitcher_LastName="Nathan"> 3114</IW_Pitcher_ID> <IW_Number_Of_Times_Walked>1</IW_Number_Of_Times_Walked> </IW_Listing> </Intentional_Walks> <Hit_By_Pitch /> </Misc_Pitching_Stats> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Chris" HRS_Batter_LastName="Dickerson" RBIs="2"> 9666</HRS_Batter_ID> <Season_Homeruns>2</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="2" HRS_Pitcher_FirstName="Max" HRS_Pitcher_LastName="Scherzer"> 19344</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Cleveland">9</Away_Left_On_Base> <Home_Left_On_Base Team="Detroit">7</Home_Left_On_Base> <Double_Plays /> <Double_Plays_Details TeamID="031" Count="0"> </Double_Plays_Details> <Double_Plays_Details TeamID="032" Count="0"> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="031" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="032" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>LOB_Cleveland 9, Detroit 7. 2B_M.Brantley, C.Santana, R.Perez, M.Cabrera, T.Hunter. 3B_A.Jackson. HR_C.Dickerson (1) off M.Scherzer, C.Dickerson (2) off M.Scherzer.</Misc_Batting_Notes> <Misc_Pitching_Notes>PB_A.Avila. IBB_off J.Nathan (M.Brantley). WP_Z.McAllister, J.Axford, M.Scherzer.</Misc_Pitching_Notes> <Pitching_Notes /> <Pitching_Notes_Details> </Pitching_Notes_Details> <Attendance>42044</Attendance> <Game_Length>3:40</Game_Length> <HPUmpire ID="6" Firstname="Mike" Lastname="Everitt">Mike Everitt</HPUmpire> <FBUmpire ID="11" Firstname="Mark" Lastname="Carlson">Mark Carlson</FBUmpire> <SBUmpire ID="22" Firstname="Laz" Lastname="Diaz">Laz Diaz</SBUmpire> <TBUmpire ID="111" Firstname="Toby" Lastname="Basner">Toby Basner</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> July 19, 2014, at 10:57 PM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21707565.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21707565</XML_File_ID> <heading>AAX%BOX-CIN-BAL</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>41204</game_id> <schedule_id>41204</schedule_id> <vteam>Cincinnati</vteam> <hteam>Baltimore</hteam> <vteam_id>003</vteam_id> <hteam_id>027</hteam_id> <Season>2014</Season> <SeasonType>Regular</SeasonType> <title>Cincinnati at Baltimore</title> <Game_Date>09/02/2014</Game_Date> <Game_Time>07:05 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>45971</Capacity> <Game_Breakdown> <AwayTeam Team="Cincinnati"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">4</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>4</Runs> <Hits>7</Hits> <Errors>0</Errors> </AwayTeam> <HomeTeam Team="Baltimore"> <LineScore> <Runs_By_Innings Inning="1">4</Runs_By_Innings> <Runs_By_Innings Inning="2">1</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">X</Runs_By_Innings> </LineScore> <Runs>5</Runs> <Hits>10</Hits> <Errors>2</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="003" Team="Cincinnati"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Billy" BFS_Player_Lastname="Hamilton"> <BFS_Player_ID>21456</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>25</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>7</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>46</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>1</BFS_Stolen_Bases> <BFS_TotalStolenBases>55</BFS_TotalStolenBases> <BFS_Caught_Stealing>1</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>21</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.269</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Todd" BFS_Player_Lastname="Frazier"> <BFS_Player_ID>19967</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>5</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>20</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>23</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>70</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>13</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>19</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>6</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>5</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.277</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brandon" BFS_Player_Lastname="Phillips"> <BFS_Player_ID>6481</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>21</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>44</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.255</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Devin" BFS_Player_Lastname="Mesoraco"> <BFS_Player_ID>19966</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>21</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>20</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>65</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>1</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>7</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.280</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jay" BFS_Player_Lastname="Bruce"> <BFS_Player_ID>19234</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>20</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>15</BFS_TotalHomeRuns> <BFS_Grand_Slams>1</BFS_Grand_Slams> <BFS_RBI>4</BFS_RBI> <BFS_TotalRBI>59</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>12</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>5</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.219</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Chris" BFS_Player_Lastname="Heisey"> <BFS_Player_ID>19335</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>14</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>7</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>18</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>9</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.224</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Brayan" BFS_Player_Lastname="Pena"> <BFS_Player_ID>6877</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>25</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>3</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.253</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Kristopher" BFS_Player_Lastname="Negron"> <BFS_Player_ID>19634</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>12</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.245</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ramon" BFS_Player_Lastname="Santiago"> <BFS_Player_ID>6369</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>7</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>12</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.252</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>35</TBS_At_Bats> <TBS_Runs>4</TBS_Runs> <TBS_Hits>7</TBS_Hits> <TBS_Doubles>1</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>1</TBS_Home_Runs> <TBS_Grand_Slams>1</TBS_Grand_Slams> <TBS_RBI>4</TBS_RBI> <TBS_Walks>2</TBS_Walks> <TBS_Strikeouts>10</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>1</TBS_Stolen_Bases> <TBS_Caught_Stealing>1</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>1</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Mat" PS_Player_LastName="Latos"> <PS_Player_ID>20023</PS_Player_ID> <PS_Started /> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>5</Season_Wins> <Season_Losses>4</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>23</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>22</AB> <BF>23</BF> <Hits>10</Hits> <Runs>5</Runs> <Earned_Runs>5</Earned_Runs> <Walks>1</Walks> <Strikeouts>2</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>1</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>32</TotalER> <TotalOuts>15</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="79" strikes="50" /> <ERA>3.46</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Ryan" PS_Player_LastName="Dennick"> <PS_Player_ID>23372</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="11" strikes="9" /> <ERA>0.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Pedro" PS_Player_LastName="Villarreal"> <PS_Player_ID>21804</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>2</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="10" strikes="6" /> <ERA>3.38</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Logan" PS_Player_LastName="Ondrusek"> <PS_Player_ID>20624</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>3</Season_Wins> <Season_Losses>3</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>4</Season_Holds> <Season_BlownSaves>3</Season_BlownSaves> <Batters_Faced>2</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>2</AB> <BF>2</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>18</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="9" strikes="5" /> <ERA>4.30</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Manny" PS_Player_LastName="Parra"> <PS_Player_ID>14254</PS_Player_ID> <Innings_Pitched>1-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>1</Season_Saves> <Season_Holds>15</Season_Holds> <Season_BlownSaves>1</Season_BlownSaves> <Batters_Faced>1</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>1</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>16</TotalER> <TotalOuts>1</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="4" strikes="2" /> <Finished /> <ERA>4.32</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Billy" FS_Player_LastName="Hamilton"> <FS_Player_ID>21456</FS_Player_ID> <FS_ByPos Pos="CF" PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Todd" FS_Player_LastName="Frazier"> <FS_Player_ID>19967</FS_Player_ID> <FS_ByPos Pos="1B" PO="8" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="8" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Brandon" FS_Player_LastName="Phillips"> <FS_Player_ID>6481</FS_Player_ID> <FS_ByPos Pos="2B" PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Devin" FS_Player_LastName="Mesoraco"> <FS_Player_ID>19966</FS_Player_ID> <FS_ByPos Pos="C" PO="5" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="5" A="1" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jay" FS_Player_LastName="Bruce"> <FS_Player_ID>19234</FS_Player_ID> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Chris" FS_Player_LastName="Heisey"> <FS_Player_ID>19335</FS_Player_ID> <FS_ByPos Pos="LF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Kristopher" FS_Player_LastName="Negron"> <FS_Player_ID>19634</FS_Player_ID> <FS_ByPos Pos="3B" PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ramon" FS_Player_LastName="Santiago"> <FS_Player_ID>6369</FS_Player_ID> <FS_ByPos Pos="SS" PO="1" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="1" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Mat" FS_Player_LastName="Latos"> <FS_Player_ID>20023</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="0" CSB="1" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="027" Team="Baltimore"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nick" BFS_Player_Lastname="Markakis"> <BFS_Player_ID>13166</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>26</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>12</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>44</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.281</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alejandro" BFS_Player_Lastname="De Aza"> <BFS_Player_ID>9465</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>19</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>5</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>5</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>31</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>15</BFS_TotalStolenBases> <BFS_Caught_Stealing>1</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>8</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.246</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Jones"> <BFS_Player_ID>11115</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>26</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>24</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>81</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.284</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nelson" BFS_Player_Lastname="Cruz"> <BFS_Player_ID>9399</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>24</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>36</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>91</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>4</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>4</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.256</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="David" BFS_Player_Lastname="Lough"> <BFS_Player_ID>20679</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>5</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>10</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>7</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>5</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.226</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Chris" BFS_Player_Lastname="Davis"> <BFS_Player_ID>19377</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>15</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>24</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>69</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>6</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.194</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jimmy" BFS_Player_Lastname="Paredes"> <BFS_Player_ID>20863</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>1</BFS_Errors> <BFS_TotalErrors>2</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.286</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Kelly" BFS_Player_Lastname="Johnson"> <BFS_Player_ID>11073</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>0</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>10</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>2</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>23</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>9</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>0</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.212</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Caleb" BFS_Player_Lastname="Joseph"> <BFS_Player_ID>20682</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>9</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>8</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>25</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>3</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>1</BFS_Passed_Balls> <BFS_TotalPassedBalls>6</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.240</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ryan" BFS_Player_Lastname="Flaherty"> <BFS_Player_ID>20911</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>8</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>6</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>24</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>5</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.202</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jonathan" BFS_Player_Lastname="Schoop"> <BFS_Player_ID>22221</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>17</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>1</BFS_Home_Runs> <BFS_TotalHomeRuns>13</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>39</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>11</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>4</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.218</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>31</TBS_At_Bats> <TBS_Runs>5</TBS_Runs> <TBS_Hits>10</TBS_Hits> <TBS_Doubles>0</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>1</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>5</TBS_RBI> <TBS_Walks>1</TBS_Walks> <TBS_Strikeouts>4</TBS_Strikeouts> <TBS_Errors>2</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>1</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>1</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Bud" PS_Player_LastName="Norris"> <PS_Player_ID>19931</PS_Player_ID> <PS_Started /> <Innings_Pitched>6</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>12</Season_Wins> <Season_Losses>8</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>24</Batters_Faced> <Wild_Pitch>1</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>23</AB> <BF>24</BF> <Hits>4</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>1</Walks> <Strikeouts>7</Strikeouts> <KL>2</KL> <WildPitches>1</WildPitches> <CompleteGame>0</CompleteGame> <Started>1</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>60</TotalER> <TotalOuts>18</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="93" strikes="58" /> <ERA>3.83</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Tommy" PS_Player_LastName="Hunter"> <PS_Player_ID>19579</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>2</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>11</Season_Saves> <Season_Holds>7</Season_Holds> <Season_BlownSaves>5</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>20</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="9" strikes="7" /> <ERA>3.51</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Darren" PS_Player_LastName="O`Day"> <PS_Player_ID>19210</PS_Player_ID> <Innings_Pitched>2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>4</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>2</Season_Saves> <Season_Holds>22</Season_Holds> <Season_BlownSaves>4</Season_BlownSaves> <Batters_Faced>6</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>6</BF> <Hits>1</Hits> <Runs>4</Runs> <Earned_Runs>3</Earned_Runs> <Walks>1</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>6</TotalER> <TotalOuts>2</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>1</Home_Runs> <Pitchcount total="26" strikes="14" /> <ERA>1.34</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Brad" PS_Player_LastName="Brach"> <PS_Player_ID>20537</PS_Player_ID> <Innings_Pitched>1-3</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>5</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>4</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>1</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>1</AB> <BF>1</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>15</TotalER> <TotalOuts>1</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="9" strikes="6" /> <ERA>2.60</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Zach" PS_Player_LastName="Britton"> <PS_Player_ID>21211</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Save</Game_Win_Loss_Save> <Season_Wins>3</Season_Wins> <Season_Losses>2</Season_Losses> <Season_Saves>32</Season_Saves> <Season_Holds>7</Season_Holds> <Season_BlownSaves>3</Season_BlownSaves> <Batters_Faced>4</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>4</AB> <BF>4</BF> <Hits>2</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>14</TotalER> <TotalOuts>3</TotalOuts> <Doubles>1</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="11" strikes="8" /> <Finished /> <ERA>1.87</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Alejandro" FS_Player_LastName="De Aza"> <FS_Player_ID>9465</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Adam" FS_Player_LastName="Jones"> <FS_Player_ID>11115</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nelson" FS_Player_LastName="Cruz"> <FS_Player_ID>9399</FS_Player_ID> <FS_ByPos Pos="RF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Chris" FS_Player_LastName="Davis"> <FS_Player_ID>19377</FS_Player_ID> <FS_ByPos Pos="1B" PO="6" A="0" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="6" A="0" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jimmy" FS_Player_LastName="Paredes"> <FS_Player_ID>20863</FS_Player_ID> <FS_ByPos Pos="3B" PO="1" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="2" E="1" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Caleb" FS_Player_LastName="Joseph"> <FS_Player_ID>20682</FS_Player_ID> <FS_ByPos Pos="C" PO="9" A="2" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="9" A="2" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ryan" FS_Player_LastName="Flaherty"> <FS_Player_ID>20911</FS_Player_ID> <FS_ByPos Pos="SS" PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jonathan" FS_Player_LastName="Schoop"> <FS_Player_ID>22221</FS_Player_ID> <FS_ByPos Pos="2B" PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="3" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Zach" FS_Player_LastName="Britton"> <FS_Player_ID>21211</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Bud" FS_Player_LastName="Norris"> <FS_Player_ID>19931</FS_Player_ID> <FS_ByPos Pos="P" PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> <FS_Total PO="0" A="0" E="0" PB="0" CI="0" SBA="1" CSB="1" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats> <Wild_Pitches> Norris </Wild_Pitches> <Intentional_Walks /> <Hit_By_Pitch> <HBP_Listing> <HBP_Batter_ID HBP_Batter_FirstName="Devin" HBP_Batter_LastName="Mesoraco"> 19966</HBP_Batter_ID> <HBP_Pitcher_ID HBP_Pitcher_FirstName="Darren" HBP_Pitcher_LastName="O`Day"> 19210</HBP_Pitcher_ID> <HBP_Number_Of_Times_Hit>1</HBP_Number_Of_Times_Hit> </HBP_Listing> </Hit_By_Pitch> </Misc_Pitching_Stats> <Homerun_Stats> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Jay" HRS_Batter_LastName="Bruce" RBIs="4"> 19234</HRS_Batter_ID> <Season_Homeruns>15</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Darren" HRS_Pitcher_LastName="O`Day"> 19210</HRS_Pitcher_ID> </HRS_Listing> <HRS_Listing> <HRS_Batter_ID HRS_Batter_FirstName="Jonathan" HRS_Batter_LastName="Schoop" RBIs="1"> 22221</HRS_Batter_ID> <Season_Homeruns>13</Season_Homeruns> <HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher="1" HRS_Pitcher_FirstName="Mat" HRS_Pitcher_LastName="Latos"> 20023</HRS_Pitcher_ID> </HRS_Listing> </Homerun_Stats> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Cincinnati">7</Away_Left_On_Base> <Home_Left_On_Base Team="Baltimore">3</Home_Left_On_Base> <Double_Plays>Cincinnati 1 (T.Frazier and R.Santiago); Baltimore 1 (J.Schoop and C.Davis).</Double_Plays> <Double_Plays_Details TeamID="003" Count="1"> <Play Count="1"> <PlayerID>19967</PlayerID> <PlayerID>6369</PlayerID> </Play> </Double_Plays_Details> <Double_Plays_Details TeamID="027" Count="1"> <Play Count="1"> <PlayerID>22221</PlayerID> <PlayerID>19377</PlayerID> </Play> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="003" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="027" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>E_C.Davis, J.Paredes. LOB_Cincinnati 7, Baltimore 3. 2B_R.Santiago. HR_J.Bruce (15) off D.O`Day, J.Schoop (13) off M.Latos. SB_B.Hamilton (55). CS_B.Hamilton, A.De Aza. GIDP_T.Frazier, J.Paredes. DP_Cincinnati 1 (T.Frazier and R.Santiago); Baltimore 1 (J.Schoop and C.Davis).</Misc_Batting_Notes> <Misc_Pitching_Notes>PB_C.Joseph. HBP_by D.O`Day (D.Mesoraco). WP_B.Norris.</Misc_Pitching_Notes> <Pitching_Notes /> <Pitching_Notes_Details> </Pitching_Notes_Details> <Attendance>15021</Attendance> <Game_Length>3:07</Game_Length> <HPUmpire ID="68" Firstname="Hunter" Lastname="Wendelstedt">Hunter Wendelstedt</HPUmpire> <FBUmpire ID="83" Firstname="Mike" Lastname="Estabrook">Mike Estabrook</FBUmpire> <SBUmpire /> <TBUmpire ID="43" Firstname="Jerry" Lastname="Layne">Jerry Layne</TBUmpire> <LFUmpire /> <RFUmpire /> </Miscelaneous_Game_Info> <time_stamp> September 3, 2014, at 01:41 AM ET </time_stamp> </message>
+ schemagen/MLB_Boxscore_XML/21983549.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "MLB_Boxscore_XML.dtd"> <message> <XML_File_ID>21983549</XML_File_ID> <heading>AAX%BOX-BAL-KAN</heading> <category>Statistics</category> <sport>MLB</sport> <game_id>44572</game_id> <schedule_id>44572</schedule_id> <vteam>Baltimore</vteam> <hteam>Kansas City</hteam> <vteam_id>027</vteam_id> <hteam_id>033</hteam_id> <Season>2014</Season> <SeasonType>PostSeason</SeasonType> <title>Baltimore at Kansas City</title> <Game_Date>10/14/2014</Game_Date> <Game_Time>08:07 PM</Game_Time> <GameNumber>1</GameNumber> <Capacity>37903</Capacity> <Game_Breakdown> <AwayTeam Team="Baltimore"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">1</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">0</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">0</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">0</Runs_By_Innings> </LineScore> <Runs>1</Runs> <Hits>3</Hits> <Errors>0</Errors> </AwayTeam> <HomeTeam Team="Kansas City"> <LineScore> <Runs_By_Innings Inning="1">0</Runs_By_Innings> <Runs_By_Innings Inning="2">0</Runs_By_Innings> <Runs_By_Innings Inning="3">0</Runs_By_Innings> <Runs_By_Innings Inning="4">1</Runs_By_Innings> <Runs_By_Innings Inning="5">0</Runs_By_Innings> <Runs_By_Innings Inning="6">1</Runs_By_Innings> <Runs_By_Innings Inning="7">0</Runs_By_Innings> <Runs_By_Innings Inning="8">0</Runs_By_Innings> <Runs_By_Innings Inning="9">X</Runs_By_Innings> </LineScore> <Runs>2</Runs> <Hits>7</Hits> <Errors>0</Errors> </HomeTeam> </Game_Breakdown> <Team_Summary TeamID="027" Team="Baltimore"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nick" BFS_Player_Lastname="Markakis"> <BFS_Player_ID>13166</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.259</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alejandro" BFS_Player_Lastname="De Aza"> <BFS_Player_ID>9465</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.333</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Adam" BFS_Player_Lastname="Jones"> <BFS_Player_ID>11115</BFS_Player_ID> <BFS_Position>CF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.200</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nelson" BFS_Player_Lastname="Cruz"> <BFS_Player_ID>9399</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>7</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.400</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Steve" BFS_Player_Lastname="Pearce"> <BFS_Player_ID>19309</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.174</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="J.J." BFS_Player_Lastname="Hardy"> <BFS_Player_ID>6982</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>1</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.238</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Ryan" BFS_Player_Lastname="Flaherty"> <BFS_Player_ID>20911</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>2</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.278</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Nick" BFS_Player_Lastname="Hundley"> <BFS_Player_ID>19052</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>2</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.067</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Jonathan" BFS_Player_Lastname="Schoop"> <BFS_Player_ID>22221</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.200</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>30</TBS_At_Bats> <TBS_Runs>1</TBS_Runs> <TBS_Hits>3</TBS_Hits> <TBS_Doubles>2</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>1</TBS_RBI> <TBS_Walks>2</TBS_Walks> <TBS_Strikeouts>5</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>0</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>0</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Wei-Yin" PS_Player_LastName="Chen"> <PS_Player_ID>21808</PS_Player_ID> <PS_Started /> <Innings_Pitched>5 1-3</Innings_Pitched> <Game_Win_Loss_Save>Loss</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>1</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>22</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>21</AB> <BF>22</BF> <Hits>7</Hits> <Runs>2</Runs> <Earned_Runs>2</Earned_Runs> <Walks>1</Walks> <Strikeouts>4</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>1</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>5</TotalER> <TotalOuts>16</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="80" strikes="53" /> <ERA>7.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Kevin" PS_Player_LastName="Gausman"> <PS_Player_ID>22821</PS_Player_ID> <Innings_Pitched>2 2-3</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>8</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>7</AB> <BF>8</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>1</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>8</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="33" strikes="24" /> <Finished /> <ERA>1.13</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Nick" FS_Player_LastName="Markakis"> <FS_Player_ID>13166</FS_Player_ID> <FS_ByPos Pos="RF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Alejandro" FS_Player_LastName="De Aza"> <FS_Player_ID>9465</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Adam" FS_Player_LastName="Jones"> <FS_Player_ID>11115</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Steve" FS_Player_LastName="Pearce"> <FS_Player_ID>19309</FS_Player_ID> <FS_ByPos Pos="1B" PO="11" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="11" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="J.J." FS_Player_LastName="Hardy"> <FS_Player_ID>6982</FS_Player_ID> <FS_ByPos Pos="SS" PO="2" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="2" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Ryan" FS_Player_LastName="Flaherty"> <FS_Player_ID>20911</FS_Player_ID> <FS_ByPos Pos="3B" PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="0" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Nick" FS_Player_LastName="Hundley"> <FS_Player_ID>19052</FS_Player_ID> <FS_ByPos Pos="C" PO="5" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="5" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Jonathan" FS_Player_LastName="Schoop"> <FS_Player_ID>22221</FS_Player_ID> <FS_ByPos Pos="2B" PO="1" A="6" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> <FS_Total PO="1" A="6" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="1" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Team_Summary TeamID="033" Team="Kansas City"> <Batting_Fielding_Stats> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alcides" BFS_Player_Lastname="Escobar"> <BFS_Player_ID>9842</BFS_Player_ID> <BFS_Position>SS</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>2</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>3</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.250</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Norichika" BFS_Player_Lastname="Aoki"> <BFS_Player_ID>18644</BFS_Player_ID> <BFS_Position>RF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.280</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Firstname="Jarrod" BFS_Player_Lastname="Dyson"> <BFS_Player_ID>20622</BFS_Player_ID> <BFS_Position>PR-CF</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>0</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>2</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>1</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.000</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Lorenzo" BFS_Player_Lastname="Cain"> <BFS_Player_ID>18953</BFS_Player_ID> <BFS_Position>CF-RF</BFS_Position> <BFS_At_Bats>4</BFS_At_Bats> <BFS_Runs>1</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>4</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>2</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>4</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.387</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Eric" BFS_Player_Lastname="Hosmer"> <BFS_Player_ID>21277</BFS_Player_ID> <BFS_Position>1B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>2</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>1</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>2</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>7</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>1</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>2</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.462</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Billy" BFS_Player_Lastname="Butler"> <BFS_Player_ID>17324</BFS_Player_ID> <BFS_Position>DH</BFS_Position> <BFS_At_Bats>1</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>1</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>5</BFS_TotalRBI> <BFS_Walks>1</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>1</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>1</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.217</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Alex" BFS_Player_Lastname="Gordon"> <BFS_Player_ID>18609</BFS_Player_ID> <BFS_Position>LF</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>3</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>1</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>1</BFS_RBI> <BFS_TotalRBI>9</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>3</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.231</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Salvador" BFS_Player_Lastname="Perez"> <BFS_Player_ID>21275</BFS_Player_ID> <BFS_Position>C</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>2</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>0</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>0</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>1</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.133</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Omar" BFS_Player_Lastname="Infante"> <BFS_Player_ID>6466</BFS_Player_ID> <BFS_Position>2B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>1</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>0</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>1</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>1</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>0</BFS_Ground_Into_DP> <BFS_Average>.185</BFS_Average> </BFS_Listing> <BFS_Listing BFS_Player_Status="Started" BFS_Player_Firstname="Mike" BFS_Player_Lastname="Moustakas"> <BFS_Player_ID>20680</BFS_Player_ID> <BFS_Position>3B</BFS_Position> <BFS_At_Bats>3</BFS_At_Bats> <BFS_Runs>0</BFS_Runs> <BFS_Hits>0</BFS_Hits> <BFS_Doubles>0</BFS_Doubles> <BFS_TotalDoubles>0</BFS_TotalDoubles> <BFS_Triples>0</BFS_Triples> <BFS_TotalTriples>0</BFS_TotalTriples> <BFS_Home_Runs>0</BFS_Home_Runs> <BFS_TotalHomeRuns>4</BFS_TotalHomeRuns> <BFS_Grand_Slams>0</BFS_Grand_Slams> <BFS_RBI>0</BFS_RBI> <BFS_TotalRBI>5</BFS_TotalRBI> <BFS_Walks>0</BFS_Walks> <BFS_Strikeouts>1</BFS_Strikeouts> <BFS_Errors>0</BFS_Errors> <BFS_TotalErrors>1</BFS_TotalErrors> <BFS_Stolen_Bases>0</BFS_Stolen_Bases> <BFS_TotalStolenBases>0</BFS_TotalStolenBases> <BFS_Caught_Stealing>0</BFS_Caught_Stealing> <BFS_TotalCaughtStealing>0</BFS_TotalCaughtStealing> <BFS_Sacrifices>0</BFS_Sacrifices> <BFS_Sac_Flies>0</BFS_Sac_Flies> <BFS_Hit_By_Pitch>0</BFS_Hit_By_Pitch> <BFS_Passed_Balls>0</BFS_Passed_Balls> <BFS_TotalPassedBalls>0</BFS_TotalPassedBalls> <BFS_TotalBases>0</BFS_TotalBases> <BFS_TotalPlateAppearance>3</BFS_TotalPlateAppearance> <BFS_Ground_Into_DP>1</BFS_Ground_Into_DP> <BFS_Average>.280</BFS_Average> </BFS_Listing> </Batting_Fielding_Stats> <Team_Batting_Stats> <TBS_At_Bats>28</TBS_At_Bats> <TBS_Runs>2</TBS_Runs> <TBS_Hits>7</TBS_Hits> <TBS_Doubles>0</TBS_Doubles> <TBS_Triples>0</TBS_Triples> <TBS_Home_Runs>0</TBS_Home_Runs> <TBS_Grand_Slams>0</TBS_Grand_Slams> <TBS_RBI>2</TBS_RBI> <TBS_Walks>1</TBS_Walks> <TBS_Strikeouts>5</TBS_Strikeouts> <TBS_Errors>0</TBS_Errors> <TBS_Stolen_Bases>0</TBS_Stolen_Bases> <TBS_Caught_Stealing>0</TBS_Caught_Stealing> <TBS_Sacrifices>0</TBS_Sacrifices> <TBS_Sac_Flies>1</TBS_Sac_Flies> <TBS_Hit_By_Pitch>0</TBS_Hit_By_Pitch> <TBS_Passed_Balls>0</TBS_Passed_Balls> <TBS_Ground_Into_DP>1</TBS_Ground_Into_DP> </Team_Batting_Stats> <Pitching_Stats> <PS_Listing PS_Player_FirstName="Jeremy" PS_Player_LastName="Guthrie"> <PS_Player_ID>6604</PS_Player_ID> <PS_Started /> <Innings_Pitched>5</Innings_Pitched> <Game_Win_Loss_Save /> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>20</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>18</AB> <BF>20</BF> <Hits>3</Hits> <Runs>1</Runs> <Earned_Runs>1</Earned_Runs> <Walks>2</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>1</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>15</TotalOuts> <Doubles>2</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="94" strikes="63" /> <ERA>1.80</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Jason" PS_Player_LastName="Frasor"> <PS_Player_ID>10434</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Win</Game_Win_Loss_Save> <Season_Wins>2</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>0</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="11" strikes="8" /> <ERA>0.00</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Kelvin" PS_Player_LastName="Herrera"> <PS_Player_ID>21767</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>2</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="14" strikes="9" /> <ERA>1.35</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Wade" PS_Player_LastName="Davis"> <PS_Player_ID>17786</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Hold</Game_Win_Loss_Save> <Season_Wins>2</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>0</Season_Saves> <Season_Holds>1</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>1</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>0</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="13" strikes="9" /> <ERA>1.08</ERA> </PS_Listing> <PS_Listing PS_Player_FirstName="Greg" PS_Player_LastName="Holland"> <PS_Player_ID>21189</PS_Player_ID> <Innings_Pitched>1</Innings_Pitched> <Game_Win_Loss_Save>Save</Game_Win_Loss_Save> <Season_Wins>0</Season_Wins> <Season_Losses>0</Season_Losses> <Season_Saves>5</Season_Saves> <Season_Holds>0</Season_Holds> <Season_BlownSaves>0</Season_BlownSaves> <Batters_Faced>3</Batters_Faced> <Wild_Pitch>0</Wild_Pitch> <Balks>0</Balks> <Shutouts>0</Shutouts> <AB>3</AB> <BF>3</BF> <Hits>0</Hits> <Runs>0</Runs> <Earned_Runs>0</Earned_Runs> <Walks>0</Walks> <Strikeouts>0</Strikeouts> <KL>0</KL> <WildPitches>0</WildPitches> <CompleteGame>0</CompleteGame> <Started>0</Started> <Finished>1</Finished> <CBO>0</CBO> <Errors>0</Errors> <TotalER>1</TotalER> <TotalOuts>3</TotalOuts> <Doubles>0</Doubles> <Triples>0</Triples> <Home_Runs>0</Home_Runs> <Pitchcount total="6" strikes="5" /> <Finished /> <ERA>1.29</ERA> </PS_Listing> </Pitching_Stats> <Fielding_Stats> <FS_Listing FS_Player_FirstName="Norichika" FS_Player_LastName="Aoki"> <FS_Player_ID>18644</FS_Player_ID> <FS_ByPos Pos="RF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Lorenzo" FS_Player_LastName="Cain"> <FS_Player_ID>18953</FS_Player_ID> <FS_ByPos Pos="CF" PO="2" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_ByPos Pos="RF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Eric" FS_Player_LastName="Hosmer"> <FS_Player_ID>21277</FS_Player_ID> <FS_ByPos Pos="1B" PO="10" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="10" A="1" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Alex" FS_Player_LastName="Gordon"> <FS_Player_ID>18609</FS_Player_ID> <FS_ByPos Pos="LF" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Salvador" FS_Player_LastName="Perez"> <FS_Player_ID>21275</FS_Player_ID> <FS_ByPos Pos="C" PO="6" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="6" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Omar" FS_Player_LastName="Infante"> <FS_Player_ID>6466</FS_Player_ID> <FS_ByPos Pos="2B" PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="3" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Mike" FS_Player_LastName="Moustakas"> <FS_Player_ID>20680</FS_Player_ID> <FS_ByPos Pos="3B" PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="3" A="2" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> <FS_Listing FS_Player_FirstName="Wade" FS_Player_LastName="Davis"> <FS_Player_ID>17786</FS_Player_ID> <FS_ByPos Pos="P" PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> <FS_Total PO="1" A="0" E="0" PB="0" CI="0" SBA="0" CSB="0" INDP="0" INTP="0"/> </FS_Listing> </Fielding_Stats> </Team_Summary> <Misc_Pitching_Stats /> <Miscelaneous_Game_Info> <Away_Left_On_Base Team="Baltimore">4</Away_Left_On_Base> <Home_Left_On_Base Team="Kansas City">4</Home_Left_On_Base> <Double_Plays>Baltimore 1 (J.Schoop, J.Hardy and S.Pearce).</Double_Plays> <Double_Plays_Details TeamID="027" Count="1"> <Play Count="1"> <PlayerID>22221</PlayerID> <PlayerID>6982</PlayerID> <PlayerID>19309</PlayerID> </Play> </Double_Plays_Details> <Double_Plays_Details TeamID="033" Count="0"> </Double_Plays_Details> <Triple_Plays /> <Triple_Plays_Details TeamID="027" Count="0"> </Triple_Plays_Details> <Triple_Plays_Details TeamID="033" Count="0"> </Triple_Plays_Details> <Misc_Batting_Notes>LOB_Baltimore 4, Kansas City 4. 2B_S.Pearce, J.Hardy. SF_B.Butler. GIDP_M.Moustakas. DP_Baltimore 1 (J.Schoop, J.Hardy and S.Pearce).</Misc_Batting_Notes> <Misc_Pitching_Notes /> <Pitching_Notes /> <Pitching_Notes_Details> </Pitching_Notes_Details> <Attendance>40183</Attendance> <Game_Length>2:55</Game_Length> <HPUmpire ID="69" Firstname="Joe" Lastname="West">Joe West</HPUmpire> <FBUmpire ID="42" Firstname="Ron" Lastname="Kulpa">Ron Kulpa</FBUmpire> <SBUmpire ID="65" Firstname="Mark" Lastname="Wegner">Mark Wegner</SBUmpire> <TBUmpire ID="31" Firstname="Brian" Lastname="Gorman">Brian Gorman</TBUmpire> <LFUmpire ID="39" Firstname="Dan" Lastname="Iassogna">Dan Iassogna</LFUmpire> <RFUmpire ID="38" Firstname="Marvin" Lastname="Hudson">Marvin Hudson</RFUmpire> </Miscelaneous_Game_Info> <time_stamp> October 14, 2014, at 11:11 PM ET </time_stamp> </message>
+ schemagen/NFLGrassTurfDomeOutsideXML/22066923.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLGrassTurfDomeOutsideXML.dtd"> <message> <XML_File_ID>22066923</XML_File_ID> <heading>ABX%NFL-GRASS-TURF</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL Statistics - Grass and Artificial Records</title> <conference name="National Football Conference"> <team name="Arizona Cardinals"> <record name="Grass Records"> <w>5</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>6</w> <l>1</l> <t>0</t> </record> </team> <team name="Atlanta Falcons"> <record name="Grass Records"> <w>0</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>5</l> <t>0</t> </record> <record name="Overall Records"> <w>2</w> <l>6</l> <t>0</t> </record> </team> <team name="Carolina Panthers"> <record name="Grass Records"> <w>3</w> <l>3</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>1</l> <t>1</t> </record> <record name="Overall Records"> <w>3</w> <l>4</l> <t>1</t> </record> </team> <team name="Chicago Bears"> <record name="Grass Records"> <w>1</w> <l>4</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>3</w> <l>5</l> <t>0</t> </record> </team> <team name="Dallas Cowboys"> <record name="Grass Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>5</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>6</w> <l>2</l> <t>0</t> </record> </team> <team name="Detroit Lions"> <record name="Grass Records"> <w>1</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>5</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>6</w> <l>2</l> <t>0</t> </record> </team> <team name="Green Bay Packers"> <record name="Grass Records"> <w>5</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>3</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="Minnesota Vikings"> <record name="Grass Records"> <w>1</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>4</l> <t>0</t> </record> <record name="Overall Records"> <w>3</w> <l>5</l> <t>0</t> </record> </team> <team name="New Orleans Saints"> <record name="Grass Records"> <w>0</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>3</w> <l>3</l> <t>0</t> </record> <record name="Overall Records"> <w>3</w> <l>4</l> <t>0</t> </record> </team> <team name="New York Giants"> <record name="Grass Records"> <w>1</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>3</l> <t>0</t> </record> <record name="Overall Records"> <w>3</w> <l>4</l> <t>0</t> </record> </team> <team name="Philadelphia Eagles"> <record name="Grass Records"> <w>4</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>2</l> <t>0</t> </record> </team> <team name="St. Louis Rams"> <record name="Grass Records"> <w>1</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>3</l> <t>0</t> </record> <record name="Overall Records"> <w>2</w> <l>5</l> <t>0</t> </record> </team> <team name="San Francisco 49ers"> <record name="Grass Records"> <w>2</w> <l>3</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>3</l> <t>0</t> </record> </team> <team name="Seattle Seahawks"> <record name="Grass Records"> <w>2</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>2</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>3</l> <t>0</t> </record> </team> <team name="Tampa Bay Buccaneers"> <record name="Grass Records"> <w>1</w> <l>4</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>1</w> <l>6</l> <t>0</t> </record> </team> <team name="Washington Redskins"> <record name="Grass Records"> <w>2</w> <l>5</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>3</w> <l>5</l> <t>0</t> </record> </team> </conference> <conference name="American Football Conference"> <team name="Baltimore Ravens"> <record name="Grass Records"> <w>2</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>3</w> <l>3</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="Buffalo Bills"> <record name="Grass Records"> <w>1</w> <l>1</l> <t>0</t> </record> <record name="Artificial Records"> <w>4</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="Cincinnati Bengals"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>4</w> <l>2</l> <t>1</t> </record> <record name="Overall Records"> <w>4</w> <l>2</l> <t>1</t> </record> </team> <team name="Cleveland Browns"> <record name="Grass Records"> <w>4</w> <l>3</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>3</l> <t>0</t> </record> </team> <team name="Denver Broncos"> <record name="Grass Records"> <w>5</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>6</w> <l>1</l> <t>0</t> </record> </team> <team name="Houston Texans"> <record name="Grass Records"> <w>4</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>4</l> <t>0</t> </record> </team> <team name="Indianapolis Colts"> <record name="Grass Records"> <w>2</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>3</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="Jacksonville Jaguars"> <record name="Grass Records"> <w>1</w> <l>7</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>1</w> <l>7</l> <t>0</t> </record> </team> <team name="Kansas City Chiefs"> <record name="Grass Records"> <w>4</w> <l>3</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>3</l> <t>0</t> </record> </team> <team name="Miami Dolphins"> <record name="Grass Records"> <w>4</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>4</w> <l>3</l> <t>0</t> </record> </team> <team name="New England Patriots"> <record name="Grass Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>6</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>6</w> <l>2</l> <t>0</t> </record> </team> <team name="New York Jets"> <record name="Grass Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>5</l> <t>0</t> </record> <record name="Overall Records"> <w>1</w> <l>7</l> <t>0</t> </record> </team> <team name="Oakland Raiders"> <record name="Grass Records"> <w>0</w> <l>5</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>7</l> <t>0</t> </record> </team> <team name="Pittsburgh Steelers"> <record name="Grass Records"> <w>5</w> <l>2</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="San Diego Chargers"> <record name="Grass Records"> <w>4</w> <l>3</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>5</w> <l>3</l> <t>0</t> </record> </team> <team name="Tennessee Titans"> <record name="Grass Records"> <w>2</w> <l>4</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>2</l> <t>0</t> </record> <record name="Overall Records"> <w>2</w> <l>6</l> <t>0</t> </record> </team> </conference> <time_stamp> October 28, 2014, at 10:56 AM ET </time_stamp> </message>
+ schemagen/NFLInterceptionLeadersXML/22118486.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLInterceptionLeadersXML.dtd"> <message> <XML_File_ID>22118486</XML_File_ID> <heading>ABX%NFC-INTERCEPTIONS-TD-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Interceptions for TD Leaders</title> <listing> <rank>1</rank> <Player_Team>Danny Lansanah, TAM</Player_Team> <Int>2</Int> <Yards>60</Yards> <Long>33</Long> <TD>2</TD> </listing> <listing> <rank>2</rank> <Player_Team>Harrison Smith, MIN</Player_Team> <Int>3</Int> <Yards>87</Yards> <Long>81</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Malcolm Jenkins, PHI</Player_Team> <Int>3</Int> <Yards>67</Yards> <Long>53</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Rashad Johnson, ARI</Player_Team> <Int>2</Int> <Yards>58</Yards> <Long>30</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Tyler Patmon, DAL</Player_Team> <Int>1</Int> <Yards>58</Yards> <Long>58</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Julius Peppers, GBP</Player_Team> <Int>1</Int> <Yards>49</Yards> <Long>49</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Ryan Mundy, CHI</Player_Team> <Int>1</Int> <Yards>45</Yards> <Long>45</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Rashean Mathis, DET</Player_Team> <Int>1</Int> <Yards>41</Yards> <Long>41</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Bruce Irvin, SEA</Player_Team> <Int>1</Int> <Yards>35</Yards> <Long>35</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Bruce Carter, DAL</Player_Team> <Int>1</Int> <Yards>25</Yards> <Long>25</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Janoris Jenkins, STL</Player_Team> <Int>1</Int> <Yards>25</Yards> <Long>25</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Kemal Ishmael, ATL</Player_Team> <Int>1</Int> <Yards>23</Yards> <Long>23</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Dontae Johnson, SFX</Player_Team> <Int>1</Int> <Yards>20</Yards> <Long>20</Long> <TD>1</TD> </listing> <time_stamp> November 4, 2014, at 06:17 AM ET </time_stamp> </message>
+ schemagen/NFLPassingLeadersXML/22125828.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLPassingLeadersXML.dtd"> <message> <XML_File_ID>22125828</XML_File_ID> <heading>ABX%NFC-QBTOUCHDOWNS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Quarterback Touchdowns Leaders</title> <listing> <rank>1</rank> <Player_Team>Aaron Rodgers, GBP</Player_Team> <Comp>169</Comp> <Att>250</Att> <Pct>67.6</Pct> <Yds>2092</Yds> <YPA>8.37</YPA> <Long>80</Long> <TD>19</TD> <TD_Pct>7.6</TD_Pct> <Int>3</Int> <Int_Pct>1.2</Int_Pct> <Sacks>20</Sacks> <SackYards>128</SackYards> <Rating>113.6</Rating> </listing> <listing> <rank>2</rank> <Player_Team>Jay Cutler, CHI</Player_Team> <Comp>197</Comp> <Att>293</Att> <Pct>67.2</Pct> <Yds>2093</Yds> <YPA>7.14</YPA> <Long>74</Long> <TD>17</TD> <TD_Pct>5.8</TD_Pct> <Int>8</Int> <Int_Pct>2.7</Int_Pct> <Sacks>20</Sacks> <SackYards>115</SackYards> <Rating>95.8</Rating> </listing> <listing> <rank>3</rank> <Player_Team>Eli Manning, NYG</Player_Team> <Comp>173</Comp> <Att>277</Att> <Pct>62.5</Pct> <Yds>1932</Yds> <YPA>6.97</YPA> <Long>61</Long> <TD>16</TD> <TD_Pct>5.8</TD_Pct> <Int>5</Int> <Int_Pct>1.8</Int_Pct> <Sacks>16</Sacks> <SackYards>98</SackYards> <Rating>94.9</Rating> </listing> <listing> <rank>4</rank> <Player_Team>Drew Brees, NOS</Player_Team> <Comp>229</Comp> <Att>329</Att> <Pct>69.6</Pct> <Yds>2524</Yds> <YPA>7.67</YPA> <Long>57</Long> <TD>15</TD> <TD_Pct>4.6</TD_Pct> <Int>8</Int> <Int_Pct>2.4</Int_Pct> <Sacks>11</Sacks> <SackYards>66</SackYards> <Rating>97.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Matt Ryan, ATL</Player_Team> <Comp>198</Comp> <Att>305</Att> <Pct>64.9</Pct> <Yds>2306</Yds> <YPA>7.56</YPA> <Long>74</Long> <TD>15</TD> <TD_Pct>4.9</TD_Pct> <Int>8</Int> <Int_Pct>2.6</Int_Pct> <Sacks>17</Sacks> <SackYards>130</SackYards> <Rating>93.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Tony Romo, DAL</Player_Team> <Comp>165</Comp> <Att>242</Att> <Pct>68.2</Pct> <Yds>1998</Yds> <YPA>8.26</YPA> <Long>68</Long> <TD>15</TD> <TD_Pct>6.2</TD_Pct> <Int>6</Int> <Int_Pct>2.5</Int_Pct> <Sacks>17</Sacks> <SackYards>146</SackYards> <Rating>103.6</Rating> </listing> <listing> <rank>7</rank> <Player_Team>Nick Foles, PHI</Player_Team> <Comp>186</Comp> <Att>311</Att> <Pct>59.8</Pct> <Yds>2163</Yds> <YPA>6.95</YPA> <Long>68</Long> <TD>13</TD> <TD_Pct>4.2</TD_Pct> <Int>10</Int> <Int_Pct>3.2</Int_Pct> <Sacks>9</Sacks> <SackYards>74</SackYards> <Rating>81.4</Rating> </listing> <listing> <rank>8</rank> <Player_Team>Colin Kaepernick, SFX</Player_Team> <Comp>165</Comp> <Att>257</Att> <Pct>64.2</Pct> <Yds>1956</Yds> <YPA>7.61</YPA> <Long>80</Long> <TD>12</TD> <TD_Pct>4.7</TD_Pct> <Int>5</Int> <Int_Pct>1.9</Int_Pct> <Sacks>27</Sacks> <SackYards>185</SackYards> <Rating>94.8</Rating> </listing> <listing> <rank>9</rank> <Player_Team>Matthew Stafford, DET</Player_Team> <Comp>183</Comp> <Att>299</Att> <Pct>61.2</Pct> <Yds>2216</Yds> <YPA>7.41</YPA> <Long>73</Long> <TD>11</TD> <TD_Pct>3.7</TD_Pct> <Int>7</Int> <Int_Pct>2.3</Int_Pct> <Sacks>24</Sacks> <SackYards>143</SackYards> <Rating>86.5</Rating> </listing> <listing> <rank></rank> <Player_Team>Austin Davis, STL</Player_Team> <Comp>163</Comp> <Att>254</Att> <Pct>64.2</Pct> <Yds>1785</Yds> <YPA>7.03</YPA> <Long>51</Long> <TD>11</TD> <TD_Pct>4.3</TD_Pct> <Int>7</Int> <Int_Pct>2.8</Int_Pct> <Sacks>23</Sacks> <SackYards>137</SackYards> <Rating>87.8</Rating> </listing> <listing> <rank></rank> <Player_Team>Russell Wilson, SEA</Player_Team> <Comp>152</Comp> <Att>242</Att> <Pct>62.8</Pct> <Yds>1669</Yds> <YPA>6.90</YPA> <Long>53</Long> <TD>11</TD> <TD_Pct>4.5</TD_Pct> <Int>3</Int> <Int_Pct>1.2</Int_Pct> <Sacks>16</Sacks> <SackYards>96</SackYards> <Rating>93.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Carson Palmer, ARI</Player_Team> <Comp>116</Comp> <Att>188</Att> <Pct>61.7</Pct> <Yds>1385</Yds> <YPA>7.37</YPA> <Long>80</Long> <TD>11</TD> <TD_Pct>5.9</TD_Pct> <Int>2</Int> <Int_Pct>1.1</Int_Pct> <Sacks>6</Sacks> <SackYards>40</SackYards> <Rating>99.3</Rating> </listing> <listing> <rank>13</rank> <Player_Team>Kirk Cousins, WAS</Player_Team> <Comp>126</Comp> <Att>204</Att> <Pct>61.8</Pct> <Yds>1710</Yds> <YPA>8.38</YPA> <Long>81</Long> <TD>10</TD> <TD_Pct>4.9</TD_Pct> <Int>9</Int> <Int_Pct>4.4</Int_Pct> <Sacks>8</Sacks> <SackYards>70</SackYards> <Rating>86.4</Rating> </listing> <listing> <rank></rank> <Player_Team>Mike Glennon, TAM</Player_Team> <Comp>117</Comp> <Att>203</Att> <Pct>57.6</Pct> <Yds>1417</Yds> <YPA>6.98</YPA> <Long>41</Long> <TD>10</TD> <TD_Pct>4.9</TD_Pct> <Int>6</Int> <Int_Pct>3.0</Int_Pct> <Sacks>16</Sacks> <SackYards>91</SackYards> <Rating>83.3</Rating> </listing> <listing> <rank>15</rank> <Player_Team>Cam Newton, CAR</Player_Team> <Comp>147</Comp> <Att>256</Att> <Pct>57.4</Pct> <Yds>1794</Yds> <YPA>7.01</YPA> <Long>51</Long> <TD>8</TD> <TD_Pct>3.1</TD_Pct> <Int>5</Int> <Int_Pct>2.0</Int_Pct> <Sacks>21</Sacks> <SackYards>170</SackYards> <Rating>81.4</Rating> </listing> <listing> <rank>16</rank> <Player_Team>Derek Anderson, CAR</Player_Team> <Comp>40</Comp> <Att>57</Att> <Pct>70.2</Pct> <Yds>424</Yds> <YPA>7.44</YPA> <Long>35</Long> <TD>4</TD> <TD_Pct>7.0</TD_Pct> <Int>0</Int> <Int_Pct>.0</Int_Pct> <Sacks>1</Sacks> <SackYards>9</SackYards> <Rating>114.9</Rating> </listing> <time_stamp> November 5, 2014, at 08:29 PM ET </time_stamp> </message>
+ schemagen/NFLReceivingLeadersXML/22113940.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLReceivingLeadersXML.dtd"> <message> <XML_File_ID>22113940</XML_File_ID> <heading>ABX%NFC-RECEIVINGAVERAGE-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Average Yards Per Reception Leaders</title> <listing> <rank>1</rank> <name>DeSean Jackson, WAS</name> <receptions>36</receptions> <yards>784</yards> <average>21.8</average> <long>81</long> <TD>4</TD> </listing> <listing> <rank>2</rank> <name>Jeremy Maclin, PHI</name> <receptions>45</receptions> <yards>790</yards> <average>17.6</average> <long>68</long> <TD>8</TD> </listing> <listing> <rank>3</rank> <name>Michael Floyd, ARI</name> <receptions>23</receptions> <yards>389</yards> <average>16.9</average> <long>63</long> <TD>2</TD> </listing> <listing> <rank>4</rank> <name>Marques Colston, NOS</name> <receptions>28</receptions> <yards>444</yards> <average>15.9</average> <long>57</long> <TD>1</TD> </listing> <listing> <rank>5</rank> <name>Calvin Johnson, DET</name> <receptions>22</receptions> <yards>348</yards> <average>15.8</average> <long>67</long> <TD>2</TD> </listing> <listing> <rank>6</rank> <name>Terrance Williams, DAL</name> <receptions>27</receptions> <yards>426</yards> <average>15.8</average> <long>47</long> <TD>6</TD> </listing> <listing> <rank>7</rank> <name>Kenny Britt, STL</name> <receptions>18</receptions> <yards>281</yards> <average>15.6</average> <long>43</long> <TD>2</TD> </listing> <listing> <rank>8</rank> <name>Kenny Stills, NOS</name> <receptions>24</receptions> <yards>373</yards> <average>15.5</average> <long>46</long> <TD>1</TD> </listing> <listing> <rank>9</rank> <name>Brian Quick, STL</name> <receptions>25</receptions> <yards>375</yards> <average>15.0</average> <long>51</long> <TD>3</TD> </listing> <listing> <rank>10</rank> <name>Alshon Jeffery, CHI</name> <receptions>38</receptions> <yards>563</yards> <average>14.8</average> <long>74</long> <TD>3</TD> </listing> <listing> <rank>11</rank> <name>Jordy Nelson, GBP</name> <receptions>50</receptions> <yards>737</yards> <average>14.7</average> <long>80</long> <TD>6</TD> </listing> <listing> <rank>12</rank> <name>Kelvin Benjamin, CAR</name> <receptions>40</receptions> <yards>589</yards> <average>14.7</average> <long>51</long> <TD>5</TD> </listing> <listing> <rank>13</rank> <name>Larry Fitzgerald, ARI</name> <receptions>35</receptions> <yards>513</yards> <average>14.7</average> <long>80</long> <TD>2</TD> </listing> <listing> <rank>14</rank> <name>Victor Cruz, NYG</name> <receptions>23</receptions> <yards>337</yards> <average>14.7</average> <long>61</long> <TD>1</TD> </listing> <listing> <rank>15</rank> <name>Devin Hester, ATL</name> <receptions>18</receptions> <yards>263</yards> <average>14.6</average> <long>36</long> <TD>1</TD> </listing> <listing> <rank>16</rank> <name>Golden Tate, DET</name> <receptions>55</receptions> <yards>800</yards> <average>14.5</average> <long>73</long> <TD>3</TD> </listing> <time_stamp> November 3, 2014, at 03:14 AM ET </time_stamp> </message>
+ schemagen/NFLRushingLeadersXML/21901204.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLRushingLeadersXML.dtd"> <message> <XML_File_ID>21901204</XML_File_ID> <heading>ABX%AFC-RUSHINGAVERAGE-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 AFC Rushing Average Leaders</title> <listing> <rank>1</rank> <name>Justin Forsett, BAL</name> <attempts>44</attempts> <yards>255</yards> <average>5.8</average> <long>41</long> <TD>2</TD> </listing> <listing> <rank>2</rank> <name>Lamar Miller, MIA</name> <attempts>49</attempts> <yards>277</yards> <average>5.7</average> <long>24</long> <TD>2</TD> </listing> <listing> <rank>3</rank> <name>Knowshon Moreno, MIA</name> <attempts>25</attempts> <yards>138</yards> <average>5.5</average> <long>15</long> <TD>1</TD> </listing> <listing> <rank>4</rank> <name>Chris Ivory, NYJ</name> <attempts>50</attempts> <yards>274</yards> <average>5.5</average> <long>71</long> <TD>2</TD> </listing> <listing> <rank>5</rank> <name>Ahmad Bradshaw, IND</name> <attempts>34</attempts> <yards>182</yards> <average>5.4</average> <long>29</long> <TD>0</TD> </listing> <listing> <rank>6</rank> <name>Le'Veon Bell, PIT</name> <attempts>72</attempts> <yards>378</yards> <average>5.3</average> <long>81</long> <TD>1</TD> </listing> <listing> <rank>7</rank> <name>Isaiah Crowell, CLE</name> <attempts>27</attempts> <yards>141</yards> <average>5.2</average> <long>22</long> <TD>3</TD> </listing> <listing> <rank>8</rank> <name>Jeremy Hill, CIN</name> <attempts>26</attempts> <yards>132</yards> <average>5.1</average> <long>13</long> <TD>2</TD> </listing> <listing> <rank>9</rank> <name>Fred Jackson, BUF</name> <attempts>32</attempts> <yards>152</yards> <average>4.8</average> <long>38</long> <TD>0</TD> </listing> <listing> <rank>10</rank> <name>Shonn Greene, TEN</name> <attempts>33</attempts> <yards>154</yards> <average>4.7</average> <long>20</long> <TD>1</TD> </listing> <listing> <rank>11</rank> <name>Knile Davis, KAN</name> <attempts>71</attempts> <yards>321</yards> <average>4.5</average> <long>48</long> <TD>3</TD> </listing> <listing> <rank>12</rank> <name>Lorenzo Taliaferro, BAL</name> <attempts>33</attempts> <yards>149</yards> <average>4.5</average> <long>31</long> <TD>2</TD> </listing> <listing> <rank>13</rank> <name>Shane Vereen, NEP</name> <attempts>28</attempts> <yards>122</yards> <average>4.4</average> <long>12</long> <TD>1</TD> </listing> <listing> <rank>14</rank> <name>Terrance West, CLE</name> <attempts>47</attempts> <yards>204</yards> <average>4.3</average> <long>29</long> <TD>2</TD> </listing> <listing> <rank>15</rank> <name>Jamaal Charles, KAN</name> <attempts>27</attempts> <yards>115</yards> <average>4.3</average> <long>17</long> <TD>1</TD> </listing> <listing> <rank>16</rank> <name>Chris Johnson, NYJ</name> <attempts>41</attempts> <yards>167</yards> <average>4.1</average> <long>35</long> <TD>1</TD> </listing> <time_stamp> September 30, 2014, at 02:28 AM ET </time_stamp> </message>
+ schemagen/NFLTackleFFLeadersXML/22129127.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTackleFFLeadersXML.dtd"> <message> <XML_File_ID>22129127</XML_File_ID> <heading>ABX%NFC-TACKLES-ASSISTED-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Tackles Assisted Leaders</title> <listing> <rank>1</rank> <Player_Team>Luke Kuechly, CAR</Player_Team> <Total>56</Total> <Assist>41</Assist> <Sacks>1</Sacks> <ForcedFumbles>1</ForcedFumbles> <Combined>97</Combined> <SackYards>7</SackYards> <PassDeflections>4</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>2</rank> <Player_Team>Paul Worrilow, ATL</Player_Team> <Total>44</Total> <Assist>34</Assist> <Sacks>1</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>78</Combined> <SackYards>10</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>3</rank> <Player_Team>Keenan Robinson, WAS</Player_Team> <Total>49</Total> <Assist>26</Assist> <Sacks>1.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>75</Combined> <SackYards>16</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>4</rank> <Player_Team>Lavonte David, TAM</Player_Team> <Total>63</Total> <Assist>25</Assist> <Sacks>0</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>88</Combined> <SackYards>0</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>5</rank> <Player_Team>A.J. Hawk, GBP</Player_Team> <Total>36</Total> <Assist>24</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>60</Combined> <SackYards>0</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>6</rank> <Player_Team>Curtis Lofton, NOS</Player_Team> <Total>49</Total> <Assist>23</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>72</Combined> <SackYards>0</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Bobby Wagner, SEA</Player_Team> <Total>27</Total> <Assist>23</Assist> <Sacks>1</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>50</Combined> <SackYards>8</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>8</rank> <Player_Team>Jameel McClain, NYG</Player_Team> <Total>26</Total> <Assist>21</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>47</Combined> <SackYards>3</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>K.J. Wright, SEA</Player_Team> <Total>43</Total> <Assist>21</Assist> <Sacks>0</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>64</Combined> <SackYards>0</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Robert Blanton, MIN</Player_Team> <Total>39</Total> <Assist>21</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>60</Combined> <SackYards>0</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Thomas Davis, CAR</Player_Team> <Total>38</Total> <Assist>21</Assist> <Sacks>1</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>59</Combined> <SackYards>4</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>12</rank> <Player_Team>Chad Greenway, MIN</Player_Team> <Total>25</Total> <Assist>20</Assist> <Sacks>1</Sacks> <ForcedFumbles>1</ForcedFumbles> <Combined>45</Combined> <SackYards>10</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Joplo Bartu, ATL</Player_Team> <Total>27</Total> <Assist>20</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>47</Combined> <SackYards>0</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>14</rank> <Player_Team>DeAndre Levy, DET</Player_Team> <Total>57</Total> <Assist>19</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>76</Combined> <SackYards>5</SackYards> <PassDeflections>3</PassDeflections> <Safeties>1</Safeties> </listing> <listing> <rank></rank> <Player_Team>Jacquian Williams, NYG</Player_Team> <Total>47</Total> <Assist>19</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>66</Combined> <SackYards>0</SackYards> <PassDeflections>3</PassDeflections> <Safeties>0</Safeties> </listing> <time_stamp> November 6, 2014, at 08:00 AM ET </time_stamp> </message>
+ schemagen/NFLTopKickoffReturnXML/22118451.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTopKickoffReturnXML.dtd"> <message> <XML_File_ID>22118451</XML_File_ID> <heading>ABX%NFC-KICKRETYARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Kickoff Return Yards Leaders</title> <listing> <rank>1</rank> <name>Cordarrelle Patterson, MIN</name> <returns>22</returns> <yards>540</yards> <average>24.5</average> <long>49</long> <TD>0</TD> </listing> <listing> <rank>2</rank> <name>Devin Hester, ATL</name> <returns>19</returns> <yards>433</yards> <average>22.8</average> <long>36</long> <TD>0</TD> </listing> <listing> <rank>3</rank> <name>Benny Cunningham, STL</name> <returns>14</returns> <yards>419</yards> <average>29.9</average> <long>75</long> <TD>0</TD> </listing> <listing> <rank>4</rank> <name>Dwayne Harris, DAL</name> <returns>16</returns> <yards>406</yards> <average>25.4</average> <long>33</long> <TD>0</TD> </listing> <listing> <rank>5</rank> <name>Solomon Patton, ARI</name> <returns>17</returns> <yards>393</yards> <average>23.1</average> <long>28</long> <TD>0</TD> </listing> <listing> <rank>6</rank> <name>Bruce Ellington, SFX</name> <returns>13</returns> <yards>342</yards> <average>26.3</average> <long>38</long> <TD>0</TD> </listing> <listing> <rank>7</rank> <name>Percy Harvin, NYJ</name> <returns>12</returns> <yards>283</yards> <average>23.6</average> <long>46</long> <TD>0</TD> </listing> <listing> <rank>8</rank> <name>Philly Brown, CAR</name> <returns>12</returns> <yards>273</yards> <average>22.8</average> <long>35</long> <TD>0</TD> </listing> <listing> <rank>9</rank> <name>Andre Roberts, WAS</name> <returns>11</returns> <yards>258</yards> <average>23.5</average> <long>45</long> <TD>0</TD> </listing> <listing> <rank>10</rank> <name>Chris Williams, CHI</name> <returns>11</returns> <yards>249</yards> <average>22.6</average> <long>50</long> <TD>0</TD> </listing> <listing> <rank>11</rank> <name>Quintin Demps, NYG</name> <returns>11</returns> <yards>234</yards> <average>21.3</average> <long>29</long> <TD>0</TD> </listing> <listing> <rank>12</rank> <name>Michael Cox, NYG</name> <returns>9</returns> <yards>228</yards> <average>25.3</average> <long>40</long> <TD>0</TD> </listing> <listing> <rank>13</rank> <name>DuJuan Harris, GBP</name> <returns>9</returns> <yards>211</yards> <average>23.4</average> <long>41</long> <TD>0</TD> </listing> <listing> <rank>14</rank> <name>Chris Polk, PHI</name> <returns>5</returns> <yards>202</yards> <average>40.4</average> <long>102</long> <TD>1</TD> </listing> <listing> <rank>15</rank> <name>Jeremy Ross, DET</name> <returns>7</returns> <yards>171</yards> <average>24.4</average> <long>34</long> <TD>0</TD> </listing> <listing> <rank>16</rank> <name>Travaris Cadet, NOS</name> <returns>6</returns> <yards>145</yards> <average>24.2</average> <long>34</long> <TD>0</TD> </listing> <time_stamp> November 4, 2014, at 06:11 AM ET </time_stamp> </message>
+ schemagen/NFLTopPuntReturnXML/22118453.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTopPuntReturnXML.dtd"> <message> <XML_File_ID>22118453</XML_File_ID> <heading>ABX%NFC-PUNTRETURN-YARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Punt Return Yards Leaders</title> <listing> <rank>1</rank> <name>Darren Sproles, PHI</name> <returns>20</returns> <yards>307</yards> <average>15.3</average> <long>82</long> <TD>1</TD> <fair_catches>8</fair_catches> </listing> <listing> <rank>2</rank> <name>Jeremy Ross, DET</name> <returns>15</returns> <yards>172</yards> <average>11.5</average> <long>28</long> <TD>0</TD> <fair_catches>23</fair_catches> </listing> <listing> <rank>3</rank> <name>Marcus Sherels, MIN</name> <returns>20</returns> <yards>169</yards> <average>8.4</average> <long>24</long> <TD>0</TD> <fair_catches>16</fair_catches> </listing> <listing> <rank></rank> <name>Ted Ginn, ARI</name> <returns>14</returns> <yards>169</yards> <average>12.1</average> <long>71</long> <TD>1</TD> <fair_catches>13</fair_catches> </listing> <listing> <rank>5</rank> <name>Andre Roberts, WAS</name> <returns>17</returns> <yards>154</yards> <average>9.1</average> <long>37</long> <TD>0</TD> <fair_catches>19</fair_catches> </listing> <listing> <rank>6</rank> <name>Devin Hester, ATL</name> <returns>12</returns> <yards>151</yards> <average>12.6</average> <long>62</long> <TD>1</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>7</rank> <name>Dwayne Harris, DAL</name> <returns>16</returns> <yards>142</yards> <average>8.9</average> <long>38</long> <TD>0</TD> <fair_catches>9</fair_catches> </listing> <listing> <rank>8</rank> <name>Philly Brown, CAR</name> <returns>12</returns> <yards>137</yards> <average>11.4</average> <long>79</long> <TD>1</TD> <fair_catches>5</fair_catches> </listing> <listing> <rank>9</rank> <name>Bruce Ellington, SFX</name> <returns>15</returns> <yards>119</yards> <average>7.9</average> <long>21</long> <TD>0</TD> <fair_catches>9</fair_catches> </listing> <listing> <rank>10</rank> <name>Solomon Patton, TAM</name> <returns>10</returns> <yards>112</yards> <average>11.2</average> <long>33</long> <TD>0</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>11</rank> <name>Tavon Austin, STL</name> <returns>16</returns> <yards>109</yards> <average>6.8</average> <long>38</long> <TD>0</TD> <fair_catches>6</fair_catches> </listing> <listing> <rank></rank> <name>Bryan Walters, SEA</name> <returns>12</returns> <yards>109</yards> <average>9.1</average> <long>21</long> <TD>0</TD> <fair_catches>8</fair_catches> </listing> <listing> <rank>13</rank> <name>Stedman Bailey, STL</name> <returns>1</returns> <yards>90</yards> <average>90.0</average> <long>90</long> <TD>1</TD> <fair_catches>0</fair_catches> </listing> <listing> <rank>14</rank> <name>Randall Cobb, GBP</name> <returns>8</returns> <yards>86</yards> <average>10.8</average> <long>24</long> <TD>0</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>15</rank> <name>Preston Parker, NYG</name> <returns>8</returns> <yards>53</yards> <average>6.6</average> <long>18</long> <TD>0</TD> <fair_catches>6</fair_catches> </listing> <listing> <rank>16</rank> <name>Santonio Holmes, CHI</name> <returns>8</returns> <yards>50</yards> <average>6.3</average> <long>22</long> <TD>0</TD> <fair_catches>5</fair_catches> </listing> <time_stamp> November 4, 2014, at 06:12 AM ET </time_stamp> </message>
+ schemagen/NFLYardsXML/21976510.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLYardsXML.dtd"> <message> <XML_File_ID>21976510</XML_File_ID> <heading>ABX%100YARDS-RUSH</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL 100-Yard Rushers</title> <listing> <week>1</week> <player_team>Knowshon Moreno, Miami</player_team> <opponent>New England</opponent> <yards>134</yards> <rushes>24</rushes> <TD>1</TD> <career>6</career> </listing> <listing> <week>1</week> <player_team>DeMarco Murray, Dallas</player_team> <opponent>San Francisco</opponent> <yards>118</yards> <rushes>22</rushes> <TD>1</TD> <career>8</career> </listing> <listing> <week>1</week> <player_team>Marshawn Lynch, Seattle</player_team> <opponent>Green Bay</opponent> <yards>110</yards> <rushes>20</rushes> <TD>2</TD> <career>26</career> </listing> <listing> <week>1</week> <player_team>Le'Veon Bell, Pittsburgh</player_team> <opponent>Cleveland</opponent> <yards>109</yards> <rushes>21</rushes> <TD>1</TD> <career>2</career> </listing> <listing> <week>1</week> <player_team>Arian Foster, Houston</player_team> <opponent>Washington</opponent> <yards>103</yards> <rushes>27</rushes> <TD>0</TD> <career>26</career> </listing> <listing> <week>1</week> <player_team>Cordarrelle Patterson, Minnesota</player_team> <opponent>St. Louis</opponent> <yards>102</yards> <rushes>3</rushes> <TD>1</TD> <career>1</career> </listing> <listing> <week>1</week> <player_team>Chris Ivory, NY Jets</player_team> <opponent>Oakland</opponent> <yards>102</yards> <rushes>10</rushes> <TD>1</TD> <career>7</career> </listing> <listing> <week>1</week> <player_team>Terrance West, Cleveland</player_team> <opponent>Pittsburgh</opponent> <yards>100</yards> <rushes>16</rushes> <TD>0</TD> <career>1</career> </listing> <listing> <week>2</week> <player_team>DeMarco Murray, Dallas (2)</player_team> <opponent>Tennessee</opponent> <yards>167</yards> <rushes>29</rushes> <TD>1</TD> <career>9</career> </listing> <listing> <week>2</week> <player_team>Bobby Rainey, Tampa Bay</player_team> <opponent>St. Louis</opponent> <yards>144</yards> <rushes>22</rushes> <TD>0</TD> <career>3</career> </listing> <listing> <week>2</week> <player_team>Arian Foster, Houston (2)</player_team> <opponent>Oakland</opponent> <yards>138</yards> <rushes>28</rushes> <TD>1</TD> <career>27</career> </listing> <listing> <week>2</week> <player_team>Stevan Ridley, New England</player_team> <opponent>Minnesota</opponent> <yards>101</yards> <rushes>25</rushes> <TD>1</TD> <career>6</career> </listing> <listing> <week>3</week> <player_team>Rashad Jennings, NY Giants</player_team> <opponent>Houston</opponent> <yards>176</yards> <rushes>34</rushes> <TD>1</TD> <career>5</career> </listing> <listing> <week>3</week> <player_team>Le'Veon Bell, Pittsburgh (2)</player_team> <opponent>Carolina</opponent> <yards>147</yards> <rushes>21</rushes> <TD>0</TD> <career>3</career> </listing> <listing> <week>3</week> <player_team>Knile Davis, Kansas City</player_team> <opponent>Miami</opponent> <yards>132</yards> <rushes>32</rushes> <TD>1</TD> <career>1</career> </listing> <listing> <week>3</week> <player_team>LeGarrette Blount, Pittsburgh</player_team> <opponent>Carolina</opponent> <yards>118</yards> <rushes>10</rushes> <TD>1</TD> <career>9</career> </listing> <listing> <week>3</week> <player_team>Lamar Miller, Miami</player_team> <opponent>Kansas City</opponent> <yards>108</yards> <rushes>15</rushes> <TD>0</TD> <career>2</career> </listing> <listing> <week>3</week> <player_team>DeMarco Murray, Dallas (3)</player_team> <opponent>St. Louis</opponent> <yards>100</yards> <rushes>24</rushes> <TD>1</TD> <career>10</career> </listing> <listing> <week>4</week> <player_team>DeMarco Murray, Dallas (4)</player_team> <opponent>New Orleans</opponent> <yards>149</yards> <rushes>24</rushes> <TD>2</TD> <career>11</career> </listing> <listing> <week>4</week> <player_team>Jerick McKinnon, Minnesota</player_team> <opponent>Atlanta</opponent> <yards>135</yards> <rushes>18</rushes> <TD>0</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>Matt Forte, Chicago</player_team> <opponent>Green Bay</opponent> <yards>122</yards> <rushes>23</rushes> <TD>0</TD> <career>21</career> </listing> <listing> <week>4</week> <player_team>Frank Gore, San Francisco</player_team> <opponent>Philadelphia</opponent> <yards>119</yards> <rushes>24</rushes> <TD>0</TD> <career>36</career> </listing> <listing> <week>4</week> <player_team>Knile Davis, Kansas City (2)</player_team> <opponent>New England</opponent> <yards>107</yards> <rushes>16</rushes> <TD>0</TD> <career>2</career> </listing> <listing> <week>5</week> <player_team>Arian Foster, Houston (3)</player_team> <opponent>Dallas</opponent> <yards>157</yards> <rushes>23</rushes> <TD>2</TD> <career>28</career> </listing> <listing> <week>5</week> <player_team>DeMarco Murray, Dallas (5)</player_team> <opponent>Houston</opponent> <yards>136</yards> <rushes>31</rushes> <TD>0</TD> <career>12</career> </listing> <listing> <week>5</week> <player_team>Ben Tate, Cleveland</player_team> <opponent>Tennessee</opponent> <yards>124</yards> <rushes>22</rushes> <TD>0</TD> <career>6</career> </listing> <listing> <week>5</week> <player_team>Russell Wilson, Seattle</player_team> <opponent>Washington</opponent> <yards>122</yards> <rushes>11</rushes> <TD>1</TD> <career>2</career> </listing> <listing> <week>5</week> <player_team>Branden Oliver, San Diego</player_team> <opponent>NY Jets</opponent> <yards>114</yards> <rushes>19</rushes> <TD>1</TD> <career>1</career> </listing> <listing> <week>5</week> <player_team>Stevan Ridley, New England (2)</player_team> <opponent>Cincinnati</opponent> <yards>113</yards> <rushes>27</rushes> <TD>1</TD> <career>7</career> </listing> <listing> <week>5</week> <player_team>Frank Gore, San Francisco (2)</player_team> <opponent>Kansas City</opponent> <yards>107</yards> <rushes>18</rushes> <TD>0</TD> <career>37</career> </listing> <listing> <week>5</week> <player_team>Eddie Lacy, Green Bay</player_team> <opponent>Minnesota</opponent> <yards>105</yards> <rushes>13</rushes> <TD>2</TD> <career>5</career> </listing> <listing> <week>6</week> <player_team>Lesean McCoy, Philadelphia</player_team> <opponent>NY Giants</opponent> <yards>149</yards> <rushes>22</rushes> <TD>0</TD> <career>20</career> </listing> <listing> <week>6</week> <player_team>Giovani Bernard, Cincinnati</player_team> <opponent>Carolina</opponent> <yards>137</yards> <rushes>18</rushes> <TD>1</TD> <career>1</career> </listing> <listing> <week>6</week> <player_team>DeMarco Murray, Dallas (6)</player_team> <opponent>Seattle</opponent> <yards>115</yards> <rushes>29</rushes> <TD>1</TD> <career>13</career> </listing> <listing> <week>6</week> <player_team>Justin Forsett, Baltimore</player_team> <opponent>Tampa Bay</opponent> <yards>111</yards> <rushes>14</rushes> <TD>0</TD> <career>3</career> </listing> <listing> <week>6</week> <player_team>Arian Foster, Houston (4)</player_team> <opponent>Indianapolis</opponent> <yards>109</yards> <rushes>20</rushes> <TD>2</TD> <career>29</career> </listing> <listing> <week>6</week> <player_team>Cam Newton, Carolina</player_team> <opponent>Cincinnati</opponent> <yards>107</yards> <rushes>17</rushes> <TD>1</TD> <career>2</career> </listing> <listing> <week>6</week> <player_team>Branden Oliver, San Diego (2)</player_team> <opponent>Oakland</opponent> <yards>101</yards> <rushes>26</rushes> <TD>1</TD> <career>2</career> </listing> <listing> <week>6</week> <player_team>Ronnie Hillman, Denver</player_team> <opponent>NY Jets</opponent> <yards>100</yards> <rushes>24</rushes> <TD>0</TD> <career>1</career> </listing> <time_stamp> October 13, 2014, at 09:59 AM ET </time_stamp> </message>
+ schemagen/NFLYardsXML/22067890.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLYardsXML.dtd"> <message> <XML_File_ID>22067890</XML_File_ID> <heading>ABX%300YARDS-PASS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL 300-Yard Passers</title> <listing> <week>1</week> <player_team>Matt Ryan, Atlanta</player_team> <opponent>New Orleans</opponent> <yards>448</yards> <Cp-At-In>31-43-0</Cp-At-In> <TD>3</TD> <career>25</career> </listing> <listing> <week>1</week> <player_team>Andrew Luck, Indianapolis</player_team> <opponent>Denver</opponent> <yards>370</yards> <Cp-At-In>35-53-2</Cp-At-In> <TD>2</TD> <career>10</career> </listing> <listing> <week>1</week> <player_team>Ben Roethlisberger, Pittsburgh</player_team> <opponent>Cleveland</opponent> <yards>365</yards> <Cp-At-In>23-34-1</Cp-At-In> <TD>1</TD> <career>28</career> </listing> <listing> <week>1</week> <player_team>Jay Cutler, Chicago</player_team> <opponent>Buffalo</opponent> <yards>349</yards> <Cp-At-In>34-49-2</Cp-At-In> <TD>2</TD> <career>20</career> </listing> <listing> <week>1</week> <player_team>Matthew Stafford, Detroit</player_team> <opponent>NY Giants</opponent> <yards>346</yards> <Cp-At-In>22-32-0</Cp-At-In> <TD>2</TD> <career>24</career> </listing> <listing> <week>1</week> <player_team>Joe Flacco, Baltimore</player_team> <opponent>Cincinnati</opponent> <yards>345</yards> <Cp-At-In>35-62-1</Cp-At-In> <TD>1</TD> <career>17</career> </listing> <listing> <week>1</week> <player_team>Drew Brees, New Orleans</player_team> <opponent>Atlanta</opponent> <yards>333</yards> <Cp-At-In>29-42-1</Cp-At-In> <TD>1</TD> <career>79</career> </listing> <listing> <week>1</week> <player_team>Nick Foles, Philadelphia</player_team> <opponent>Jacksonville</opponent> <yards>322</yards> <Cp-At-In>27-45-1</Cp-At-In> <TD>2</TD> <career>5</career> </listing> <listing> <week>1</week> <player_team>Carson Palmer, Arizona</player_team> <opponent>San Diego</opponent> <yards>304</yards> <Cp-At-In>24-37-0</Cp-At-In> <TD>2</TD> <career>33</career> </listing> <listing> <week>1</week> <player_team>Andy Dalton, Cincinnati</player_team> <opponent>Baltimore</opponent> <yards>301</yards> <Cp-At-In>25-38-0</Cp-At-In> <TD>1</TD> <career>11</career> </listing> <listing> <week>2</week> <player_team>Aaron Rodgers, Green Bay</player_team> <opponent>NY Jets</opponent> <yards>346</yards> <Cp-At-In>25-42-0</Cp-At-In> <TD>3</TD> <career>33</career> </listing> <listing> <week>2</week> <player_team>Nick Foles, Philadelphia (2)</player_team> <opponent>Indianapolis</opponent> <yards>331</yards> <Cp-At-In>21-37-1</Cp-At-In> <TD>1</TD> <career>6</career> </listing> <listing> <week>3</week> <player_team>Kirk Cousins, Washington</player_team> <opponent>Philadelphia</opponent> <yards>427</yards> <Cp-At-In>30-48-1</Cp-At-In> <TD>3</TD> <career>3</career> </listing> <listing> <week>3</week> <player_team>Andrew Luck, Indianapolis (2)</player_team> <opponent>Jacksonville</opponent> <yards>370</yards> <Cp-At-In>31-39-0</Cp-At-In> <TD>4</TD> <career>11</career> </listing> <listing> <week>3</week> <player_team>Austin Davis, St. Louis</player_team> <opponent>Dallas</opponent> <yards>327</yards> <Cp-At-In>30-42-2</Cp-At-In> <TD>3</TD> <career>1</career> </listing> <listing> <week>3</week> <player_team>Nick Foles, Philadelphia (3)</player_team> <opponent>Washington</opponent> <yards>325</yards> <Cp-At-In>27-41-0</Cp-At-In> <TD>3</TD> <career>7</career> </listing> <listing> <week>3</week> <player_team>Geno Smith, NY Jets</player_team> <opponent>Chicago</opponent> <yards>316</yards> <Cp-At-In>26-43-2</Cp-At-In> <TD>1</TD> <career>2</career> </listing> <listing> <week>3</week> <player_team>Peyton Manning, Denver</player_team> <opponent>Seattle</opponent> <yards>303</yards> <Cp-At-In>31-49-1</Cp-At-In> <TD>2</TD> <career>85</career> </listing> <listing> <week>4</week> <player_team>Andrew Luck, Indianapolis (3)</player_team> <opponent>Tennessee</opponent> <yards>393</yards> <Cp-At-In>29-41-1</Cp-At-In> <TD>4</TD> <career>12</career> </listing> <listing> <week>4</week> <player_team>Philip Rivers, San Diego</player_team> <opponent>Jacksonville</opponent> <yards>377</yards> <Cp-At-In>29-39-0</Cp-At-In> <TD>3</TD> <career>34</career> </listing> <listing> <week>4</week> <player_team>Drew Brees, New Orleans (2)</player_team> <opponent>Dallas</opponent> <yards>340</yards> <Cp-At-In>32-44-1</Cp-At-In> <TD>2</TD> <career>80</career> </listing> <listing> <week>4</week> <player_team>Joe Flacco, Baltimore (2)</player_team> <opponent>Carolina</opponent> <yards>327</yards> <Cp-At-In>22-31-0</Cp-At-In> <TD>3</TD> <career>18</career> </listing> <listing> <week>4</week> <player_team>Teddy Bridgewater, Minnesota</player_team> <opponent>Atlanta</opponent> <yards>317</yards> <Cp-At-In>19-30-0</Cp-At-In> <TD>0</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>B.Roethlisberger, Pittsburgh (2)</player_team> <opponent>Tampa Bay</opponent> <yards>314</yards> <Cp-At-In>29-40-0</Cp-At-In> <TD>3</TD> <career>29</career> </listing> <listing> <week>4</week> <player_team>Aaron Rodgers, Green Bay (2)</player_team> <opponent>Chicago</opponent> <yards>302</yards> <Cp-At-In>22-28-0</Cp-At-In> <TD>4</TD> <career>34</career> </listing> <listing> <week>4</week> <player_team>Mike Glennon, Tampa Bay</player_team> <opponent>Pittsburgh</opponent> <yards>302</yards> <Cp-At-In>21-42-1</Cp-At-In> <TD>2</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>Eli Manning, NY Giants</player_team> <opponent>Washington</opponent> <yards>300</yards> <Cp-At-In>28-39-1</Cp-At-In> <TD>4</TD> <career>29</career> </listing> <listing> <week>5</week> <player_team>Peyton Manning, Denver (2)</player_team> <opponent>Arizona</opponent> <yards>479</yards> <Cp-At-In>31-47-2</Cp-At-In> <TD>4</TD> <career>86</career> </listing> <listing> <week>5</week> <player_team>Austin Davis, St. Louis (2)</player_team> <opponent>Philadelphia</opponent> <yards>375</yards> <Cp-At-In>29-49-0</Cp-At-In> <TD>3</TD> <career>2</career> </listing> <listing> <week>5</week> <player_team>Drew Brees, New Orleans (3)</player_team> <opponent>Tampa Bay</opponent> <yards>371</yards> <Cp-At-In>35-57-3</Cp-At-In> <TD>2</TD> <career>81</career> </listing> <listing> <week>5</week> <player_team>Tony Romo, Dallas</player_team> <opponent>Houston</opponent> <yards>324</yards> <Cp-At-In>28-41-1</Cp-At-In> <TD>2</TD> <career>45</career> </listing> <listing> <week>5</week> <player_team>Matt Ryan, Atlanta (2)</player_team> <opponent>NY Giants</opponent> <yards>316</yards> <Cp-At-In>29-45-1</Cp-At-In> <TD>1</TD> <career>26</career> </listing> <listing> <week>5</week> <player_team>Andrew Luck, Indianapolis (4)</player_team> <opponent>Baltimore</opponent> <yards>312</yards> <Cp-At-In>32-49-2</Cp-At-In> <TD>1</TD> <career>13</career> </listing> <listing> <week>5</week> <player_team>Kyle Orton, Buffalo</player_team> <opponent>Detroit</opponent> <yards>308</yards> <Cp-At-In>30-43-1</Cp-At-In> <TD>1</TD> <career>13</career> </listing> <listing> <week>6</week> <player_team>Jay Cutler, Chicago (2)</player_team> <opponent>Atlanta</opponent> <yards>381</yards> <Cp-At-In>26-38-0</Cp-At-In> <TD>1</TD> <career>21</career> </listing> <listing> <week>6</week> <player_team>Andrew Luck, Indianapolis (5)</player_team> <opponent>Houston</opponent> <yards>370</yards> <Cp-At-In>25-44-1</Cp-At-In> <TD>3</TD> <career>14</career> </listing> <listing> <week>6</week> <player_team>Tom Brady, New England</player_team> <opponent>Buffalo</opponent> <yards>361</yards> <Cp-At-In>27-37-0</Cp-At-In> <TD>4</TD> <career>60</career> </listing> <listing> <week>6</week> <player_team>Kirk Cousins, Washington (2)</player_team> <opponent>Arizona</opponent> <yards>354</yards> <Cp-At-In>24-38-3</Cp-At-In> <TD>2</TD> <career>4</career> </listing> <listing> <week>6</week> <player_team>Colin Kaepernick, San Francisco</player_team> <opponent>St. Louis</opponent> <yards>343</yards> <Cp-At-In>22-35-0</Cp-At-In> <TD>3</TD> <career>3</career> </listing> <listing> <week>6</week> <player_team>Blake Bortles, Jacksonville</player_team> <opponent>Tennessee</opponent> <yards>336</yards> <Cp-At-In>32-46-1</Cp-At-In> <TD>1</TD> <career>1</career> </listing> <listing> <week>6</week> <player_team>Andy Dalton, Cincinnati (2)</player_team> <opponent>Carolina</opponent> <yards>323</yards> <Cp-At-In>33-43-2</Cp-At-In> <TD>2</TD> <career>12</career> </listing> <listing> <week>6</week> <player_team>Mike Glennon, Tampa Bay (2)</player_team> <opponent>Baltimore</opponent> <yards>314</yards> <Cp-At-In>24-44-1</Cp-At-In> <TD>2</TD> <career>2</career> </listing> <listing> <week>6</week> <player_team>Philip Rivers, San Diego (2)</player_team> <opponent>Oakland</opponent> <yards>313</yards> <Cp-At-In>22-34-0</Cp-At-In> <TD>3</TD> <career>35</career> </listing> <listing> <week>6</week> <player_team>Joe Flacco, Baltimore (3)</player_team> <opponent>Tampa Bay</opponent> <yards>306</yards> <Cp-At-In>21-29-0</Cp-At-In> <TD>5</TD> <career>19</career> </listing> <listing> <week>7</week> <player_team>Andrew Luck, Indianapolis (6)</player_team> <opponent>Cincinnati</opponent> <yards>344</yards> <Cp-At-In>27-42-0</Cp-At-In> <TD>2</TD> <career>15</career> </listing> <listing> <week>7</week> <player_team>Drew Brees, New Orleans (4)</player_team> <opponent>Detroit</opponent> <yards>342</yards> <Cp-At-In>28-45-1</Cp-At-In> <TD>2</TD> <career>82</career> </listing> <listing> <week>7</week> <player_team>Peyton Manning, Denver (3)</player_team> <opponent>San Francisco</opponent> <yards>318</yards> <Cp-At-In>22-26-0</Cp-At-In> <TD>4</TD> <career>87</career> </listing> <listing> <week>7</week> <player_team>Russell Wilson, Seattle</player_team> <opponent>St. Louis</opponent> <yards>313</yards> <Cp-At-In>23-36-0</Cp-At-In> <TD>2</TD> <career>3</career> </listing> <listing> <week>8</week> <player_team>B.Roethlisberger, Pittsburgh (3)</player_team> <opponent>Indianapolis</opponent> <yards>522</yards> <Cp-At-In>40-49-0</Cp-At-In> <TD>6</TD> <career>30</career> </listing> <listing> <week>8</week> <player_team>Aaron Rodgers, Green Bay (3)</player_team> <opponent>New Orleans</opponent> <yards>418</yards> <Cp-At-In>28-39-2</Cp-At-In> <TD>1</TD> <career>35</career> </listing> <listing> <week>8</week> <player_team>Nick Foles, Philadelphia (4)</player_team> <opponent>Arizona</opponent> <yards>411</yards> <Cp-At-In>36-62-2</Cp-At-In> <TD>2</TD> <career>8</career> </listing> <listing> <week>8</week> <player_team>Andrew Luck, Indianapolis (7)</player_team> <opponent>Pittsburgh</opponent> <yards>400</yards> <Cp-At-In>26-45-2</Cp-At-In> <TD>3</TD> <career>16</career> </listing> <listing> <week>8</week> <player_team>Tom Brady, New England (2)</player_team> <opponent>Chicago</opponent> <yards>354</yards> <Cp-At-In>30-35-0</Cp-At-In> <TD>5</TD> <career>61</career> </listing> <listing> <week>8</week> <player_team>Carson Palmer, Arizona (2)</player_team> <opponent>Philadelphia</opponent> <yards>329</yards> <Cp-At-In>20-42-0</Cp-At-In> <TD>2</TD> <career>34</career> </listing> <listing> <week>8</week> <player_team>Derek Carr, Oakland</player_team> <opponent>Cleveland</opponent> <yards>328</yards> <Cp-At-In>34-54-0</Cp-At-In> <TD>1</TD> <career>1</career> </listing> <listing> <week>8</week> <player_team>Matthew Stafford, Detroit (2)</player_team> <opponent>Atlanta</opponent> <yards>325</yards> <Cp-At-In>24-47-1</Cp-At-In> <TD>2</TD> <career>25</career> </listing> <listing> <week>8</week> <player_team>Drew Brees, New Orleans (5)</player_team> <opponent>Green Bay</opponent> <yards>311</yards> <Cp-At-In>27-32-0</Cp-At-In> <TD>3</TD> <career>83</career> </listing> <time_stamp> October 28, 2014, at 06:01 PM ET </time_stamp> </message>
+ schemagen/NFLYardsXML/22112056.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLYardsXML.dtd"> <message> <XML_File_ID>22112056</XML_File_ID> <heading>ABX%100YARDS-REC</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL 100-Yard Receivers</title> <listing> <week>1</week> <player_team>Calvin Johnson, Detroit</player_team> <opponent>NY Giants</opponent> <yards>164</yards> <recept>7</recept> <TD>2</TD> <career>40</career> </listing> <listing> <week>1</week> <player_team>A.J. Green, Cincinnati</player_team> <opponent>Baltimore</opponent> <yards>131</yards> <recept>6</recept> <TD>1</TD> <career>16</career> </listing> <listing> <week>1</week> <player_team>Michael Floyd, Arizona</player_team> <opponent>San Diego</opponent> <yards>119</yards> <recept>5</recept> <TD>0</TD> <career>4</career> </listing> <listing> <week>1</week> <player_team>Steve Smith, Baltimore</player_team> <opponent>Cincinnati</opponent> <yards>118</yards> <recept>7</recept> <TD>1</TD> <career>44</career> </listing> <listing> <week>1</week> <player_team>Antonio Brown, Pittsburgh</player_team> <opponent>Cleveland</opponent> <yards>116</yards> <recept>5</recept> <TD>1</TD> <career>9</career> </listing> <listing> <week>1</week> <player_team>Julio Jones, Atlanta</player_team> <opponent>New Orleans</opponent> <yards>116</yards> <recept>7</recept> <TD>0</TD> <career>13</career> </listing> <listing> <week>1</week> <player_team>Allen Hurns, Jacksonville</player_team> <opponent>Philadelphia</opponent> <yards>110</yards> <recept>4</recept> <TD>2</TD> <career>1</career> </listing> <listing> <week>1</week> <player_team>Marques Colston, New Orleans</player_team> <opponent>Atlanta</opponent> <yards>110</yards> <recept>5</recept> <TD>0</TD> <career>26</career> </listing> <listing> <week>1</week> <player_team>Julius Thomas, Denver</player_team> <opponent>Indianapolis</opponent> <yards>104</yards> <recept>7</recept> <TD>3</TD> <career>3</career> </listing> <listing> <week>2</week> <player_team>Jordy Nelson, Green Bay</player_team> <opponent>NY Jets</opponent> <yards>209</yards> <recept>9</recept> <TD>1</TD> <career>14</career> </listing> <listing> <week>2</week> <player_team>Darren Sproles, Philadelphia</player_team> <opponent>Indianapolis</opponent> <yards>152</yards> <recept>7</recept> <TD>0</TD> <career>5</career> </listing> <listing> <week>2</week> <player_team>Delanie Walker, Tennessee</player_team> <opponent>Dallas</opponent> <yards>142</yards> <recept>10</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>2</week> <player_team>Jimmy Graham, New Orleans</player_team> <opponent>Cleveland</opponent> <yards>118</yards> <recept>10</recept> <TD>2</TD> <career>13</career> </listing> <listing> <week>2</week> <player_team>Sammy Watkins, Buffalo</player_team> <opponent>Miami</opponent> <yards>117</yards> <recept>8</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>2</week> <player_team>James Jones, Oakland</player_team> <opponent>Houston</opponent> <yards>112</yards> <recept>9</recept> <TD>1</TD> <career>10</career> </listing> <listing> <week>2</week> <player_team>Emmanuel Sanders, Denver</player_team> <opponent>Kansas City</opponent> <yards>108</yards> <recept>8</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>2</week> <player_team>Dez Bryant, Dallas</player_team> <opponent>Tennessee</opponent> <yards>103</yards> <recept>10</recept> <TD>1</TD> <career>11</career> </listing> <listing> <week>3</week> <player_team>Julio Jones, Atlanta (2)</player_team> <opponent>Tampa Bay</opponent> <yards>161</yards> <recept>9</recept> <TD>2</TD> <career>14</career> </listing> <listing> <week>3</week> <player_team>Jeremy Maclin, Philadelphia</player_team> <opponent>Washington</opponent> <yards>154</yards> <recept>8</recept> <TD>1</TD> <career>10</career> </listing> <listing> <week>3</week> <player_team>Emmanuel Sanders, Denver (2)</player_team> <opponent>Seattle</opponent> <yards>149</yards> <recept>11</recept> <TD>0</TD> <career>2</career> </listing> <listing> <week>3</week> <player_team>Pierre Garcon, Washington</player_team> <opponent>Philadelphia</opponent> <yards>138</yards> <recept>11</recept> <TD>1</TD> <career>14</career> </listing> <listing> <week>3</week> <player_team>DeSean Jackson, Washington</player_team> <opponent>Philadelphia</opponent> <yards>117</yards> <recept>5</recept> <TD>1</TD> <career>21</career> </listing> <listing> <week>3</week> <player_team>DeAndre Hopkins, Houston</player_team> <opponent>NY Giants</opponent> <yards>116</yards> <recept>6</recept> <TD>0</TD> <career>2</career> </listing> <listing> <week>3</week> <player_team>Kelvin Benjamin, Carolina</player_team> <opponent>Pittsburgh</opponent> <yards>115</yards> <recept>8</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>3</week> <player_team>Michael Floyd, Arizona (2)</player_team> <opponent>San Francisco</opponent> <yards>114</yards> <recept>5</recept> <TD>0</TD> <career>5</career> </listing> <listing> <week>3</week> <player_team>Victor Cruz, NY Giants</player_team> <opponent>Houston</opponent> <yards>107</yards> <recept>5</recept> <TD>1</TD> <career>17</career> </listing> <listing> <week>3</week> <player_team>Alshon Jeffery, Chicago</player_team> <opponent>NY Jets</opponent> <yards>105</yards> <recept>8</recept> <TD>0</TD> <career>6</career> </listing> <listing> <week>3</week> <player_team>Stevie Johnson, San Francisco</player_team> <opponent>Arizona</opponent> <yards>103</yards> <recept>9</recept> <TD>0</TD> <career>9</career> </listing> <listing> <week>3</week> <player_team>A.J. Green, Cincinnati (2)</player_team> <opponent>Tennessee</opponent> <yards>102</yards> <recept>6</recept> <TD>0</TD> <career>17</career> </listing> <listing> <week>3</week> <player_team>Steve Smith, Baltimore (2)</player_team> <opponent>Cleveland</opponent> <yards>101</yards> <recept>5</recept> <TD>0</TD> <career>45</career> </listing> <listing> <week>4</week> <player_team>Steve Smith, Baltimore (3)</player_team> <opponent>Carolina</opponent> <yards>139</yards> <recept>7</recept> <TD>2</TD> <career>46</career> </listing> <listing> <week>4</week> <player_team>Keenan Allen, San Diego</player_team> <opponent>Jacksonville</opponent> <yards>135</yards> <recept>10</recept> <TD>0</TD> <career>6</career> </listing> <listing> <week>4</week> <player_team>Martellus Bennett, Chicago</player_team> <opponent>Green Bay</opponent> <yards>134</yards> <recept>9</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>Jarius Wright, Minnesota</player_team> <opponent>Atlanta</opponent> <yards>132</yards> <recept>8</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>Antonio Brown, Pittsburgh (2)</player_team> <opponent>Tampa Bay</opponent> <yards>131</yards> <recept>7</recept> <TD>2</TD> <career>10</career> </listing> <listing> <week>4</week> <player_team>Reggie Wayne, Indianapolis</player_team> <opponent>Tennessee</opponent> <yards>119</yards> <recept>7</recept> <TD>1</TD> <career>43</career> </listing> <listing> <week>4</week> <player_team>Brandon LaFell, New England</player_team> <opponent>Kansas City</opponent> <yards>119</yards> <recept>6</recept> <TD>1</TD> <career>3</career> </listing> <listing> <week>4</week> <player_team>Golden Tate, Detroit</player_team> <opponent>NY Jets</opponent> <yards>116</yards> <recept>8</recept> <TD>0</TD> <career>4</career> </listing> <listing> <week>4</week> <player_team>Randall Cobb, Green Bay</player_team> <opponent>Chicago</opponent> <yards>113</yards> <recept>7</recept> <TD>2</TD> <career>6</career> </listing> <listing> <week>4</week> <player_team>Jordy Nelson, Green Bay (2)</player_team> <opponent>Chicago</opponent> <yards>108</yards> <recept>10</recept> <TD>2</TD> <career>15</career> </listing> <listing> <week>4</week> <player_team>Victor Cruz, NY Giants (2)</player_team> <opponent>Washington</opponent> <yards>108</yards> <recept>6</recept> <TD>0</TD> <career>18</career> </listing> <listing> <week>4</week> <player_team>T.Y. Hilton, Indianapolis</player_team> <opponent>Tennessee</opponent> <yards>105</yards> <recept>6</recept> <TD>0</TD> <career>11</career> </listing> <listing> <week>4</week> <player_team>Eddie Royal, San Diego</player_team> <opponent>Jacksonville</opponent> <yards>105</yards> <recept>5</recept> <TD>2</TD> <career>5</career> </listing> <listing> <week>5</week> <player_team>Demaryius Thomas, Denver</player_team> <opponent>Arizona</opponent> <yards>226</yards> <recept>8</recept> <TD>2</TD> <career>16</career> </listing> <listing> <week>5</week> <player_team>DeSean Jackson, Washington (2)</player_team> <opponent>Seattle</opponent> <yards>157</yards> <recept>5</recept> <TD>1</TD> <career>22</career> </listing> <listing> <week>5</week> <player_team>Vincent Jackson, Tampa Bay</player_team> <opponent>New Orleans</opponent> <yards>144</yards> <recept>8</recept> <TD>0</TD> <career>24</career> </listing> <listing> <week>5</week> <player_team>Golden Tate, Detroit (2)</player_team> <opponent>Buffalo</opponent> <yards>134</yards> <recept>7</recept> <TD>1</TD> <career>5</career> </listing> <listing> <week>5</week> <player_team>Andre Ellington, Arizona</player_team> <opponent>Denver</opponent> <yards>112</yards> <recept>4</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>5</week> <player_team>Matt Forte, Chicago</player_team> <opponent>Carolina</opponent> <yards>105</yards> <recept>12</recept> <TD>1</TD> <career>4</career> </listing> <listing> <week>5</week> <player_team>Julio Jones, Atlanta (3)</player_team> <opponent>NY Giants</opponent> <yards>105</yards> <recept>11</recept> <TD>0</TD> <career>15</career> </listing> <listing> <week>5</week> <player_team>Emmanuel Sanders, Denver (3)</player_team> <opponent>Arizona</opponent> <yards>101</yards> <recept>7</recept> <TD>0</TD> <career>3</career> </listing> <listing> <week>5</week> <player_team>Rob Gronkowski, New England</player_team> <opponent>Cincinnati</opponent> <yards>100</yards> <recept>6</recept> <TD>1</TD> <career>13</career> </listing> <listing> <week>6</week> <player_team>T.Y. Hilton, Indianapolis (2)</player_team> <opponent>Houston</opponent> <yards>223</yards> <recept>9</recept> <TD>1</TD> <career>12</career> </listing> <listing> <week>6</week> <player_team>Alshon Jeffery, Chicago (2)</player_team> <opponent>Atlanta</opponent> <yards>136</yards> <recept>5</recept> <TD>0</TD> <career>7</career> </listing> <listing> <week>6</week> <player_team>Demaryius Thomas, Denver (2)</player_team> <opponent>NY Jets</opponent> <yards>124</yards> <recept>10</recept> <TD>1</TD> <career>17</career> </listing> <listing> <week>6</week> <player_team>Andre Holmes, Oakland</player_team> <opponent>San Diego</opponent> <yards>121</yards> <recept>4</recept> <TD>2</TD> <career>2</career> </listing> <listing> <week>6</week> <player_team>Mohamed Sanu, Cincinnati</player_team> <opponent>Carolina</opponent> <yards>120</yards> <recept>10</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>6</week> <player_team>Antonio Brown, Pittsburgh (3)</player_team> <opponent>Cleveland</opponent> <yards>118</yards> <recept>7</recept> <TD>0</TD> <career>11</career> </listing> <listing> <week>6</week> <player_team>DeSean Jackson, Washington (3)</player_team> <opponent>Arizona</opponent> <yards>115</yards> <recept>3</recept> <TD>1</TD> <career>23</career> </listing> <listing> <week>6</week> <player_team>Brandon Marshall, Chicago</player_team> <opponent>Atlanta</opponent> <yards>113</yards> <recept>6</recept> <TD>0</TD> <career>33</career> </listing> <listing> <week>6</week> <player_team>Steve Smith, Baltimore (4)</player_team> <opponent>Tampa Bay</opponent> <yards>110</yards> <recept>5</recept> <TD>1</TD> <career>47</career> </listing> <listing> <week>6</week> <player_team>Jordy Nelson, Green Bay (3)</player_team> <opponent>Miami</opponent> <yards>107</yards> <recept>9</recept> <TD>1</TD> <career>16</career> </listing> <listing> <week>6</week> <player_team>Scott Chandler, Buffalo</player_team> <opponent>New England</opponent> <yards>105</yards> <recept>6</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>6</week> <player_team>Cecil Shorts, Jacksonville</player_team> <opponent>Tennessee</opponent> <yards>103</yards> <recept>10</recept> <TD>0</TD> <career>6</career> </listing> <listing> <week>6</week> <player_team>Malcom Floyd, San Diego</player_team> <opponent>Oakland</opponent> <yards>103</yards> <recept>5</recept> <TD>1</TD> <career>11</career> </listing> <listing> <week>6</week> <player_team>Jordan Cameron, Cleveland</player_team> <opponent>Pittsburgh</opponent> <yards>102</yards> <recept>3</recept> <TD>1</TD> <career>3</career> </listing> <listing> <week>7</week> <player_team>Demaryius Thomas, Denver (3)</player_team> <opponent>San Francisco</opponent> <yards>171</yards> <recept>8</recept> <TD>2</TD> <career>18</career> </listing> <listing> <week>7</week> <player_team>Golden Tate, Detroit (3)</player_team> <opponent>New Orleans</opponent> <yards>154</yards> <recept>10</recept> <TD>1</TD> <career>6</career> </listing> <listing> <week>7</week> <player_team>Dez Bryant, Dallas (2)</player_team> <opponent>NY Giants</opponent> <yards>151</yards> <recept>9</recept> <TD>0</TD> <career>12</career> </listing> <listing> <week>7</week> <player_team>Doug Baldwin, Seattle</player_team> <opponent>St. Louis</opponent> <yards>123</yards> <recept>7</recept> <TD>1</TD> <career>2</career> </listing> <listing> <week>7</week> <player_team>Sammy Watkins, Buffalo (2)</player_team> <opponent>Minnesota</opponent> <yards>122</yards> <recept>9</recept> <TD>2</TD> <career>2</career> </listing> <listing> <week>7</week> <player_team>Randall Cobb, Green Bay (2)</player_team> <opponent>Carolina</opponent> <yards>121</yards> <recept>6</recept> <TD>1</TD> <career>7</career> </listing> <listing> <week>7</week> <player_team>Andrew Hawkins, Cleveland</player_team> <opponent>Jacksonville</opponent> <yards>112</yards> <recept>5</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>7</week> <player_team>Marques Colston, New Orleans (2)</player_team> <opponent>Detroit</opponent> <yards>111</yards> <recept>6</recept> <TD>0</TD> <career>27</career> </listing> <listing> <week>7</week> <player_team>DeAndre Hopkins, Houston (2)</player_team> <opponent>Pittsburgh</opponent> <yards>108</yards> <recept>6</recept> <TD>0</TD> <career>3</career> </listing> <listing> <week>7</week> <player_team>T.Y. Hilton, Indianapolis (3)</player_team> <opponent>Cincinnati</opponent> <yards>107</yards> <recept>7</recept> <TD>0</TD> <career>13</career> </listing> <listing> <week>7</week> <player_team>Greg Olsen, Carolina</player_team> <opponent>Green Bay</opponent> <yards>105</yards> <recept>8</recept> <TD>0</TD> <career>2</career> </listing> <listing> <week>7</week> <player_team>Kenny Stills, New Orleans</player_team> <opponent>Detroit</opponent> <yards>103</yards> <recept>5</recept> <TD>1</TD> <career>2</career> </listing> <listing> <week>7</week> <player_team>Roddy White, Atlanta</player_team> <opponent>Baltimore</opponent> <yards>100</yards> <recept>9</recept> <TD>1</TD> <career>38</career> </listing> <listing> <week>8</week> <player_team>Jeremy Maclin, Philadelphia (2)</player_team> <opponent>Arizona</opponent> <yards>187</yards> <recept>12</recept> <TD>2</TD> <career>11</career> </listing> <listing> <week>8</week> <player_team>Larry Fitzgerald, Arizona</player_team> <opponent>Philadelphia</opponent> <yards>160</yards> <recept>7</recept> <TD>1</TD> <career>37</career> </listing> <listing> <week>8</week> <player_team>Sammy Watkins, Buffalo (3)</player_team> <opponent>NY Jets</opponent> <yards>157</yards> <recept>3</recept> <TD>1</TD> <career>3</career> </listing> <listing> <week>8</week> <player_team>T.Y. Hilton, Indianapolis (4)</player_team> <opponent>Pittsburgh</opponent> <yards>155</yards> <recept>6</recept> <TD>1</TD> <career>14</career> </listing> <listing> <week>8</week> <player_team>Golden Tate, Detroit (4)</player_team> <opponent>Atlanta</opponent> <yards>151</yards> <recept>7</recept> <TD>1</TD> <career>7</career> </listing> <listing> <week>8</week> <player_team>Rob Gronkowski, New England (2)</player_team> <opponent>Chicago</opponent> <yards>149</yards> <recept>9</recept> <TD>3</TD> <career>14</career> </listing> <listing> <week>8</week> <player_team>DeSean Jackson, Washington (4)</player_team> <opponent>Dallas</opponent> <yards>136</yards> <recept>6</recept> <TD>0</TD> <career>24</career> </listing> <listing> <week>8</week> <player_team>Antonio Brown, Pittsburgh (4)</player_team> <opponent>Indianapolis</opponent> <yards>133</yards> <recept>10</recept> <TD>2</TD> <career>12</career> </listing> <listing> <week>8</week> <player_team>Randall Cobb, Green Bay (3)</player_team> <opponent>New Orleans</opponent> <yards>126</yards> <recept>5</recept> <TD>1</TD> <career>8</career> </listing> <listing> <week>8</week> <player_team>Mohamed Sanu, Cincinnati (2)</player_team> <opponent>Baltimore</opponent> <yards>125</yards> <recept>5</recept> <TD>0</TD> <career>2</career> </listing> <listing> <week>8</week> <player_team>Brandon LaFell, New England (2)</player_team> <opponent>Chicago</opponent> <yards>124</yards> <recept>11</recept> <TD>1</TD> <career>4</career> </listing> <listing> <week>8</week> <player_team>Eddie Lacy, Green Bay</player_team> <opponent>New Orleans</opponent> <yards>123</yards> <recept>8</recept> <TD>0</TD> <career>1</career> </listing> <listing> <week>8</week> <player_team>Emmanuel Sanders, Denver (4)</player_team> <opponent>San Diego</opponent> <yards>120</yards> <recept>9</recept> <TD>3</TD> <career>4</career> </listing> <listing> <week>8</week> <player_team>John Brown, Arizona</player_team> <opponent>Philadelphia</opponent> <yards>119</yards> <recept>5</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>8</week> <player_team>Donte Moncrief, Indianapolis</player_team> <opponent>Pittsburgh</opponent> <yards>113</yards> <recept>7</recept> <TD>1</TD> <career>1</career> </listing> <listing> <week>8</week> <player_team>Heath Miller, Pittsburgh</player_team> <opponent>Indianapolis</opponent> <yards>112</yards> <recept>7</recept> <TD>1</TD> <career>3</career> </listing> <listing> <week>8</week> <player_team>Demaryius Thomas, Denver (4)</player_team> <opponent>San Diego</opponent> <yards>105</yards> <recept>8</recept> <TD>0</TD> <career>19</career> </listing> <listing> <week>9</week> <player_team>Jeremy Maclin, Philadelphia (3)</player_team> <opponent>Houston</opponent> <yards>158</yards> <recept>6</recept> <TD>2</TD> <career>12</career> </listing> <listing> <week>9</week> <player_team>Emmanuel Sanders, Denevr (5)</player_team> <opponent>New England</opponent> <yards>151</yards> <recept>10</recept> <TD>0</TD> <career>5</career> </listing> <listing> <week>9</week> <player_team>Percy Harvin, NY Jets</player_team> <opponent>Kansas City</opponent> <yards>129</yards> <recept>11</recept> <TD>0</TD> <career>10</career> </listing> <listing> <week>9</week> <player_team>Demaryius Thomas, Denver (5)</player_team> <opponent>New England</opponent> <yards>127</yards> <recept>7</recept> <TD>0</TD> <career>20</career> </listing> <listing> <week>9</week> <player_team>Mike Evans, Tampa Bay</player_team> <opponent>Cleveland</opponent> <yards>124</yards> <recept>7</recept> <TD>2</TD> <career>1</career> </listing> <listing> <week>9</week> <player_team>DeSean Jackson, Washington (5)</player_team> <opponent>Minnesota</opponent> <yards>120</yards> <recept>4</recept> <TD>1</TD> <career>25</career> </listing> <listing> <week>9</week> <player_team>DeAndre Hopkins, Houston (3)</player_team> <opponent>Philadelphia</opponent> <yards>115</yards> <recept>6</recept> <TD>1</TD> <career>4</career> </listing> <listing> <week>9</week> <player_team>Allen Hurns, Jacksonville (2)</player_team> <opponent>Cincinnati</opponent> <yards>112</yards> <recept>7</recept> <TD>2</TD> <career>2</career> </listing> <listing> <week>9</week> <player_team>Rob Gronkowski, New England (3)</player_team> <opponent>Denver</opponent> <yards>105</yards> <recept>9</recept> <TD>1</TD> <career>15</career> </listing> <time_stamp> November 2, 2014, at 08:14 PM ET </time_stamp> </message>
+ schemagen/NFL_PuntingLeaders_XML/22034665.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFL_PuntingLeaders_XML.dtd"> <message> <XML_File_ID>22034665</XML_File_ID> <heading>ABX%AFC-PUNTINGYARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 AFC Punting Yards Leaders</title> <Punting_Leaders Report_Type="Yard Leaders"> <listing> <Rank>1</Rank> <PlayerID>10712</PlayerID> <Player_Team>Bryan Anger, JAC</Player_Team> <Punts>42</Punts> <Yards>1954</Yards> <Average>46.5</Average> <Longest>64</Longest> <Inside_Twenty>10</Inside_Twenty> <Inside_Twenty_Percentage>23.8</Inside_Twenty_Percentage> <Touchback>5</Touchback> <Touchback_Percentage>11.9</Touchback_Percentage> </listing> <listing> <Rank>2</Rank> <PlayerID>12397</PlayerID> <Player_Team>Colton Schmidt, BUF</Player_Team> <Punts>41</Punts> <Yards>1805</Yards> <Average>44.0</Average> <Longest>61</Longest> <Inside_Twenty>14</Inside_Twenty> <Inside_Twenty_Percentage>34.1</Inside_Twenty_Percentage> <Touchback>4</Touchback> <Touchback_Percentage>9.8</Touchback_Percentage> </listing> <listing> <Rank>3</Rank> <PlayerID>11322</PlayerID> <Player_Team>Ryan Quigley, NYJ</Player_Team> <Punts>37</Punts> <Yards>1765</Yards> <Average>47.7</Average> <Longest>64</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>32.4</Inside_Twenty_Percentage> <Touchback>3</Touchback> <Touchback_Percentage>8.1</Touchback_Percentage> </listing> <listing> <Rank>4</Rank> <PlayerID>8601</PlayerID> <Player_Team>Britton Colquitt, DEN</Player_Team> <Punts>36</Punts> <Yards>1628</Yards> <Average>45.2</Average> <Longest>60</Longest> <Inside_Twenty>14</Inside_Twenty> <Inside_Twenty_Percentage>38.9</Inside_Twenty_Percentage> <Touchback>0</Touchback> <Touchback_Percentage>0.0</Touchback_Percentage> </listing> <listing> <Rank>5</Rank> <PlayerID>3740</PlayerID> <Player_Team>Mike Scifres, SDC</Player_Team> <Punts>35</Punts> <Yards>1613</Yards> <Average>46.1</Average> <Longest>72</Longest> <Inside_Twenty>15</Inside_Twenty> <Inside_Twenty_Percentage>42.9</Inside_Twenty_Percentage> <Touchback>6</Touchback> <Touchback_Percentage>17.1</Touchback_Percentage> </listing> <listing> <Rank>6</Rank> <PlayerID>8001</PlayerID> <Player_Team>Brett Kern, TEN</Player_Team> <Punts>35</Punts> <Yards>1568</Yards> <Average>44.8</Average> <Longest>69</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>34.3</Inside_Twenty_Percentage> <Touchback>5</Touchback> <Touchback_Percentage>14.3</Touchback_Percentage> </listing> <listing> <Rank>7</Rank> <PlayerID>789</PlayerID> <Player_Team>Shane Lechler, HOU</Player_Team> <Punts>32</Punts> <Yards>1540</Yards> <Average>48.1</Average> <Longest>71</Longest> <Inside_Twenty>9</Inside_Twenty> <Inside_Twenty_Percentage>28.1</Inside_Twenty_Percentage> <Touchback>6</Touchback> <Touchback_Percentage>18.8</Touchback_Percentage> </listing> <listing> <Rank>8</Rank> <PlayerID>11652</PlayerID> <Player_Team>Ryan Allen, NEP</Player_Team> <Punts>33</Punts> <Yards>1524</Yards> <Average>46.2</Average> <Longest>63</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>36.4</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>6.1</Touchback_Percentage> </listing> <listing> <Rank>9</Rank> <PlayerID>11655</PlayerID> <Player_Team>Brad Wing, PIT</Player_Team> <Punts>33</Punts> <Yards>1456</Yards> <Average>44.1</Average> <Longest>70</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>36.4</Inside_Twenty_Percentage> <Touchback>3</Touchback> <Touchback_Percentage>9.1</Touchback_Percentage> </listing> <listing> <Rank>10</Rank> <PlayerID>10072</PlayerID> <Player_Team>Spencer Lanning, CLE</Player_Team> <Punts>32</Punts> <Yards>1446</Yards> <Average>45.2</Average> <Longest>59</Longest> <Inside_Twenty>9</Inside_Twenty> <Inside_Twenty_Percentage>28.1</Inside_Twenty_Percentage> <Touchback>4</Touchback> <Touchback_Percentage>12.5</Touchback_Percentage> </listing> <listing> <Rank>11</Rank> <PlayerID>11162</PlayerID> <Player_Team>Marquette King, OAK</Player_Team> <Punts>33</Punts> <Yards>1430</Yards> <Average>43.3</Average> <Longest>61</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>39.4</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.0</Touchback_Percentage> </listing> <listing> <Rank>12</Rank> <PlayerID>8438</PlayerID> <Player_Team>Pat McAfee, IND</Player_Team> <Punts>27</Punts> <Yards>1285</Yards> <Average>47.6</Average> <Longest>61</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>48.1</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.7</Touchback_Percentage> </listing> <listing> <Rank></Rank> <PlayerID>8230</PlayerID> <Player_Team>Kevin Huber, CIN</Player_Team> <Punts>28</Punts> <Yards>1285</Yards> <Average>45.9</Average> <Longest>63</Longest> <Inside_Twenty>11</Inside_Twenty> <Inside_Twenty_Percentage>39.3</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.6</Touchback_Percentage> </listing> <listing> <Rank>13</Rank> <PlayerID>4998</PlayerID> <Player_Team>Dustin Colquitt, KAN</Player_Team> <Punts>24</Punts> <Yards>1062</Yards> <Average>44.3</Average> <Longest>64</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>54.2</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>8.3</Touchback_Percentage> </listing> <listing> <Rank>14</Rank> <PlayerID>6010</PlayerID> <Player_Team>Sam Koch, BAL</Player_Team> <Punts>21</Punts> <Yards>988</Yards> <Average>47.0</Average> <Longest>69</Longest> <Inside_Twenty>10</Inside_Twenty> <Inside_Twenty_Percentage>47.6</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>9.5</Touchback_Percentage> </listing> <listing> <Rank>15</Rank> <PlayerID>6554</PlayerID> <Player_Team>Brandon Fields, MIA</Player_Team> <Punts>21</Punts> <Yards>909</Yards> <Average>43.3</Average> <Longest>60</Longest> <Inside_Twenty>5</Inside_Twenty> <Inside_Twenty_Percentage>23.8</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>4.8</Touchback_Percentage> </listing> </Punting_Leaders> <time_stamp> October 24, 2014, at 01:44 AM ET </time_stamp> </message>
src/Main.hs view
@@ -46,6 +46,9 @@ report_error ) import TSN.DbImport ( DbImport(..), ImportResult(..) ) import TSN.Parse ( format_parse_error )+import qualified TSN.XML.AutoRacingDriverList as AutoRacingDriverList (+ dtd,+ pickle_message ) import qualified TSN.XML.AutoRacingResults as AutoRacingResults ( dtd, pickle_message )@@ -195,6 +198,9 @@ (unpickleDoc f xml) importer+ | dtd == AutoRacingDriverList.dtd =+ go AutoRacingDriverList.pickle_message+ | dtd == AutoRacingResults.dtd = go AutoRacingResults.pickle_message @@ -211,8 +217,7 @@ | dtd == JFile.dtd = go JFile.pickle_message - | dtd == MLBEarlyLine.dtd =- go MLBEarlyLine.pickle_message+ | dtd == MLBEarlyLine.dtd = go MLBEarlyLine.pickle_message | dtd == News.dtd = -- Some of the newsxml docs are busted in predictable ways.
src/TSN/Codegen.hs view
@@ -10,11 +10,15 @@ import Data.List.Utils ( join, split ) import Database.Groundhog.TH ( CodegenConfig ( namingStyle ),- NamingStyle ( mkDbFieldName, mkExprFieldName ),+ NamingStyle ( mkDbFieldName, mkExprFieldName, mkExprSelectorName ), defaultCodegenConfig, lowerCaseSuffixNamingStyle ) +strip_leading_underscore :: String -> String+strip_leading_underscore ('_' : rest) = rest+strip_leading_underscore s = s+ -- | The lowercase naming style for database entities, provided by -- Groundhog. Makes a better starting point than the default. --@@ -27,14 +31,23 @@ -- underscores. So, foo_bar_baz would get mapped to bar_baz in the -- database. ----- Examples:+-- Leading underscores are ignored, as those are used to hide unused+-- field warnings. --+-- ==== __Examples__+-- -- >>> tsn_db_field_namer "herp" "derp" 0 "xml_player_name" 0 -- "player_name" --+-- >>> tsn_db_field_namer "herp" "derp" 0 "db_player_name" 0+-- "player_name"+--+-- >>> tsn_db_field_namer "herp" "derp" 0 "_db_player_name" 0+-- "player_name"+-- tsn_db_field_namer :: String -> String -> Int -> String -> Int -> String tsn_db_field_namer _ _ _ fieldname _ =- (join "_") . tail . (split "_") $ fieldname+ (join "_") . tail . (split "_") $ strip_leading_underscore fieldname -- | An expression field name creator. \"Expression\" in the context@@ -42,25 +55,50 @@ -- and update statement. We take the field name (from a record type) -- as an argument and capitalize the first letter of each word. ----- Examples:+-- Leading underscores are ignored, as those are used to hide unused+-- field warnings. --+-- ==== __Examples__+-- -- >>> tsn_expr_field_namer "herp" "derp" 0 "foo_bar" 0 -- "Foo_Bar" --+-- >>> tsn_expr_field_namer "herp" "derp" 0 "_foo_bar" 0+-- "Foo_Bar"+-- tsn_expr_field_namer :: String -> String -> Int -> String -> Int -> String tsn_expr_field_namer _ _ _ fieldname _ =- (join "_") . (map capitalize) . (split "_") $ fieldname+ (join "_") . (map capitalize) . (split "_") $+ strip_leading_underscore fieldname where capitalize [] = [] capitalize (c:cs) = (toUpper c : cs) +-- | An expression selector creator. This is needed for embedded+-- types, when Groundhog generates the stuff for it. The default is+-- almost OK, but if a field name has leading underscores, they're+-- left intact. The result is invalid. So, this strips them before+-- doing whatever the default implementation would do.+--+-- >>> tsn_expr_selector_namer "MyFoo" "MyBar" "_db_derp" 0+-- "Db_derpSelector"+--+tsn_expr_selector_namer :: String -> String -> String -> Int -> String+tsn_expr_selector_namer dn cn fn =+ the_default dn cn (strip_leading_underscore fn)+ where+ the_default = mkExprSelectorName lowercase_ns++ -- | Combine the modifications above into a new naming style based on -- the 'lowecase_ns'. -- tsn_naming_style :: NamingStyle-tsn_naming_style = lowercase_ns { mkDbFieldName = tsn_db_field_namer,- mkExprFieldName = tsn_expr_field_namer }+tsn_naming_style =+ lowercase_ns { mkDbFieldName = tsn_db_field_namer,+ mkExprFieldName = tsn_expr_field_namer,+ mkExprSelectorName = tsn_expr_selector_namer } -- | Create a 'CodegenConfig' by replacing the default 'namingStyle' -- with our modified version.
src/TSN/DbImport.hs view
@@ -23,8 +23,15 @@ where -- System imports-import Control.Monad.IO.Class ( MonadIO )-import Database.Groundhog ( runMigration )+import Control.Monad ( forM_ )+import Control.Monad.IO.Class ( MonadIO( liftIO ) )+import qualified Data.Map as Map ( elems )+import Database.Groundhog ( executeRaw )+import Database.Groundhog.Core ( NamedMigrations )+import Database.Groundhog.Generic (+ createMigration,+ getQueries,+ mergeMigrations ) import Database.Groundhog.Core ( Migration, PersistBackend ) import Network.Services.TSN.Report ( report_info ) @@ -56,11 +63,18 @@ -- | A migration runner that will use our normal info reporting--- mechanism.+-- mechanism. The top-level code was stolen from 'runMigration' in+-- "Data.Groundhog.Generic" and the 'execute_pretty' code was stolen+-- from 'executeMigration'' in the same module. -- run_dbmigrate :: (MonadIO m, PersistBackend m) => Migration m -> m ()-run_dbmigrate =- runMigration pretty_migration_logger+run_dbmigrate migration = createMigration migration >>= execute_pretty where- pretty_migration_logger x =- report_info ("Migration: " ++ x ++ ";")+ execute_pretty :: (PersistBackend m, MonadIO m) => NamedMigrations -> m ()+ execute_pretty m = do+ let migs = getQueries False $ mergeMigrations $ Map.elems m+ case migs of+ Left errs -> fail $ unlines errs+ Right qs -> forM_ qs $ \q -> do+ liftIO $ report_info ("Migration: " ++ q ++ ";")+ executeRaw False q []
src/TSN/Team.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -22,12 +23,14 @@ where -- System imports+import Data.Vector.HFixed ( HVector ) import Database.Groundhog () -- Required for some String instance import Database.Groundhog.Core ( PersistEntity(..) ) import Database.Groundhog.TH ( defaultCodegenConfig, groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) -- Local imports import Xml ( Child(..), Db(..) )@@ -49,8 +52,11 @@ -- don't have them for some teams. name :: Maybe String -- ^ Some teams don't even have names! }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | Needed for 'H.convert'.+--+instance HVector Team -- * VTeam / HTeam
+ src/TSN/XML/AutoRacingDriverList.hs view
@@ -0,0 +1,364 @@+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE GADTs #-}+{-# LANGUAGE QuasiQuotes #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE TemplateHaskell #-}+{-# LANGUAGE TypeFamilies #-}+++-- | Parse TSN XML for the DTD \"AutoRacingDriverList.dtd\". Each+-- \<message\> element contains a bunch of \<Listing\>s, each of+-- which describes a driver/car.+--+module TSN.XML.AutoRacingDriverList (+ dtd,+ pickle_message,+ -- * Tests+ auto_racing_driver_list_tests,+ -- * WARNING: these are private but exported to silence warnings+ AutoRacingDriverListConstructor(..),+ AutoRacingDriverListListingConstructor(..) )+where++-- System imports.+import Control.Monad ( forM_ )+import Data.Time ( UTCTime(..) )+import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, cons, convert )+import Database.Groundhog (+ countAll,+ deleteAll,+ migrate )+import Database.Groundhog.Core ( DefaultKey )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent )+import Database.Groundhog.Sqlite ( withSqliteConn )+import Database.Groundhog.TH (+ groundhog,+ mkPersist )+import qualified GHC.Generics as GHC ( Generic )+import Test.Tasty ( TestTree, testGroup )+import Test.Tasty.HUnit ( (@?=), testCase )+import Text.XML.HXT.Core (+ PU,+ xp7Tuple,+ xp9Tuple,+ xpElem,+ xpInt,+ xpList,+ xpOption,+ xpText,+ xpWrap )++-- Local imports.+import TSN.Codegen ( tsn_codegen_config )+import TSN.DbImport ( DbImport(..), ImportResult(..), run_dbmigrate )+import TSN.Picklers ( xp_date, xp_time_stamp )+import TSN.XmlImport ( XmlImport(..), XmlImportFk(..) )+import Xml (+ Child(..),+ FromXml(..),+ FromXmlFk(..),+ ToDb(..),+ pickle_unpickle,+ unpickleable,+ unsafe_unpickle )++-- | The DTD to which this module corresponds. Used to invoke dbimport.+--+dtd :: String+dtd = "AutoRacingDriverList.dtd"++--+-- * DB/XML data types+--++-- AutoRacingDriverList/Message++-- | Database representation of a 'Message'. Comparatively, it lacks+-- only the listings.+--+data AutoRacingDriverList =+ AutoRacingDriverList {+ db_xml_file_id :: Int,+ db_heading :: String,+ db_category :: String,+ db_sport :: String,+ db_title :: String,+ db_time_stamp :: UTCTime }+ deriving (Eq, Show)++++-- | XML Representation of an 'AutoRacingDriverList'. It has the same+-- fields, but in addition contains the 'xml_listings'.+--+data Message =+ Message {+ xml_xml_file_id :: Int,+ xml_heading :: String,+ xml_category :: String,+ xml_sport :: String,+ xml_title :: String,+ xml_listings :: [AutoRacingDriverListListingXml],+ xml_time_stamp :: UTCTime }+ deriving (Eq, GHC.Generic, Show)++-- | For 'H.convert'.+--+instance H.HVector Message+++instance ToDb Message where+ -- | The database analogue of a 'Message' is a 'AutoRacingDriverList'.+ --+ type Db Message = AutoRacingDriverList+++-- | The 'FromXml' instance for 'Message' is required for the+-- 'XmlImport' instance.+--+instance FromXml Message where+ -- | To convert a 'Message' to an 'AutoRacingDriverList', we just drop+ -- the 'xml_listings'.+ --+ from_xml Message{..} =+ AutoRacingDriverList {+ db_xml_file_id = xml_xml_file_id,+ db_heading = xml_heading,+ db_category = xml_category,+ db_sport = xml_sport,+ db_title = xml_title,+ db_time_stamp = xml_time_stamp }+++-- | This allows us to insert the XML representation 'Message'+-- directly.+--+instance XmlImport Message+++-- AutoRacingDriverListListing / AutoRacingDriverListListingXml++-- | Database representation of a \<Listing\> contained within a+-- \<message\>. The leading underscores prevent unused field+-- warnings.+--+data AutoRacingDriverListListing =+ AutoRacingDriverListListing {+ _db_auto_racing_driver_lists_id :: DefaultKey AutoRacingDriverList,+ _db_driver_id :: Int,+ _db_driver :: String,+ _db_height :: Maybe String,+ _db_weight :: Int,+ _db_date_of_birth :: UTCTime,+ _db_hometown :: String,+ _db_nationality :: Maybe String,+ _db_car_number :: Int,+ _db_car :: String }+ deriving ( GHC.Generic )++-- | For 'H.convert'.+--+instance H.HVector AutoRacingDriverListListing+++-- | XML representation of a \<Listing\> contained within a+-- \<message\>. The underscores prevent unused field warnings.+--+data AutoRacingDriverListListingXml =+ AutoRacingDriverListListingXml {+ _xml_driver_id :: Int,+ _xml_driver :: String,+ _xml_height :: Maybe String,+ _xml_weight :: Int,+ _xml_date_of_birth :: UTCTime,+ _xml_hometown :: String,+ _xml_nationality :: Maybe String,+ _xml_car_number :: Int,+ _xml_car :: String }+ deriving (Eq, GHC.Generic, Show)++-- | For 'H.convert' and 'H.cons'.+--+instance H.HVector AutoRacingDriverListListingXml++instance ToDb AutoRacingDriverListListingXml where+ -- | The database analogue of an 'AutoRacingDriverListListingXml' is+ -- an 'AutoRacingDriverListListing'.+ --+ type Db AutoRacingDriverListListingXml = AutoRacingDriverListListing+++instance Child AutoRacingDriverListListingXml where+ -- | Each 'AutoRacingDriverListListingXml' is contained in (i.e. has a+ -- foreign key to) a 'AutoRacingDriverList'.+ --+ type Parent AutoRacingDriverListListingXml = AutoRacingDriverList+++instance FromXmlFk AutoRacingDriverListListingXml where+ -- | To convert an 'AutoRacingDriverListListingXml' to an+ -- 'AutoRacingDriverListListing', we add the foreign key and copy+ -- everything else verbatim.+ --+ from_xml_fk = H.cons++++-- | This allows us to insert the XML representation+-- 'AutoRacingDriverListListingXml' directly.+--+instance XmlImportFk AutoRacingDriverListListingXml++++--+-- * Database+--++instance DbImport Message where+ dbmigrate _ =+ run_dbmigrate $ do+ migrate (undefined :: AutoRacingDriverList)+ migrate (undefined :: AutoRacingDriverListListing)++ -- | We insert the message, then use its ID to insert the listings.+ dbimport m = do+ msg_id <- insert_xml m+ forM_ (xml_listings m) $ insert_xml_fk_ msg_id++ return ImportSucceeded++++mkPersist tsn_codegen_config [groundhog|+- entity: AutoRacingDriverList+ dbName: auto_racing_driver_lists+ constructors:+ - name: AutoRacingDriverList+ uniques:+ - name: unique_auto_racing_driver_lists+ type: constraint+ # Prevent multiple imports of the same message.+ fields: [db_xml_file_id]+++- entity: AutoRacingDriverListListing+ dbName: auto_racing_driver_lists_listings+ constructors:+ - name: AutoRacingDriverListListing+ fields:+ - name: _db_auto_racing_driver_lists_id+ reference:+ onDelete: cascade++|]+++--+-- * Pickling+--++-- | Pickler for the \<Listing\>s contained within \<message\>s.+--+pickle_listing :: PU AutoRacingDriverListListingXml+pickle_listing =+ xpElem "Listing" $+ xpWrap (from_tuple, H.convert) $+ xp9Tuple (xpElem "DriverID" xpInt)+ (xpElem "Driver" xpText)+ (xpElem "Height" $ xpOption xpText)+ (xpElem "Weight" xpInt)+ (xpElem "DOB" xp_date)+ (xpElem "Hometown" xpText)+ (xpElem "Nationality" $ xpOption xpText)+ (xpElem "Car_Number" xpInt)+ (xpElem "Car" xpText)+ where+ from_tuple = uncurryN AutoRacingDriverListListingXml++-- | Pickler for the top-level 'Message'.+--+pickle_message :: PU Message+pickle_message =+ xpElem "message" $+ xpWrap (from_tuple, H.convert) $+ xp7Tuple (xpElem "XML_File_ID" xpInt)+ (xpElem "heading" xpText)+ (xpElem "category" xpText)+ (xpElem "sport" xpText)+ (xpElem "Title" xpText)+ (xpList pickle_listing)+ (xpElem "time_stamp" xp_time_stamp)+ where+ from_tuple = uncurryN Message++++--+-- * Tasty Tests+--++-- | A list of all tests for this module.+--+auto_racing_driver_list_tests :: TestTree+auto_racing_driver_list_tests =+ testGroup+ "AutoRacingDriverList tests"+ [ test_on_delete_cascade,+ test_pickle_of_unpickle_is_identity,+ test_unpickle_succeeds ]+++-- | If we unpickle something and then pickle it, we should wind up+-- with the same thing we started with. WARNING: success of this+-- test does not mean that unpickling succeeded.+--+test_pickle_of_unpickle_is_identity :: TestTree+test_pickle_of_unpickle_is_identity = testGroup "pickle-unpickle tests"+ [ check "pickle composed with unpickle is the identity"+ "test/xml/AutoRacingDriverList.xml" ]+ where+ check desc path = testCase desc $ do+ (expected, actual) <- pickle_unpickle pickle_message path+ actual @?= expected+++-- | Make sure we can actually unpickle these things.+--+test_unpickle_succeeds :: TestTree+test_unpickle_succeeds = testGroup "unpickle tests"+ [ check "unpickling succeeds"+ "test/xml/AutoRacingDriverList.xml" ]+ where+ check desc path = testCase desc $ do+ actual <- unpickleable path pickle_message+ let expected = True+ actual @?= expected+++-- | Make sure everything gets deleted when we delete the top-level+-- record.+--+test_on_delete_cascade :: TestTree+test_on_delete_cascade = testGroup "cascading delete tests"+ [ check "deleting auto_racing_driver_lists deletes its children"+ "test/xml/AutoRacingDriverList.xml" ]+ where+ check desc path = testCase desc $ do+ results <- unsafe_unpickle path pickle_message+ let a = undefined :: AutoRacingDriverList+ let b = undefined :: AutoRacingDriverListListing++ actual <- withSqliteConn ":memory:" $ runDbConn $ do+ runMigrationSilent $ do+ migrate a+ migrate b+ _ <- dbimport results+ deleteAll a+ count_a <- countAll a+ count_b <- countAll b+ return $ sum [count_a, count_b]+ let expected = 0+ actual @?= expected
src/TSN/XML/AutoRacingResults.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE DeriveDataTypeable #-}+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -28,18 +29,18 @@ import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN ) import Data.Typeable ( Typeable )+import qualified Data.Vector.HFixed as H ( HVector, cons, convert ) import Database.Groundhog ( countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -128,9 +129,13 @@ xml_listings :: [AutoRacingResultsListingXml], xml_race_information :: AutoRacingResultsRaceInformationXml, xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message + instance ToDb Message where -- | The database analogue of a 'Message' is a 'AutoRacingResults'. --@@ -168,46 +173,55 @@ -- * AutoRacingResultsListing/AutoRacingResultsListingXml -- | Database representation of a \<Listing\> contained within a--- \<message\>.+-- \<message\>. The leading underscores prevent unused field+-- warnings. -- data AutoRacingResultsListing = AutoRacingResultsListing {- db_auto_racing_results_id :: DefaultKey AutoRacingResults,- db_finish_position :: Int,- db_starting_position :: Int,- db_car_number :: Int,- db_driver_id :: Int,- db_driver :: String,- db_car_make :: String,- db_points :: Int,- db_laps_completed :: Int,- db_laps_leading :: Int,- db_status :: Maybe String,- db_dnf :: Maybe Bool,- db_nc :: Maybe Bool,- db_earnings :: Maybe Int }+ _db_auto_racing_results_id :: DefaultKey AutoRacingResults,+ _db_finish_position :: Int,+ _db_starting_position :: Int,+ _db_car_number :: Int,+ _db_driver_id :: Int,+ _db_driver :: String,+ _db_car_make :: String,+ _db_points :: Int,+ _db_laps_completed :: Int,+ _db_laps_leading :: Int,+ _db_status :: Maybe String,+ _db_dnf :: Maybe Bool,+ _db_nc :: Maybe Bool,+ _db_earnings :: Maybe Int }+ deriving ( GHC.Generic ) +-- | For 'H.convert' and 'H.cons'.+--+instance H.HVector AutoRacingResultsListing -- | XML representation of a \<Listing\> contained within a--- \<message\>.+-- \<message\>. The leading underscores prevent unused field+-- warnings. -- data AutoRacingResultsListingXml = AutoRacingResultsListingXml {- xml_finish_position :: Int,- xml_starting_position :: Int,- xml_car_number :: Int,- xml_driver_id :: Int,- xml_driver :: String,- xml_car_make :: String,- xml_points :: Int,- xml_laps_completed :: Int,- xml_laps_leading :: Int,- xml_status :: Maybe String,- xml_dnf :: Maybe Bool,- xml_nc :: Maybe Bool,- xml_earnings :: Maybe Int }- deriving (Eq, Show)+ _xml_finish_position :: Int,+ _xml_starting_position :: Int,+ _xml_car_number :: Int,+ _xml_driver_id :: Int,+ _xml_driver :: String,+ _xml_car_make :: String,+ _xml_points :: Int,+ _xml_laps_completed :: Int,+ _xml_laps_leading :: Int,+ _xml_status :: Maybe String,+ _xml_dnf :: Maybe Bool,+ _xml_nc :: Maybe Bool,+ _xml_earnings :: Maybe Int }+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector AutoRacingResultsListingXml instance ToDb AutoRacingResultsListingXml where -- | The database analogue of an 'AutoRacingResultsListingXml' is@@ -228,22 +242,7 @@ -- 'AutoRacingResultsListing', we add the foreign key and copy -- everything else verbatim. --- from_xml_fk fk AutoRacingResultsListingXml{..} =- AutoRacingResultsListing {- db_auto_racing_results_id = fk,- db_finish_position = xml_finish_position,- db_starting_position = xml_starting_position,- db_car_number = xml_car_number,- db_driver_id = xml_driver_id,- db_driver = xml_driver,- db_car_make = xml_car_make,- db_points = xml_points,- db_laps_completed = xml_laps_completed,- db_laps_leading = xml_laps_leading,- db_status = xml_status,- db_dnf = xml_dnf,- db_nc = xml_nc,- db_earnings = xml_earnings }+ from_xml_fk = H.cons -- | This allows us to insert the XML representation@@ -319,7 +318,7 @@ xml_lead_changes :: Maybe String, xml_lap_leaders :: Maybe String, xml_most_laps_leading :: Maybe MostLapsLeading }- deriving (Eq,Show)+ deriving (Eq, Show) instance ToDb AutoRacingResultsRaceInformationXml where@@ -341,7 +340,7 @@ instance FromXmlFk AutoRacingResultsRaceInformationXml where -- | To convert an 'AutoRacingResultsRaceInformationXml' to an -- 'AutoRacingResultsRaceInformartion', we add the foreign key and- -- copy everything else verbatim.+ -- massage the 'MostLapsLeading' embedded type, -- from_xml_fk fk AutoRacingResultsRaceInformationXml{..} = AutoRacingResultsRaceInformation {@@ -415,7 +414,7 @@ constructors: - name: AutoRacingResultsListing fields:- - name: db_auto_racing_results_id+ - name: _db_auto_racing_results_id reference: onDelete: cascade @@ -458,7 +457,7 @@ pickle_listing :: PU AutoRacingResultsListingXml pickle_listing = xpElem "Listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp13Tuple (xpElem "FinishPosition" xpInt) (xpElem "StartingPosition" xpInt) (xpElem "CarNumber" xpInt)@@ -474,19 +473,6 @@ (xpElem "Earnings" xp_earnings) where from_tuple = uncurryN AutoRacingResultsListingXml- to_tuple m = (xml_finish_position m,- xml_starting_position m,- xml_car_number m,- xml_driver_id m,- xml_driver m,- xml_car_make m,- xml_points m,- xml_laps_completed m,- xml_laps_leading m,- xml_status m,- xml_dnf m,- xml_nc m,- xml_earnings m) -- | Pickler for the top-level 'Message'.@@ -494,7 +480,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp13Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -510,19 +496,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_race_id m,- xml_race_date m,- xml_title m,- xml_track_location m,- xml_laps_remaining m,- xml_checkered_flag m,- xml_listings m,- xml_race_information m,- xml_time_stamp m) -- | Pickler for the \<Most_Laps_Leading\> child of a@@ -536,7 +509,7 @@ pickle_most_laps_leading :: PU (Maybe MostLapsLeading) pickle_most_laps_leading = xpElem "Most_Laps_Leading" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpOption $ xpElem "DriverID" xpInt) (xpOption $ xpElem "Driver" xpText) (xpOption $ xpElem "NumberOfLaps" xpInt)@@ -548,14 +521,14 @@ -- Sure had to go out of my way to avoid the warnings about unused -- db_most_laps_foo fields here.- to_tuple :: Maybe MostLapsLeading -> (Maybe Int, Maybe String, Maybe Int)- to_tuple Nothing = (Nothing, Nothing, Nothing)- to_tuple (Just (MostLapsLeading Nothing _ _)) = (Nothing, Nothing, Nothing)- to_tuple (Just (MostLapsLeading _ Nothing _)) = (Nothing, Nothing, Nothing)- to_tuple (Just (MostLapsLeading _ _ Nothing)) = (Nothing, Nothing, Nothing)- to_tuple (Just m) = (db_most_laps_leading_driver_id m,- db_most_laps_leading_driver m,- db_most_laps_leading_number_of_laps m)+ to_tuple' :: Maybe MostLapsLeading -> (Maybe Int, Maybe String, Maybe Int)+ to_tuple' Nothing = (Nothing, Nothing, Nothing)+ to_tuple' (Just (MostLapsLeading Nothing _ _)) = (Nothing, Nothing, Nothing)+ to_tuple' (Just (MostLapsLeading _ Nothing _)) = (Nothing, Nothing, Nothing)+ to_tuple' (Just (MostLapsLeading _ _ Nothing)) = (Nothing, Nothing, Nothing)+ to_tuple' (Just m) = (db_most_laps_leading_driver_id m,+ db_most_laps_leading_driver m,+ db_most_laps_leading_number_of_laps m) -- | Pickler for the \<Race_Information\> child of \<message\>.@@ -575,7 +548,7 @@ pickle_race_information :: PU AutoRacingResultsRaceInformationXml pickle_race_information = xpElem "Race_Information" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xp11Tuple (-- I can't think of another way to get both the -- TrackLength and its KPH attribute. So we shove them -- both in a 2-tuple. This should probably be an embedded type!@@ -600,17 +573,17 @@ x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 -- And here we have to re-pair the first two.- to_tuple m = ((xml_track_length m, xml_track_length_kph m),- xml_laps m,- xml_average_speed_mph m,- xml_average_speed_kph m,- xml_average_speed m,- xml_time_of_race m,- xml_margin_of_victory m,- xml_cautions m,- xml_lead_changes m,- xml_lap_leaders m,- xml_most_laps_leading m)+ to_tuple' m = ((xml_track_length m, xml_track_length_kph m),+ xml_laps m,+ xml_average_speed_mph m,+ xml_average_speed_kph m,+ xml_average_speed m,+ xml_time_of_race m,+ xml_margin_of_victory m,+ xml_cautions m,+ xml_lead_changes m,+ xml_lap_leaders m,+ xml_most_laps_leading m) -- -- * Tasty Tests@@ -689,7 +662,7 @@ let c = undefined :: AutoRacingResultsRaceInformation actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/AutoRacingSchedule.hs view
@@ -1,4 +1,6 @@+ {-# LANGUAGE DeriveDataTypeable #-}+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -26,18 +28,18 @@ import Control.Monad ( forM_ ) import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, cons, convert ) import Database.Groundhog ( countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -105,9 +107,13 @@ xml_complete_through :: String, xml_listings :: [AutoRacingScheduleListingXml], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message + instance ToDb Message where -- | The database analogue of a 'Message' is a 'AutoRacingSchedule'. --@@ -176,9 +182,13 @@ -- so we can't do the right thing and use -- a 'Double'. xml_race_results :: [AutoRacingScheduleListingRaceResult] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector AutoRacingScheduleListingXml + -- | Pseudo-accessor to get the race result listings out of a -- 'AutoRacingScheduleListingXml'. A poor man's lens. --@@ -255,37 +265,48 @@ -- | Database representation of \<RaceResultListing\> within -- \<RaceResults\> within \<Listing\> within... \<message\>!+-- The leading underscores prevent unused field warnings. -- data AutoRacingScheduleListingRaceResultRaceResultListing = AutoRacingScheduleListingRaceResultRaceResultListing {- db_auto_racing_schedules_listings_id ::+ _db_auto_racing_schedules_listings_id :: DefaultKey AutoRacingScheduleListing,- db_finish_position :: Int,- db_driver_id :: Int,- db_name :: String,- db_leading_laps :: Int,- db_listing_laps :: Int, -- ^ Avoid clash with race's \"laps\" field.- db_earnings :: String, -- ^ This should be an Int, but can have commas.- db_status :: Maybe String -- ^ They can be empty+ _db_finish_position :: Int,+ _db_driver_id :: Int,+ _db_name :: String,+ _db_leading_laps :: Int,+ _db_listing_laps :: Int, -- ^ Avoid clash with race's \"laps\" field.+ _db_earnings :: String, -- ^ This should be an Int, but can have commas.+ _db_status :: Maybe String -- ^ They can be empty }+ deriving ( GHC.Generic ) +-- | For 'H.cons'.+--+instance H.HVector AutoRacingScheduleListingRaceResultRaceResultListing + -- | XML Representation of an -- 'AutoRacingScheduleListingRaceResultRaceResultListing'.+-- The leading underscores prevent unused field warnings. -- data AutoRacingScheduleListingRaceResultRaceResultListingXml = AutoRacingScheduleListingRaceResultRaceResultListingXml {- xml_finish_position :: Int,- xml_driver_id :: Int,- xml_name :: String,- xml_leading_laps :: Int,- xml_listing_laps :: Int, -- ^ Avoid clash with race's \"laps\" field.- xml_earnings :: String, -- ^ Should be an 'Int', but can have commas.- xml_status :: Maybe String -- ^ They can be empty+ _xml_finish_position :: Int,+ _xml_driver_id :: Int,+ _xml_name :: String,+ _xml_leading_laps :: Int,+ _xml_listing_laps :: Int, -- ^ Avoids clash with race's \"laps\" field.+ _xml_earnings :: String, -- ^ Should be an 'Int', but can have commas.+ _xml_status :: Maybe String -- ^ They can be empty }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector AutoRacingScheduleListingRaceResultRaceResultListingXml + instance ToDb AutoRacingScheduleListingRaceResultRaceResultListingXml where -- | The database representation of an -- 'AutoRacingScheduleListingRaceResultRaceResultListingXml' is an@@ -311,16 +332,7 @@ -- 'AutoRacingScheduleListingRaceResultRaceResultListing', we just -- add the foreign key to the parent 'AutoRacingScheduleListing'. --- from_xml_fk fk AutoRacingScheduleListingRaceResultRaceResultListingXml{..} =- AutoRacingScheduleListingRaceResultRaceResultListing {- db_auto_racing_schedules_listings_id = fk,- db_finish_position = xml_finish_position,- db_driver_id = xml_driver_id,- db_name = xml_name,- db_leading_laps = xml_leading_laps,- db_listing_laps = xml_listing_laps,- db_earnings = xml_earnings,- db_status = xml_status }+ from_xml_fk = H.cons -- | This allows us to insert the XML representation@@ -382,7 +394,7 @@ constructors: - name: AutoRacingScheduleListingRaceResultRaceResultListing fields:- - name: db_auto_racing_schedules_listings_id+ - name: _db_auto_racing_schedules_listings_id reference: onDelete: cascade |]@@ -398,7 +410,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp8Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -409,14 +421,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_title m,- xml_complete_through m,- xml_listings m,- xml_time_stamp m) -- | Convert an 'AutoRacingScheduleListingXml' to/from XML.@@ -424,7 +428,7 @@ pickle_listing :: PU AutoRacingScheduleListingXml pickle_listing = xpElem "Listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp10Tuple (xpElem "RaceID" xpInt) (xpElem "Race_Date" xp_date_padded) (xpElem "Race_Time" xp_tba_time)@@ -437,18 +441,9 @@ (xpList pickle_race_results) where from_tuple = uncurryN AutoRacingScheduleListingXml- to_tuple m = (xml_race_id m,- xml_race_date m,- xml_race_time m,- xml_race_name m,- xml_track_name m,- xml_location m,- xml_tv_listing m,- xml_laps m,- xml_track_length m,- xml_race_results m) + -- | Convert an 'AutoRacingScheduleListingRaceResult' to/from XML. -- pickle_race_results :: PU AutoRacingScheduleListingRaceResult@@ -469,7 +464,7 @@ PU AutoRacingScheduleListingRaceResultRaceResultListingXml pickle_race_results_listing = xpElem "RaceResultsListing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp7Tuple (xpElem "FinishPosition" xpInt) (xpElem "DriverID" xpInt) (xpElem "Name" xpText)@@ -481,15 +476,7 @@ from_tuple = uncurryN AutoRacingScheduleListingRaceResultRaceResultListingXml - to_tuple m = (xml_finish_position m,- xml_driver_id m,- xml_name m,- xml_leading_laps m,- xml_listing_laps m,- xml_earnings m,- xml_status m) - -- -- Tasty Tests --@@ -556,7 +543,7 @@ let c = undefined :: AutoRacingScheduleListingRaceResultRaceResultListing actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/EarlyLine.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -36,19 +37,19 @@ import Control.Monad ( join ) import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( countAll, deleteAll, insert_,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -120,9 +121,13 @@ xml_title :: String, xml_dates :: [EarlyLineDate], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message + instance ToDb Message where -- | The database analogue of a 'Message' is an 'EarlyLine'. --@@ -171,12 +176,23 @@ -- with. But it allows us to pickle and unpickle correctly at least. -- data EarlyLineGameWithNote =- EarlyLineGameWithNote {- date_note :: Maybe String,- date_game :: EarlyLineGameXml }- deriving (Eq, Show)+ EarlyLineGameWithNote+ (Maybe String) -- date_note, unused+ EarlyLineGameXml -- date_game+ deriving (Eq, GHC.Generic, Show) +-- | Accessor for the game within a 'EarlyLineGameWithNote'. We define+-- this ourselves to avoid an unused field warning for date_note.+--+date_game :: EarlyLineGameWithNote -> EarlyLineGameXml+date_game (EarlyLineGameWithNote _ g) = g +-- | For 'H.convert'.+--+instance H.HVector EarlyLineGameWithNote+++ -- | XML representation of a \<date\>. It has a \"value\" attribute -- containing the actual date string. As children it contains a -- (non-optional) note, and a game. The note and date value are@@ -186,10 +202,14 @@ EarlyLineDate { date_value :: UTCTime, date_games_with_notes :: [EarlyLineGameWithNote] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector EarlyLineDate + -- * EarlyLineGame / EarlyLineGameXml -- | Database representation of a \<game\> in earlylineXML.dtd and@@ -227,14 +247,19 @@ -- data EarlyLineGameXml = EarlyLineGameXml {- xml_game_time :: UTCTime, -- ^ Only an ambiguous time string, e.g. \"8:30\"+ xml_game_time :: Maybe UTCTime, -- ^ Only an ambiguous time string,+ -- e.g. \"8:30\". Can be empty. xml_away_team :: EarlyLineGameTeamXml, xml_home_team :: EarlyLineGameTeamXml, xml_over_under :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector EarlyLineGameXml + -- * EarlyLineGameTeam / EarlyLineGameTeamXml -- | Database representation of an EarlyLine team, used in both@@ -249,7 +274,7 @@ -- data EarlyLineGameTeam = EarlyLineGameTeam {- db_rotation_number :: Int,+ db_rotation_number :: Maybe Int, -- ^ Usually there but sometimes empty. db_line :: Maybe String, -- ^ Can be blank, a Double, or \"off\". db_team_name :: Maybe String, -- ^ NOT optional, see the data type docs. db_pitcher :: Maybe String -- ^ Optional in MLB_earlylineXML.dtd,@@ -280,7 +305,7 @@ -- data EarlyLineGameTeamXml = EarlyLineGameTeamXml {- xml_rotation_number :: Int,+ xml_rotation_number :: Maybe Int, xml_line_attr :: Maybe String, xml_team_name_attr :: Maybe String, xml_team_name_text :: Maybe String,@@ -345,22 +370,26 @@ games_only :: [EarlyLineGameXml] games_only = (map date_game (date_games_with_notes date)) - -- | Stick the date value into the given game.+ -- | Stick the date value into the given game. If our+ -- 'EarlyLineGameXml' has an 'xml_game_time', then we combine it+ -- with the day portion of the supplied @date@. If not, then we+ -- just use @date as-is. --- combine_date_time :: EarlyLineGameXml -> UTCTime- combine_date_time elgx =- UTCTime (utctDay $ date_value date) (utctDayTime $ xml_game_time elgx)+ combine_date_time :: Maybe UTCTime -> UTCTime+ combine_date_time (Just t) =+ UTCTime (utctDay $ date_value date) (utctDayTime t)+ combine_date_time Nothing = date_value date -- | Convert an XML game to a database one. -- convert_game :: EarlyLineGameXml -> EarlyLineGame- convert_game gx =+ convert_game EarlyLineGameXml{..} = EarlyLineGame { db_early_lines_id = fk,- db_game_time = combine_date_time gx,- db_away_team = from_xml (xml_away_team gx),- db_home_team = from_xml (xml_home_team gx),- db_over_under = xml_over_under gx }+ db_game_time = combine_date_time xml_game_time,+ db_away_team = from_xml xml_away_team,+ db_home_team = from_xml xml_home_team,+ db_over_under = xml_over_under } --@@ -449,7 +478,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp7Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -459,13 +488,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_title m,- xml_dates m,- xml_time_stamp m) @@ -474,12 +496,11 @@ -- pickle_game_with_note :: PU EarlyLineGameWithNote pickle_game_with_note =- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpOption $ xpElem "note" xpText) pickle_game where from_tuple = uncurry EarlyLineGameWithNote- to_tuple m = (date_note m, date_game m) -- | Pickler for the \<date\> elements within each \<message\>.@@ -487,12 +508,11 @@ pickle_date :: PU EarlyLineDate pickle_date = xpElem "date" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpAttr "value" xp_early_line_date) (xpList pickle_game_with_note) where from_tuple = uncurry EarlyLineDate- to_tuple m = (date_value m, date_games_with_notes m) @@ -501,17 +521,13 @@ pickle_game :: PU EarlyLineGameXml pickle_game = xpElem "game" $- xpWrap (from_tuple, to_tuple) $- xp4Tuple (xpElem "time" xp_ambiguous_time)+ xpWrap (from_tuple, H.convert) $+ xp4Tuple (xpElem "time" (xpOption xp_ambiguous_time)) pickle_away_team pickle_home_team (xpElem "over_under" (xpOption xpText)) where from_tuple = uncurryN EarlyLineGameXml- to_tuple m = (xml_game_time m,- xml_away_team m,- xml_home_team m,- xml_over_under m) @@ -542,8 +558,8 @@ -- pickle_team :: PU EarlyLineGameTeamXml pickle_team =- xpWrap (from_tuple, to_tuple) $- xp6Tuple (xpAttr "rotation" xpInt)+ xpWrap (from_tuple, to_tuple') $+ xp6Tuple (xpAttr "rotation" (xpOption xpInt)) (xpOption $ xpAttr "line" (xpOption xpText)) (xpOption $ xpAttr "name" xpText) (xpOption xpText)@@ -553,7 +569,7 @@ from_tuple (u,v,w,x,y,z) = EarlyLineGameTeamXml u (join v) w x (join y) (join z) - to_tuple (EarlyLineGameTeamXml u v w x y z) =+ to_tuple' (EarlyLineGameTeamXml u v w x y z) = (u, double_just v, w, x, double_just y, double_just z) where double_just val = case val of@@ -582,24 +598,33 @@ -- test does not mean that unpickling succeeded. -- test_pickle_of_unpickle_is_identity :: TestTree-test_pickle_of_unpickle_is_identity =- testCase "pickle composed with unpickle is the identity" $ do- let path = "test/xml/earlylineXML.xml"- (expected, actual) <- pickle_unpickle pickle_message path- actual @?= expected+test_pickle_of_unpickle_is_identity = testGroup "pickle-unpickle tests"+ [ check "pickle composed with unpickle is the identity"+ "test/xml/earlylineXML.xml", + check "pickle composed with unpickle is the identity (empty game time)"+ "test/xml/earlylineXML-empty-game-time.xml" ]+ where+ check desc path = testCase desc $ do+ (expected, actual) <- pickle_unpickle pickle_message path+ actual @?= expected + -- | Make sure we can actually unpickle these things. -- test_unpickle_succeeds :: TestTree-test_unpickle_succeeds =- testCase "unpickling succeeds" $ do- let path = "test/xml/earlylineXML.xml"- actual <- unpickleable path pickle_message+test_unpickle_succeeds = testGroup "unpickle tests"+ [ check "unpickling succeeds"+ "test/xml/earlylineXML.xml", - let expected = True- actual @?= expected+ check "unpickling succeeds (empty game time)"+ "test/xml/earlylineXML-empty-game-time.xml" ]+ where+ check desc path = testCase desc $ do+ actual <- unpickleable path pickle_message+ let expected = True+ actual @?= expected @@ -607,21 +632,26 @@ -- record. -- test_on_delete_cascade :: TestTree-test_on_delete_cascade =- testCase "deleting early_lines deletes its children" $ do- let path = "test/xml/earlylineXML.xml"- results <- unsafe_unpickle path pickle_message- let a = undefined :: EarlyLine- let b = undefined :: EarlyLineGame+test_on_delete_cascade = testGroup "cascading delete tests"+ [ check "deleting early_lines deletes its children"+ "test/xml/earlylineXML.xml", - actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do- migrate a- migrate b- _ <- dbimport results- deleteAll a- count_a <- countAll a- count_b <- countAll b- return $ sum [count_a, count_b]- let expected = 0- actual @?= expected+ check "deleting early_lines deletes its children (empty game time)"+ "test/xml/earlylineXML-empty-game-time.xml" ]+ where+ check desc path = testCase desc $ do+ results <- unsafe_unpickle path pickle_message+ let a = undefined :: EarlyLine+ let b = undefined :: EarlyLineGame++ actual <- withSqliteConn ":memory:" $ runDbConn $ do+ runMigrationSilent $ do+ migrate a+ migrate b+ _ <- dbimport results+ deleteAll a+ count_a <- countAll a+ count_b <- countAll b+ return $ sum [count_a, count_b]+ let expected = 0+ actual @?= expected
src/TSN/XML/GameInfo.hs view
@@ -26,10 +26,8 @@ import Database.Groundhog ( countAll, insert_,- migrate,- runMigration,- silentMigrationLogger )-import Database.Groundhog.Generic ( runDbConn )+ migrate )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( defaultCodegenConfig,@@ -234,7 +232,7 @@ xmltrees <- mapM unsafe_read_document game_info_test_files let msgs = rights $ map (parse_xml "dummy") xmltrees actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $+ runMigrationSilent $ migrate (undefined :: GameInfo) mapM_ dbimport msgs countAll (undefined :: GameInfo)
src/TSN/XML/Heartbeat.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE ScopedTypeVariables #-} -- | Handle documents defined by Heartbeat.dtd.@@ -12,6 +13,8 @@ -- System imports. import Data.Time.Clock ( UTCTime ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, convert )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -39,28 +42,29 @@ -- Heartbeat message. -- data Message =- Message {- xml_file_id :: Int,- heading :: String,- time_stamp :: UTCTime }- deriving (Eq, Show)+ Message+ Int -- xml_file_id+ String -- heading+ UTCTime -- time_stamp+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message + -- | A (un)pickler that turns a Heartbeat XML file into a 'Message' -- and vice-versa. -- pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpTriple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_file_id m,- heading m,- time_stamp m) -- | Verify (and report) the received heartbeat. We return
src/TSN/XML/Injuries.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-}@@ -29,17 +30,17 @@ import Data.Data ( Data ) import Data.Time ( UTCTime ) import Data.Typeable ( Typeable )+import qualified Data.Vector.HFixed as H ( HVector, cons, convert ) import Database.Groundhog ( countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Data.Tuple.Curry ( uncurryN ) import Test.Tasty ( TestTree, testGroup )@@ -97,28 +98,41 @@ -- * InjuriesListing/InjuriesListingXml --- | XML representation of the injury listings.+-- | XML representation of the injury listings. The leading+-- underscores prevent unused field warnings. -- data InjuriesListingXml = InjuriesListingXml {- xml_team :: InjuriesTeam,- xml_teamno :: Maybe String, -- ^ Can contain non-numerics, e.g. \"ZR2\"- xml_injuries :: String,- xml_updated :: Maybe Bool }- deriving (Eq, Show)+ _xml_team :: InjuriesTeam,+ _xml_teamno :: Maybe String, -- ^ Can contain non-numerics, e.g. \"ZR2\"+ _xml_injuries :: String,+ _xml_updated :: Maybe Bool }+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector InjuriesListingXml++ -- | Database representation of a 'InjuriesListing'. It possesses a -- foreign key to an 'Injuries' object so that we can easily delete -- 'InjuriesListing's based on the parent message's time_stamp.+-- The leading underscores prevent unused field warnings. -- data InjuriesListing = InjuriesListing {- db_injuries_id :: DefaultKey Injuries,- db_team :: InjuriesTeam,- db_teamno :: Maybe String, -- ^ Can contain non-numerics, e.g. \"ZR2\"- db_injuries :: String,- db_updated :: Maybe Bool }+ _db_injuries_id :: DefaultKey Injuries,+ _db_team :: InjuriesTeam,+ _db_teamno :: Maybe String, -- ^ Can contain non-numerics, e.g. \"ZR2\"+ _db_injuries :: String,+ _db_updated :: Maybe Bool }+ deriving ( GHC.Generic ) +-- | For 'H.cons'.+--+instance H.HVector InjuriesListing+ instance ToDb InjuriesListingXml where -- | The DB analogue of a 'InjuriesListingXml' is a 'InjuriesListing' type Db InjuriesListingXml = InjuriesListing@@ -130,13 +144,7 @@ instance FromXmlFk InjuriesListingXml where -- | To convert between a 'InjuriesListingXml' and a -- 'InjuriesListing', we simply append the foreign key.- from_xml_fk fk InjuriesListingXml{..} =- InjuriesListing {- db_injuries_id = fk,- db_team = xml_team,- db_teamno = xml_teamno,- db_injuries = xml_injuries,- db_updated = xml_updated }+ from_xml_fk = H.cons -- | This allows us to insert the XML representation -- 'InjuriesListingXml' directly.@@ -156,8 +164,14 @@ xml_sport :: String, xml_listings :: [InjuriesListingXml], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.HVector'.+--+instance H.HVector Message++ -- | Database representation of a 'Message'. -- data Injuries =@@ -224,11 +238,11 @@ constructors: - name: InjuriesListing fields:- - name: db_team+ - name: _db_team embeddedType: - {name: team_name, dbName: team_name} - {name: team_league, dbName: team_league}- - name: db_injuries_id+ - name: _db_injuries_id reference: onDelete: cascade @@ -249,12 +263,13 @@ pickle_injuries_team :: PU InjuriesTeam pickle_injuries_team = xpElem "team" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpPair xpText (xpAttrImplied "league" xpText) where from_tuple = uncurryN InjuriesTeam- to_tuple m = (db_team_name m, db_team_league m) + -- Pointless, but silences two unused field warnings.+ to_tuple' InjuriesTeam{..} = (db_team_name, db_team_league) -- | A pickler for 'InjuriesListingXml's that can convert them to/from -- XML.@@ -262,22 +277,22 @@ pickle_listing :: PU InjuriesListingXml pickle_listing = xpElem "listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp4Tuple pickle_injuries_team (xpOption $ xpElem "teamno" xpText) (xpElem "injuries" xpText) (xpOption $ xpElem "updated" xpPrim) where from_tuple = uncurryN InjuriesListingXml- to_tuple l = (xml_team l, xml_teamno l, xml_injuries l, xml_updated l) + -- | A pickler for 'Message's that can convert them to/from XML. -- pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -286,12 +301,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_listings m,- xml_time_stamp m) --@@ -343,7 +352,7 @@ let a = undefined :: Injuries let b = undefined :: InjuriesListing actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b _ <- dbimport inj
src/TSN/XML/InjuriesDetail.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -26,18 +27,23 @@ import Control.Monad ( forM_ ) import Data.Time ( UTCTime ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H (+ HVector,+ asCVec,+ cons,+ convert,+ tail ) import Database.Groundhog ( DefaultKey, countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )-import Database.Groundhog.Generic ( runDbConn )+ migrate )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -94,8 +100,14 @@ xml_sport :: String, xml_listings :: [InjuriesDetailListingXml], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector Message++ -- | Database representation of a 'Message'. -- data InjuriesDetail =@@ -154,8 +166,14 @@ xml_full_name :: String, -- ^ Team full name xml_player_listings :: [InjuriesDetailListingPlayerListingXml] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector InjuriesDetailListingXml++ instance ToDb InjuriesDetailListingXml where -- | The database analogue of an 'InjuriesDetailListingXml' is a -- 'InjuriesDetailListing'.@@ -188,11 +206,12 @@ -- * InjuriesDetailListingPlayerListing -- | XML representation of a \<PlayerListing\>, the main type of--- element contains in Injuries_Detail_XML messages.+-- element contains in Injuries_Detail_XML messages. The leading+-- underscores prevent unused field warnings. -- data InjuriesDetailListingPlayerListingXml = InjuriesDetailListingPlayerListingXml {- xml_player_team_id :: String, -- ^ TeamIDs are (apparently) three+ _xml_player_team_id :: String, -- ^ TeamIDs are (apparently) three -- characters long and not -- necessarily numeric. Postgres -- imposes no performance penalty@@ -201,37 +220,47 @@ -- bound of three characters. -- We add the \"player\" to avoid conflict -- with 'InjuriesDetailListingXml'.- xml_player_id :: Int,- xml_date :: UTCTime,- xml_pos :: String,- xml_name :: String,- xml_injury :: String,- xml_status :: String,- xml_fantasy :: Maybe String, -- ^ Nobody knows what this is.- xml_injured :: Bool,- xml_type :: String }- deriving (Eq, Show)+ _xml_player_id :: Int,+ _xml_date :: UTCTime,+ _xml_pos :: String,+ _xml_name :: String,+ _xml_injury :: String,+ _xml_status :: String,+ _xml_fantasy :: Maybe String, -- ^ Nobody knows what this is.+ _xml_injured :: Bool,+ _xml_type :: String }+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector InjuriesDetailListingPlayerListingXml + -- | Database representation of a -- 'InjuriesDetailListingPlayerListingXml'. We drop the team_id--- because it's redundant.+-- because it's redundant. The leading underscores prevent unused+-- field warnings. -- data InjuriesDetailListingPlayerListing = InjuriesDetailListingPlayerListing {- db_injuries_detail_listings_id :: DefaultKey InjuriesDetailListing,- db_player_id :: Int,- db_date :: UTCTime,- db_pos :: String,- db_name :: String,- db_injury :: String,- db_status :: String,- db_fantasy :: Maybe String, -- ^ Nobody knows what this is.- db_injured :: Bool,- db_type :: String }+ _db_injuries_detail_listings_id :: DefaultKey InjuriesDetailListing,+ _db_player_id :: Int,+ _db_date :: UTCTime,+ _db_pos :: String,+ _db_name :: String,+ _db_injury :: String,+ _db_status :: String,+ _db_fantasy :: Maybe String, -- ^ Nobody knows what this is.+ _db_injured :: Bool,+ _db_type :: String }+ deriving ( GHC.Generic ) +-- | For 'H.cons', 'H.tail', etc.+--+instance H.HVector InjuriesDetailListingPlayerListing + instance ToDb InjuriesDetailListingPlayerListingXml where -- | The DB analogue of a 'InjuriesDetailListingPlayerListingXml' is -- 'InjuriesDetailListingPlayerListing'.@@ -249,21 +278,15 @@ instance FromXmlFk InjuriesDetailListingPlayerListingXml where -- | To construct a 'InjuriesDetailListingPlayerListing' from a -- 'InjuriesDetailListingPlayerListingXml' we need to supply a- -- foreign key to an 'InjuriesDetailListing'.+ -- foreign key to an 'InjuriesDetailListing' after dropping the+ -- '_xml_player_team_id'. --- from_xml_fk fk InjuriesDetailListingPlayerListingXml{..} =- InjuriesDetailListingPlayerListing {- db_injuries_detail_listings_id = fk,- db_player_id = xml_player_id,- db_date = xml_date,- db_pos = xml_pos,- db_name = xml_name,- db_injury = xml_injury,- db_status = xml_status,- db_fantasy = xml_fantasy,- db_injured = xml_injured,- db_type = xml_type }+ -- The 'H.asCVec' trick allows type inference to proceed in the+ -- middle of two different magics.+ --+ from_xml_fk fk = (H.cons fk) . H.asCVec . H.tail + -- | This lets us insert the XML representation -- 'InjuriesDetailListingPlayerListingXml' directly. --@@ -320,7 +343,7 @@ constructors: - name: InjuriesDetailListingPlayerListing fields:- - name: db_injuries_detail_listings_id+ - name: _db_injuries_detail_listings_id reference: onDelete: cascade |]@@ -336,7 +359,7 @@ pickle_player_listing :: PU InjuriesDetailListingPlayerListingXml pickle_player_listing = xpElem "PlayerListing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp10Tuple (xpElem "TeamID" xpText) (xpElem "PlayerID" xpInt) (xpElem "Date" xp_date)@@ -349,16 +372,6 @@ (xpElem "Type" xpText) where from_tuple = uncurryN InjuriesDetailListingPlayerListingXml- to_tuple pl = (xml_player_team_id pl,- xml_player_id pl,- xml_date pl,- xml_pos pl,- xml_name pl,- xml_injury pl,- xml_status pl,- xml_fantasy pl,- xml_injured pl,- xml_type pl) -- | Convert 'Listing's to/from XML.@@ -366,15 +379,12 @@ pickle_listing :: PU InjuriesDetailListingXml pickle_listing = xpElem "Listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpTriple (xpElem "TeamID" xpText) (xpElem "FullName" xpText) (xpList pickle_player_listing) where from_tuple = uncurryN InjuriesDetailListingXml- to_tuple l = (xml_team_id l,- xml_full_name l,- xml_player_listings l) -- | Convert 'Message's to/from XML.@@ -382,7 +392,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -391,12 +401,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_listings m,- xml_time_stamp m) --@@ -464,7 +468,7 @@ let b = undefined :: InjuriesDetailListing let c = undefined :: InjuriesDetailListingPlayerListing actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/JFile.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -27,18 +28,18 @@ import Data.String.Utils ( split ) import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -121,9 +122,14 @@ xml_sport :: String, xml_gamelist :: JFileGameListXml, xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message++ instance ToDb Message where -- | The database analogue of a 'Message' is a 'JFile'. --@@ -199,6 +205,7 @@ deriving (Eq, Show) + -- | Database representation of a \<game\> contained within a -- \<message\>, and, implicitly, a \<gamelist\>. --@@ -245,9 +252,14 @@ xml_hscore :: Int, xml_time_remaining :: Maybe String, xml_game_status :: JFileGameStatus }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector JFileGameXml++ -- * JFileGameListXml -- | The XML representation of \<message\> -> \<gamelist\>. This@@ -421,7 +433,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -430,13 +442,8 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_gamelist m,- xml_time_stamp m) + pickle_gamelist :: PU JFileGameListXml pickle_gamelist = xpElem "gamelist" $@@ -451,7 +458,7 @@ pickle_game :: PU JFileGameXml pickle_game = xpElem "game" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp14Tuple (xpElem "game_id" xpInt) (xpElem "schedule_id" xpInt) pickle_odds_info@@ -468,25 +475,12 @@ pickle_status where from_tuple = uncurryN JFileGameXml- to_tuple m = (xml_game_id m,- xml_schedule_id m,- xml_odds_info m,- xml_season_type m,- xml_game_date m,- xml_game_time m,- xml_vteam m,- xml_vleague m,- xml_hteam m,- xml_hleague m,- xml_vscore m,- xml_hscore m,- xml_time_remaining m,- xml_game_status m) + pickle_odds_info :: PU JFileGameOddsInfo pickle_odds_info = xpElem "Odds_Info" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xp19Tuple (xpElem "ListDate" (xpOption xp_date)) (xpElem "HomeTeamID" (xpOption xpText)) (xpElem "AwayTeamID" (xpOption xpText))@@ -512,21 +506,21 @@ where notes = intercalate "\n" [n1,n2,n3,n4,n5] - to_tuple o = (db_list_date o,- db_info_home_team_id o,- db_info_away_team_id o,- db_home_abbr o,- db_away_abbr o,- db_home_team_name o,- db_away_team_name o,- db_home_starter o,- db_away_starter o,- db_game_date o,- db_home_game_key o,- db_away_game_key o,- db_current_timestamp o,- db_live o,- n1,n2,n3,n4,n5)+ to_tuple' o = (db_list_date o,+ db_info_home_team_id o,+ db_info_away_team_id o,+ db_home_abbr o,+ db_away_abbr o,+ db_home_team_name o,+ db_away_team_name o,+ db_home_starter o,+ db_away_starter o,+ db_game_date o,+ db_home_game_key o,+ db_away_game_key o,+ db_current_timestamp o,+ db_live o,+ n1,n2,n3,n4,n5) where note_lines = split "\n" (db_notes o) n1 = case note_lines of@@ -551,15 +545,13 @@ pickle_home_team :: PU HTeam pickle_home_team = xpElem "hteam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpAttr "teamid" xpText) -- Yeah, they're text. (xpAttr "abbr" (xpOption xpText)) -- Some are blank (xpOption xpText) -- Yup, some are nameless where from_tuple = HTeam . (uncurryN Team)- to_tuple (HTeam t) = (team_id t,- abbreviation t,- name t)+ to_tuple' (HTeam t) = H.convert t -- | (Un)pickle an away team to/from the dual XML/DB representation@@ -568,28 +560,26 @@ pickle_away_team :: PU VTeam pickle_away_team = xpElem "vteam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpAttr "teamid" xpText) -- Yeah, they're text. (xpAttr "abbr" (xpOption xpText)) -- Some are blank (xpOption xpText) -- Yup, some are nameless where from_tuple = VTeam . (uncurryN Team)- to_tuple (VTeam t) = (team_id t,- abbreviation t,- name t)+ to_tuple' (VTeam t) = H.convert t pickle_status :: PU JFileGameStatus pickle_status = xpElem "status" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpPair (xpAttr "numeral" xpInt) (xpOption xpText) where from_tuple = uncurry JFileGameStatus- to_tuple s = (db_status_numeral s,- db_status s) + -- Avoid unused field warnings.+ to_tuple' JFileGameStatus{..} = (db_status_numeral, db_status) --@@ -671,7 +661,7 @@ let c = undefined :: JFileGame actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/MLBEarlyLine.hs view
@@ -47,10 +47,8 @@ import Database.Groundhog ( countAll, deleteAll,- migrate,- runMigration,- silentMigrationLogger )-import Database.Groundhog.Generic ( runDbConn )+ migrate )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase )@@ -124,7 +122,7 @@ let b = undefined :: EarlyLineGame actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b _ <- dbimport results
src/TSN/XML/News.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-}@@ -27,19 +28,19 @@ import Data.List.Utils ( join, split ) import Data.Tuple.Curry ( uncurryN ) import Data.Typeable ( Typeable )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( countAll, deleteAll, insert_,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -100,13 +101,19 @@ -- prefix here so that the two names don't collide on \"id\" when -- Groundhog is creating its fields using our field namer. --+-- The leading underscores prevent unused field warnings.+-- data MsgId = MsgId {- db_msg_id :: Int,- db_event_id :: Maybe Int }- deriving (Data, Eq, Show, Typeable)+ _db_msg_id :: Int,+ _db_event_id :: Maybe Int }+ deriving (Data, Eq, GHC.Generic, Show, Typeable) +-- | For 'H.convert'.+--+instance H.HVector MsgId + -- | The XML representation of a news item (\<message\>). -- data Message =@@ -124,9 +131,14 @@ xml_text :: Maybe String, -- Text and continue seem to show up in pairs, xml_continue :: Maybe String, -- either both present or both missing. xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message++ -- | The database representation of a news item. We drop several -- uninteresting fields from 'Message', and omit the list fields which -- will be represented as join tables.@@ -157,6 +169,8 @@ -- | We use a record wildcard so GHC doesn't complain that we never -- used the field names. --+ -- To convert, we drop some fields.+ -- from_xml Message{..} = News { db_xml_file_id = xml_xml_file_id, db_mid = xml_mid, db_sport = xml_sport,@@ -181,8 +195,14 @@ data NewsTeamXml = NewsTeamXml { xml_team_id :: String, xml_team_name :: String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector NewsTeamXml++ instance ToDb NewsTeamXml where -- | The database representation of 'NewsTeamXml' is 'Team'. type Db NewsTeamXml = Team@@ -312,9 +332,9 @@ - embedded: MsgId fields:- - name: db_msg_id+ - name: _db_msg_id dbName: msg_id- - name: db_event_id+ - name: _db_event_id dbName: event_id - entity: News_Team@@ -356,15 +376,11 @@ pickle_news_team :: PU NewsTeamXml pickle_news_team = xpElem "team" $- xpWrap (from_pair, to_pair) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpAttr "id" xpText) xpText -- team name where- from_pair :: (String, String) -> NewsTeamXml- from_pair = uncurry NewsTeamXml-- to_pair :: NewsTeamXml -> (String, String)- to_pair (NewsTeamXml x y) = (x,y)+ from_tuple = uncurry NewsTeamXml -- | Convert a 'MsgId' to/from XML.@@ -372,11 +388,10 @@ pickle_msg_id :: PU MsgId pickle_msg_id = xpElem "msg_id" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair xpInt (xpAttr "EventId" (xpOption xpInt)) where from_tuple = uncurryN MsgId- to_tuple m = (db_msg_id m, db_event_id m) @@ -385,7 +400,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp13Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) pickle_msg_id@@ -401,20 +416,8 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m, -- Verbose,- xml_heading m, -- but- xml_mid m, -- eliminates- xml_category m, -- GHC- xml_sport m, -- warnings- xml_url m, -- .- xml_teams m, -- .- xml_locations m, -- .- xml_sms m,- xml_editor m,- xml_text m,- xml_continue m,- xml_time_stamp m) + -- | We combine all of the \<continue\> elements into one 'String' -- while unpickling and do the reverse while pickling. --@@ -540,7 +543,7 @@ let d = undefined :: News_Team let e = undefined :: News_Location actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/Odds.hs view
@@ -1,6 +1,8 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-}+{-# LANGUAGE PatternGuards #-} {-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TemplateHaskell #-}@@ -27,6 +29,7 @@ import Control.Monad ( forM_, join ) import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( (=.), (==.),@@ -34,15 +37,14 @@ deleteAll, insert_, migrate,- runMigration,- silentMigrationLogger, update ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.Read ( readMaybe )@@ -121,9 +123,14 @@ xml_casino_client_id :: Maybe Int, xml_casino_name :: Maybe String, xml_casino_line :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector OddsGameCasinoXml++ -- | Try to get a 'Double' out of the 'xml_casino_line' which is a -- priori textual (because it might be an over/under line). --@@ -167,9 +174,14 @@ OddsGameTeamStarterXml { xml_starter_id :: Int, xml_starter_name :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector OddsGameTeamStarterXml++ -- | The XML representation of a \<HomeTeam\> or \<AwayTeam\>, as -- found in \<Game\>s. We can't use the 'Team' representation -- directly because there are some other fields we need to parse.@@ -189,8 +201,14 @@ xml_team_name :: String, xml_team_starter :: Maybe OddsGameTeamStarterXml, xml_team_casinos :: [OddsGameCasinoXml] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector OddsGameTeamXml++ instance ToDb OddsGameTeamXml where -- | The database representation of an 'OddsGameTeamXml' is an -- 'OddsGameTeam'.@@ -279,8 +297,14 @@ xml_away_team :: OddsGameTeamXml, xml_home_team :: OddsGameTeamXml, xml_over_under :: OddsGameOverUnderXml }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector OddsGameXml++ -- | Pseudo-field that lets us get the 'OddsGameCasinoXml's out of -- xml_over_under. --@@ -414,8 +438,13 @@ xml_line_time :: String, xml_games_with_notes :: [OddsGameWithNotes], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message++ -- | Pseudo-field that lets us get the 'OddsGame's out of -- 'xml_games_with_notes'. --@@ -589,9 +618,10 @@ where nonempty_casino :: OddsGameCasinoXml -> Bool- nonempty_casino (OddsGameCasinoXml Nothing _ _) = False- nonempty_casino (OddsGameCasinoXml _ Nothing _) = False- nonempty_casino _ = True+ nonempty_casino OddsGameCasinoXml{..}+ | Nothing <- xml_casino_client_id = False+ | Nothing <- xml_casino_name = False+ | otherwise = True -- -- Pickling@@ -616,17 +646,13 @@ pickle_casino :: PU OddsGameCasinoXml pickle_casino = xpElem "Casino" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpTriple (xpAttr "ClientID" $ xpOption xpInt) (xpAttr "Name" $ xpOption xpText) (xpOption xpText) where from_tuple = uncurryN OddsGameCasinoXml- -- Use record wildcards to avoid unused field warnings.- to_tuple OddsGameCasinoXml{..} = (xml_casino_client_id,- xml_casino_name,- xml_casino_line) -- | Pickler for an 'OddsGameTeamXml'.@@ -634,7 +660,7 @@ pickle_home_team :: PU OddsGameTeamXml pickle_home_team = xpElem "HomeTeam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "HomeTeamID" xpText) (xpElem "HomeRotationNumber" (xpOption xpInt))@@ -645,13 +671,6 @@ where from_tuple = uncurryN OddsGameTeamXml - -- Use record wildcards to avoid unused field warnings.- to_tuple OddsGameTeamXml{..} = (xml_team_id,- xml_team_rotation_number,- xml_team_abbr,- xml_team_name,- xml_team_starter,- xml_team_casinos) -- | Portion of the 'OddsGameTeamStarterXml' pickler that is not@@ -659,13 +678,12 @@ -- pickle_starter :: PU OddsGameTeamStarterXml pickle_starter =- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpAttr "ID" xpInt) (xpOption xpText) where from_tuple = uncurry OddsGameTeamStarterXml- to_tuple OddsGameTeamStarterXml{..} = (xml_starter_id,- xml_starter_name) + -- | Pickler for an home team 'OddsGameTeamStarterXml' -- pickle_home_starter :: PU OddsGameTeamStarterXml@@ -684,7 +702,7 @@ pickle_away_team :: PU OddsGameTeamXml pickle_away_team = xpElem "AwayTeam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "AwayTeamID" xpText) (xpElem "AwayRotationNumber" (xpOption xpInt))@@ -695,16 +713,8 @@ where from_tuple = uncurryN OddsGameTeamXml - -- Use record wildcards to avoid unused field warnings.- to_tuple OddsGameTeamXml{..} = (xml_team_id,- xml_team_rotation_number,- xml_team_abbr,- xml_team_name,- xml_team_starter,- xml_team_casinos) - -- | Pickler for an 'OddsGameOverUnderXml'. -- pickle_over_under :: PU OddsGameOverUnderXml@@ -722,7 +732,7 @@ pickle_game :: PU OddsGameXml pickle_game = xpElem "Game" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "GameID" xpInt) (xpElem "Game_Date" xp_date_padded)@@ -732,13 +742,6 @@ pickle_over_under where from_tuple = uncurryN OddsGameXml- -- Use record wildcards to avoid unused field warnings.- to_tuple OddsGameXml{..} = (xml_game_id,- xml_game_date,- xml_game_time,- xml_away_team,- xml_home_team,- xml_over_under) -- | Pickler for the top-level 'Message'.@@ -746,7 +749,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp8Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -757,14 +760,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_title m,- xml_line_time m,- xml_games_with_notes m,- xml_time_stamp m) --@@ -900,7 +895,7 @@ let d = undefined :: OddsGame let e = undefined :: OddsGameLine actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/ScheduleChanges.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -25,19 +26,19 @@ import Control.Monad ( forM_ ) import Data.Time ( UTCTime(..) ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( countAll, deleteAll, insert_,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -104,9 +105,14 @@ ScheduleChangeXml { xml_sc_sport :: String, xml_sc_listings :: [ScheduleChangesListingXml] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector ScheduleChangeXml++ -- | XML representation of a 'ScheduleChanges'. It has the same -- fields, but in addition contains the 'xml_listings'. --@@ -118,10 +124,14 @@ xml_sport :: String, xml_schedule_changes :: [ScheduleChangeXml], xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector Message + instance ToDb Message where -- | The database analogue of a 'Message' is a 'ScheduleChanges'. --@@ -157,13 +167,20 @@ -- like, \<status numeral=\"4\"\>FINAL\</status\> within the XML, -- but they're in one-to-one correspondence with the listings. --+-- The leading underscores prevent unused field warnings.+-- data ScheduleChangesListingStatus = ScheduleChangesListingStatus {- db_status_numeral :: Int,- db_status :: Maybe String } -- Yes, they can be empty.- deriving (Eq, Show)+ _db_status_numeral :: Int,+ _db_status :: Maybe String } -- Yes, they can be empty.+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector ScheduleChangesListingStatus++ -- | Database representation of a \<SC_Listing\> contained within a -- \<Schedule_Change\>, within a \<message\>. During the transition -- to the database, we drop the intermediate \<Schedule_Change\>@@ -206,9 +223,14 @@ xml_hscore :: Int, xml_listing_status :: ScheduleChangesListingStatus, xml_notes :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector ScheduleChangesListingXml++ instance ToDb ScheduleChangesListingXml where -- | The database analogue of an 'ScheduleChangesListingXml' is -- an 'ScheduleChangesListing'.@@ -327,9 +349,9 @@ - embedded: ScheduleChangesListingStatus fields:- - name: db_status_numeral+ - name: _db_status_numeral dbName: status_numeral- - name: db_status+ - name: _db_status dbName: status |]@@ -345,12 +367,12 @@ pickle_away_team :: PU VTeam pickle_away_team = xpElem "Away_Team" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpPair (xpAttr "AT_ID" xpText) (xpOption xpText) where from_tuple (x,y) = VTeam (Team x Nothing y)- to_tuple (VTeam t) = (team_id t, name t)+ to_tuple' (VTeam t) = (team_id t, name t) -- | An (un)pickler for the \<Away_Team\> elements.@@ -358,12 +380,12 @@ pickle_home_team :: PU HTeam pickle_home_team = xpElem "Home_Team" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpPair (xpAttr "HT_ID" xpText) (xpOption xpText) where from_tuple (x,y) = HTeam (Team x Nothing y)- to_tuple (HTeam t) = (team_id t, name t)+ to_tuple' (HTeam t) = (team_id t, name t) -- | An (un)pickler for the \<status\> elements.@@ -371,13 +393,11 @@ pickle_status :: PU ScheduleChangesListingStatus pickle_status = xpElem "status" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpAttr "numeral" xpInt) (xpOption xpText) where from_tuple = uncurry ScheduleChangesListingStatus- to_tuple s = (db_status_numeral s,- db_status s) -- | An (un)pickler for the \<SC_Listing\> elements.@@ -385,7 +405,7 @@ pickle_listing :: PU ScheduleChangesListingXml pickle_listing = xpElem "SC_Listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp11Tuple (xpAttr "type" xpText) (xpElem "Schedule_ID" xpInt) (xpElem "Game_Date" xp_date_padded)@@ -399,17 +419,6 @@ (xpElem "notes" (xpOption xpText)) where from_tuple = uncurryN ScheduleChangesListingXml- to_tuple l = (xml_type l,- xml_schedule_id l,- xml_game_date l,- xml_game_time l,- xml_location l,- xml_away_team l,- xml_home_team l,- xml_vscore l,- xml_hscore l,- xml_listing_status l,- xml_notes l) -- | An (un)pickler for the \<Schedule_Change\> elements.@@ -417,13 +426,11 @@ pickle_schedule_change :: PU ScheduleChangeXml pickle_schedule_change = xpElem "Schedule_Change" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpPair (xpAttr "Sport" xpText) (xpList pickle_listing) where from_tuple = uncurry ScheduleChangeXml- to_tuple sc = (xml_sc_sport sc,- xml_sc_listings sc) -- | Pickler for the top-level 'Message'.@@ -431,7 +438,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp6Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "category" xpText)@@ -440,12 +447,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_category m,- xml_sport m,- xml_schedule_changes m,- xml_time_stamp m) @@ -501,7 +502,7 @@ let c = undefined :: ScheduleChangesListing actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/Scores.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-}@@ -26,19 +27,19 @@ import Data.Time ( UTCTime ) import Data.Tuple.Curry ( uncurryN ) import Data.Typeable ( Typeable )+import qualified Data.Vector.HFixed as H ( HVector, convert ) import Database.Groundhog ( countAll, deleteAll, insert_,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -122,8 +123,14 @@ xml_season_type :: Maybe String, -- ^ We've seen an empty one xml_game :: ScoreGameXml, xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector Message++ instance ToDb Message where -- | The database representation of a 'Message' is a 'Score'. type Db Message = Score@@ -194,9 +201,14 @@ xml_time_r :: Maybe String, -- ^ Time remaining, the format is uncertain. xml_status :: ScoreGameStatus, xml_notes :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector ScoreGameXml++ instance ToDb ScoreGameXml where -- | The database representation of a 'ScoreGameXml' is a -- 'ScoreGame'.@@ -215,6 +227,10 @@ -- | To create a 'ScoreGame' from a 'ScoreGameXml', we need three -- foreign keys: the parent message, and the away/home teams. --+ -- During conversion, we also get the pitchers out of the teams;+ -- unfortunately this prevents us from making the conversion+ -- generically.+ -- from_xml_fk_teams fk fk_away fk_home ScoreGameXml{..} = ScoreGame { db_scores_id = fk,@@ -402,7 +418,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp11Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText) (xpElem "game_id" (xpOption xpInt))@@ -416,21 +432,9 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple m = (xml_xml_file_id m,- xml_heading m,- xml_game_id m,- xml_schedule_id m,- xml_tsnupdate m,- xml_category m,- xml_sport m,- xml_locations m,- xml_season_type m,- xml_game m,- xml_time_stamp m) - -- | Convert a 'ScoreGameStatus' to/from \<status\>. The \"type\" -- attribute can be either missing or empty, so we're really parsing -- a double-Maybe here. We use the monad join to collapse it into@@ -439,18 +443,18 @@ pickle_status :: PU ScoreGameStatus pickle_status = xpElem "status" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpAttr "numeral" $ xpOption xpInt) (xpOption $ xpAttr "type" $ xpOption xpText) xpText where from_tuple (x,y,z) = ScoreGameStatus x (join y) z- to_tuple ScoreGameStatus{..} =+ to_tuple' ScoreGameStatus{..} = (db_status_numeral, s, db_status_text) where- s = case db_status_type of- Nothing -> Nothing- Just _ -> Just db_status_type+ s = case db_status_type of+ Nothing -> Nothing+ Just _ -> Just db_status_type -- | Convert a 'ScoreGameXml' to/from \<game\>.@@ -458,7 +462,7 @@ pickle_game :: PU ScoreGameXml pickle_game = xpElem "game" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp7Tuple pickle_vteam pickle_hteam (xpElem "vscore" xpInt)@@ -468,13 +472,6 @@ (xpOption $ xpElem "notes" xpText) where from_tuple = uncurryN ScoreGameXml- to_tuple ScoreGameXml{..} = (xml_vteam,- xml_hteam,- xml_away_team_score,- xml_home_team_score,- xml_time_r,- xml_status,- xml_notes) -- | Convert a 'VTeamXml' to/from \<vteam\>. The team names@@ -492,15 +489,15 @@ pickle_vteam :: PU VTeamXml pickle_vteam = xpElem "vteam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpAttr "id" xpText) (xpOption $ xpAttr "pitcher" (xpOption xpText)) (xpOption xpText) -- Team name where from_tuple (x,y,z) = VTeamXml (VTeam (Team x Nothing z)) (join y) - to_tuple (VTeamXml (VTeam t) Nothing) = (team_id t, Nothing, name t)- to_tuple (VTeamXml (VTeam t) jvp) = (team_id t, Just jvp, name t)+ to_tuple' (VTeamXml (VTeam t) Nothing) = (team_id t, Nothing, name t)+ to_tuple' (VTeamXml (VTeam t) jvp) = (team_id t, Just jvp, name t) -- | Convert a 'HTeamXml' to/from \<hteam\>. Identical to 'pickle_vteam'@@ -519,14 +516,14 @@ pickle_hteam :: PU HTeamXml pickle_hteam = xpElem "hteam" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, to_tuple') $ xpTriple (xpAttr "id" xpText) (xpOption $ xpAttr "pitcher" (xpOption xpText)) (xpOption xpText) -- Team name where from_tuple (x,y,z)= HTeamXml (HTeam (Team x Nothing z)) (join y)- to_tuple (HTeamXml (HTeam t) Nothing) = (team_id t, Nothing, name t)- to_tuple (HTeamXml (HTeam t) jhp) = (team_id t, Just jhp, name t)+ to_tuple' (HTeamXml (HTeam t) Nothing) = (team_id t, Nothing, name t)+ to_tuple' (HTeamXml (HTeam t) jhp) = (team_id t, Just jhp, name t) @@ -630,7 +627,7 @@ let d = undefined :: ScoreGame let e = undefined :: Score_Location actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
src/TSN/XML/SportInfo.hs view
@@ -30,10 +30,8 @@ import Database.Groundhog ( countAll, insert_,- migrate,- runMigration,- silentMigrationLogger )-import Database.Groundhog.Generic ( runDbConn )+ migrate )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( defaultCodegenConfig,@@ -73,11 +71,16 @@ "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_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",@@ -162,19 +165,29 @@ "NCAA_Conference_Schedule_XML.dtd", "nflfirstdownxml.dtd", "NFLFumbleLeaderXML.dtd",+ "NFLGrassTurfDomeOutsideXML.dtd", "NFLGiveTakeXML.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",@@ -320,7 +333,7 @@ xmltrees <- mapM unsafe_read_document sport_info_test_files let msgs = rights $ map (parse_xml "dummy") xmltrees actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $+ runMigrationSilent $ migrate (undefined :: SportInfo) mapM_ dbimport msgs countAll (undefined :: SportInfo)
src/TSN/XML/Weather.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE QuasiQuotes #-}@@ -27,19 +28,19 @@ import Control.Monad ( forM_ ) import Data.Time ( UTCTime ) import Data.Tuple.Curry ( uncurryN )+import qualified Data.Vector.HFixed as H ( HVector, cons, convert ) import Database.Groundhog ( countAll, deleteAll, insert_,- migrate,- runMigration,- silentMigrationLogger )+ migrate ) import Database.Groundhog.Core ( DefaultKey )-import Database.Groundhog.Generic ( runDbConn )+import Database.Groundhog.Generic ( runDbConn, runMigrationSilent ) import Database.Groundhog.Sqlite ( withSqliteConn ) import Database.Groundhog.TH ( groundhog, mkPersist )+import qualified GHC.Generics as GHC ( Generic ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( (@?=), testCase ) import Text.XML.HXT.Core (@@ -102,9 +103,14 @@ WeatherForecastListingXml { xml_teams :: String, xml_weather :: Maybe String }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector WeatherForecastListingXml++ -- | Database representation of a weather forecast listing. The -- 'db_league_name' field should come from the containing \<league\> -- element which is not stored in the database.@@ -167,9 +173,14 @@ WeatherForecastXml { xml_game_date :: UTCTime, xml_leagues :: [WeatherLeague] }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector WeatherForecastXml++ instance ToDb WeatherForecastXml where -- | The database representation of a 'WeatherForecastXml' is a -- 'WeatherForecast'.@@ -189,6 +200,8 @@ -- add the foreign key to the containing 'Weather', and copy the -- game date. --+ -- This is so short it's pointless to do it generically.+ -- from_xml_fk fk WeatherForecastXml{..} = WeatherForecast { db_weather_id = fk,@@ -222,12 +235,27 @@ -- present in each \<Item\>s. -- data WeatherDetailedWeatherListingXml =- WeatherDetailedWeatherListingXml {- xml_dtl_listing_sport :: String,- xml_dtl_listing_sport_code :: String,- xml_items :: [WeatherDetailedWeatherListingItemXml] }- deriving (Eq, Show)+ WeatherDetailedWeatherListingXml+ String -- xml_dtl_listing_sport, unused+ String -- xml_dtl_listing_sport_code, unused+ [WeatherDetailedWeatherListingItemXml] -- xml_items+ deriving (Eq, GHC.Generic, Show) ++-- | Accessor for the third field of WeatherDetailedWeatherListingXml.+-- We don't use field names to avoid the unused field warnings that+-- we'd otherwise get for the first two fields.+--+xml_items :: WeatherDetailedWeatherListingXml+ -> [WeatherDetailedWeatherListingItemXml]+xml_items (WeatherDetailedWeatherListingXml _ _ items) = items+++-- | For 'H.convert'.+--+instance H.HVector WeatherDetailedWeatherListingXml++ -- * WeatherDetailedWeatherListingItem / WeatherDetailedWeatherListingItemXml -- | Database representation of a detailed weather item. The away/home@@ -237,38 +265,52 @@ -- We also drop the sport name, because it's given in the parent -- 'Weather'. --+-- The leading underscores prevent unused field warnings.+-- data WeatherDetailedWeatherListingItem = WeatherDetailedWeatherListingItem {- db_dtl_weather_id :: DefaultKey Weather, -- ^ Avoid name collision by+ _db_dtl_weather_id :: DefaultKey Weather, -- ^ Avoid name collision by -- using \"dtl\" prefix.- db_sport_code :: String,- db_game_id :: Int,- db_dtl_game_date :: UTCTime, -- ^ Avoid name clash with \"dtl\" prefix- db_away_team :: String,- db_home_team :: String,- db_weather_type :: Int,- db_description :: Maybe String,- db_temp_adjust :: Maybe String,- db_temperature :: Int }+ _db_sport_code :: String,+ _db_game_id :: Int,+ _db_dtl_game_date :: UTCTime, -- ^ Avoid name clash with \"dtl\" prefix+ _db_away_team :: String,+ _db_home_team :: String,+ _db_weather_type :: Int,+ _db_description :: Maybe String,+ _db_temp_adjust :: Maybe String,+ _db_temperature :: Int }+ deriving ( GHC.Generic ) +-- | For 'H.cons' and 'H.convert'.+--+instance H.HVector WeatherDetailedWeatherListingItem + -- | XML representation of a detailed weather item. Same as the -- database representation, only without the foreign key and the -- sport name that comes from the containing listing.+--+-- The leading underscores prevent unused field warnings.+-- data WeatherDetailedWeatherListingItemXml = WeatherDetailedWeatherListingItemXml {- xml_sport_code :: String,- xml_game_id :: Int,- xml_dtl_game_date :: UTCTime,- xml_away_team :: String,- xml_home_team :: String,- xml_weather_type :: Int,- xml_description :: Maybe String,- xml_temp_adjust :: Maybe String,- xml_temperature :: Int }- deriving (Eq, Show)+ _xml_sport_code :: String,+ _xml_game_id :: Int,+ _xml_dtl_game_date :: UTCTime,+ _xml_away_team :: String,+ _xml_home_team :: String,+ _xml_weather_type :: Int,+ _xml_description :: Maybe String,+ _xml_temp_adjust :: Maybe String,+ _xml_temperature :: Int }+ deriving (Eq, GHC.Generic, Show) +-- | For 'H.convert'.+--+instance H.HVector WeatherDetailedWeatherListingItemXml+ instance ToDb WeatherDetailedWeatherListingItemXml where -- | Our database analogue is a 'WeatherDetailedWeatherListingItem'. type Db WeatherDetailedWeatherListingItemXml =@@ -282,18 +324,7 @@ instance FromXmlFk WeatherDetailedWeatherListingItemXml where -- | To convert from the XML to database representation, we simply -- add the foreign key (to Weather) and copy the rest of the fields.- from_xml_fk fk WeatherDetailedWeatherListingItemXml{..} =- WeatherDetailedWeatherListingItem {- db_dtl_weather_id = fk,- db_sport_code = xml_sport_code,- db_game_id = xml_game_id,- db_dtl_game_date = xml_dtl_game_date,- db_away_team = xml_away_team,- db_home_team = xml_home_team,- db_weather_type = xml_weather_type,- db_description = xml_description,- db_temp_adjust = xml_temp_adjust,- db_temperature = xml_temperature }+ from_xml_fk = H.cons -- | This allows us to insert the XML representation directly without -- having to do the manual XML -\> DB conversion.@@ -326,8 +357,14 @@ xml_forecasts :: [WeatherForecastXml], xml_detailed_weather :: Maybe WeatherDetailedWeatherXml, xml_time_stamp :: UTCTime }- deriving (Eq, Show)+ deriving (Eq, GHC.Generic, Show) ++-- | For 'H.convert'.+--+instance H.HVector Message++ instance ToDb Message where -- | The database representation of 'Message' is 'Weather'. --@@ -389,11 +426,11 @@ constructors: - name: WeatherDetailedWeatherListingItem fields:- - name: db_dtl_weather_id+ - name: _db_dtl_weather_id dbName: weather_id reference: onDelete: cascade- - name: db_dtl_game_date+ - name: _db_dtl_game_date dbName: game_date |]@@ -503,16 +540,15 @@ pickle_listing :: PU WeatherForecastListingXml pickle_listing = xpElem "listing" $- xpWrap (from_pair, to_pair) $+ xpWrap (from_pair, H.convert) $ xpPair (xpElem "teams" xpText) (xpElem "weather" (xpOption xpText)) where--- from_pair (ts, Nothing) = WeatherForecastListingXml ts (Just "") from_pair = uncurry WeatherForecastListingXml- to_pair WeatherForecastListingXml{..} = (xml_teams, xml_weather) + -- | Pickler to convert a 'WeatherLeague' to/from XML. -- pickle_league :: PU WeatherLeague@@ -548,7 +584,7 @@ pickle_item :: PU WeatherDetailedWeatherListingItemXml pickle_item = xpElem "Item" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp9Tuple (xpElem "Sportcode" xpText) (xpElem "GameID" xpInt) (xpElem "Gamedate" xp_datetime)@@ -560,31 +596,20 @@ (xpElem "Temperature" xpInt) where from_tuple = uncurryN WeatherDetailedWeatherListingItemXml- to_tuple w = (xml_sport_code w,- xml_game_id w,- xml_dtl_game_date w,- xml_away_team w,- xml_home_team w,- xml_weather_type w,- xml_description w,- xml_temp_adjust w,- xml_temperature w) + -- | (Un)pickle a 'WeatherDetailedWeatherListingXml'. -- pickle_dw_listing :: PU WeatherDetailedWeatherListingXml pickle_dw_listing = xpElem "DW_Listing" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xpTriple (xpAttr "SportCode" xpText) (xpAttr "Sport" xpText) (xpList pickle_item) where from_tuple = uncurryN WeatherDetailedWeatherListingXml- to_tuple w = (xml_dtl_listing_sport w,- xml_dtl_listing_sport_code w,- xml_items w) -- | (Un)pickle a 'WeatherDetailedWeatherXml'@@ -601,7 +626,7 @@ pickle_message :: PU Message pickle_message = xpElem "message" $- xpWrap (from_tuple, to_tuple) $+ xpWrap (from_tuple, H.convert) $ xp8Tuple (xpElem "XML_File_ID" xpInt) (xpElem "heading" xpText)@@ -613,14 +638,6 @@ (xpElem "time_stamp" xp_time_stamp) where from_tuple = uncurryN Message- to_tuple Message{..} = (xml_xml_file_id,- xml_heading,- xml_category,- xml_sport,- xml_title,- xml_forecasts,- xml_detailed_weather,- xml_time_stamp) --@@ -690,7 +707,7 @@ let c = undefined :: WeatherForecastListing let d = undefined :: WeatherDetailedWeatherListingItem actual <- withSqliteConn ":memory:" $ runDbConn $ do- runMigration silentMigrationLogger $ do+ runMigrationSilent $ do migrate a migrate b migrate c
test/TestSuite.hs view
@@ -2,6 +2,7 @@ import TSN.Parse ( parse_tests ) import TSN.Picklers ( pickler_tests )+import TSN.XML.AutoRacingDriverList ( auto_racing_driver_list_tests ) import TSN.XML.AutoRacingResults ( auto_racing_results_tests ) import TSN.XML.AutoRacingSchedule ( auto_racing_schedule_tests ) import TSN.XML.EarlyLine ( early_line_tests )@@ -21,7 +22,8 @@ tests :: TestTree tests = testGroup "All tests"- [ auto_racing_results_tests,+ [ auto_racing_driver_list_tests,+ auto_racing_results_tests, auto_racing_schedule_tests, early_line_tests, game_info_tests,
test/shell/import-duplicates.test view
@@ -16,7 +16,7 @@ # and a newsxml that aren't really supposed to import. find ./test/xml -maxdepth 1 -name '*.xml' | wc -l >>>-38+40 >>>= 0 # Run the imports again; we should get complaints about the duplicate@@ -26,7 +26,7 @@ # know, sorry. ./dist/build/htsn-import/htsn-import -c 'shelltest.sqlite3' test/xml/*.xml 2>&1 | grep ERROR | wc -l >>>-68+72 >>>= 0 # Finally, clean up after ourselves.
+ test/xml/AutoRacingDriverList.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT Title (#PCDATA)>+<!ELEMENT DriverID (#PCDATA)>+<!ELEMENT Driver (#PCDATA)>+<!ELEMENT Height (#PCDATA)>+<!ELEMENT Weight (#PCDATA)>+<!ELEMENT DOB (#PCDATA)>+<!ELEMENT Hometown (#PCDATA)>+<!ELEMENT Nationality (#PCDATA)>+<!ELEMENT Car_Number (#PCDATA)>+<!ELEMENT Car (#PCDATA)>+<!ELEMENT Listing ( ( DriverID, Driver, Height, Weight, DOB, Hometown, Nationality, Car_Number, Car ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, Title, Listing*, time_stamp ) )>
+ test/xml/AutoRacingDriverList.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Leader 1.0/EN" "AutoRacingDriverList.dtd"> <message> <XML_File_ID>21161328</XML_File_ID> <heading>ASB%BUSCH-DRIVERS</heading> <category>Statistics</category> <sport>NASCAR-B</sport> <Title>NASCAR Nationwide Drivers</Title> <Listing> <DriverID>1088</DriverID> <Driver>Kelly Admiraal</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/27/1995</DOB> <Hometown>Slave Lake, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>29</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>986</DriverID> <Driver>Nur Ali</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/12/1974</DOB> <Hometown>Karachi, Pakistan</Hometown> <Nationality>Pakistani</Nationality> <Car_Number>75</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1348</DriverID> <Driver>Tim Andrews</Driver> <Height>6`5</Height> <Weight>150</Weight> <DOB>1/15/1983</DOB> <Hometown>Concord, NC</Hometown> <Nationality>American</Nationality> <Car_Number>92</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1041</DriverID> <Driver>Dakoda Armstrong</Driver> <Height></Height> <Weight>0</Weight> <DOB>7/16/1991</DOB> <Hometown>New Castle, IN</Hometown> <Nationality>American</Nationality> <Car_Number>43</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1352</DriverID> <Driver>Tim Bainey Jr.</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/24/1978</DOB> <Hometown>Philipsburg, PA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>189</DriverID> <Driver>Stanton Barrett</Driver> <Height>6`1</Height> <Weight>185</Weight> <DOB>12/1/1972</DOB> <Hometown>Bishop, CA</Hometown> <Nationality>American</Nationality> <Car_Number>15</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1343</DriverID> <Driver>Trevor Bayne</Driver> <Height>5`11"</Height> <Weight>170</Weight> <DOB>2/19/1991</DOB> <Hometown>Knoxville, TN</Hometown> <Nationality>American</Nationality> <Car_Number>6</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1046</DriverID> <Driver>Matthew Bell</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/31/1985</DOB> <Hometown>Los Altos, CA</Hometown> <Nationality>American</Nationality> <Car_Number>39</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1047</DriverID> <Driver>Tanner Berryhill</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/29/1993</DOB> <Hometown>Bixby, OK</Hometown> <Nationality>American</Nationality> <Car_Number>17</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>989</DriverID> <Driver>John Blankenship</Driver> <Height></Height> <Weight>0</Weight> <DOB>7/3/1981</DOB> <Hometown>Williamson, WV</Hometown> <Nationality>American</Nationality> <Car_Number>44</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>99</DriverID> <Driver>Mike Bliss</Driver> <Height>6`1</Height> <Weight>180</Weight> <DOB>4/5/1965</DOB> <Hometown>Milwaukie, OR</Hometown> <Nationality>American</Nationality> <Car_Number>19</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1011</DriverID> <Driver>Juan Carlos Blum</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/7/1994</DOB> <Hometown>Guadalajra, Mexico</Hometown> <Nationality>Mexican</Nationality> <Car_Number>23</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1495</DriverID> <Driver>Chad Boat</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/30/1992</DOB> <Hometown>Phoenix, AZ</Hometown> <Nationality>American</Nationality> <Car_Number>84</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>100</DriverID> <Driver>Todd Bodine</Driver> <Height>5`7</Height> <Weight>190</Weight> <DOB>2/27/1964</DOB> <Hometown>Chemung, NY</Hometown> <Nationality>American</Nationality> <Car_Number>55</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1388</DriverID> <Driver>Jason Bowles</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/4/1982</DOB> <Hometown>Ontario, CA</Hometown> <Nationality>American</Nationality> <Car_Number>46</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1292</DriverID> <Driver>James Buescher</Driver> <Height>5`8</Height> <Weight>145</Weight> <DOB>3/26/1990</DOB> <Hometown>Plano, TX</Hometown> <Nationality>American</Nationality> <Car_Number>99</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>653</DriverID> <Driver>Chris Buescher</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/29/1992</DOB> <Hometown>Prosper, TX</Hometown> <Nationality>American</Nationality> <Car_Number>60</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1346</DriverID> <Driver>Brett Butler</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/10/1985</DOB> <Hometown>Lilburn, GA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1247</DriverID> <Driver>Ken Butler</Driver> <Height>5`9</Height> <Weight>170</Weight> <DOB>5/2/1982</DOB> <Hometown>Lilburn, GA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>652</DriverID> <Driver>Sean Caisse</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/30/1986</DOB> <Hometown>Pelham, NH</Hometown> <Nationality>American</Nationality> <Car_Number>39</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>415</DriverID> <Driver>Matt Carter</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/13/1981</DOB> <Hometown>Denver, NC</Hometown> <Nationality>American</Nationality> <Car_Number>13</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1256</DriverID> <Driver>Landon Cassill</Driver> <Height>5`7</Height> <Weight>145</Weight> <DOB>7/7/1989</DOB> <Hometown>Fairfax, IA</Hometown> <Nationality>American</Nationality> <Car_Number>01</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>350</DriverID> <Driver>Jeremy Clements</Driver> <Height>5`6</Height> <Weight>130</Weight> <DOB>1/16/1985</DOB> <Hometown>Spartanburg, SC</Hometown> <Nationality>American</Nationality> <Car_Number>51</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1498</DriverID> <Driver>Cale Conley</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/13/1992</DOB> <Hometown>Vienna, WV</Hometown> <Nationality>American</Nationality> <Car_Number>33</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1056</DriverID> <Driver>Tim Connolly</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/15/1961</DOB> <Hometown>Endicott, NY</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>102</DriverID> <Driver>Carlos Contreras</Driver> <Height>5`10</Height> <Weight>175</Weight> <DOB>6/8/1970</DOB> <Hometown>Mexico City, Mexico</Hometown> <Nationality>Mexican</Nationality> <Car_Number>23</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>530</DriverID> <Driver>Chris Cook</Driver> <Height></Height> <Weight>0</Weight> <DOB>12/23/1971</DOB> <Hometown>Phoenix, AZ</Hometown> <Nationality>American</Nationality> <Car_Number>15</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1458</DriverID> <Driver>Amber Cope</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/18/1983</DOB> <Hometown>Puyallup, WA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1459</DriverID> <Driver>Angela Cope</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/18/1983</DOB> <Hometown>Puyallup, WA</Hometown> <Nationality>American</Nationality> <Car_Number>00</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>188</DriverID> <Driver>Derrike Cope</Driver> <Height>5`7</Height> <Weight>180</Weight> <DOB>11/3/1958</DOB> <Hometown>Spanaway, WA</Hometown> <Nationality>American</Nationality> <Car_Number>70</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1230</DriverID> <Driver>Tim Cowen</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/18/1958</DOB> <Hometown>Ashland, OH</Hometown> <Nationality>American</Nationality> <Car_Number>86</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>987</DriverID> <Driver>Alx Danielsson</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/1/1981</DOB> <Hometown>Ostersund, Sweden</Hometown> <Nationality>Swedish</Nationality> <Car_Number>73</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>475</DriverID> <Driver>Erik Darnell</Driver> <Height>6`0</Height> <Weight>145</Weight> <DOB>12/2/1982</DOB> <Hometown>Beach Park, FL</Hometown> <Nationality>American</Nationality> <Car_Number>40</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1320</DriverID> <Driver>Marc Davis</Driver> <Height>5`8</Height> <Weight>185</Weight> <DOB>6/23/1990</DOB> <Hometown>Silver Spring, MD</Hometown> <Nationality>American</Nationality> <Car_Number>03</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1385</DriverID> <Driver>Matt DiBenedetto</Driver> <Height></Height> <Weight>0</Weight> <DOB>7/27/1991</DOB> <Hometown>Grass Valley, CA</Hometown> <Nationality>American</Nationality> <Car_Number>40</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1376</DriverID> <Driver>Jamie Dick</Driver> <Height>6`2"</Height> <Weight>195</Weight> <DOB>2/5/1989</DOB> <Hometown>El Paso, TX</Hometown> <Nationality>American</Nationality> <Car_Number>55</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1061</DriverID> <Driver>Ty Dillon</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/27/1992</DOB> <Hometown>Lexington, NC</Hometown> <Nationality>American</Nationality> <Car_Number>3</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>976</DriverID> <Driver>Noel Dowler</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/17/1993</DOB> <Hometown>Sherwood Park, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>41</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1067</DriverID> <Driver>Maryeve Dufault</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/21/1982</DOB> <Hometown>Sorel, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>79</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1063</DriverID> <Driver>T.J. Duke</Driver> <Height></Height> <Weight>0</Weight> <DOB>9/21/1993</DOB> <Hometown>Southwest Ranches, FL</Hometown> <Nationality>American</Nationality> <Car_Number>79</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1374</DriverID> <Driver>Jean Francois Dumoulin</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/5/1976</DOB> <Hometown>Trois-Rivieres, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>03</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>995</DriverID> <Driver>Louis Philippe Dumoulin</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/21/1979</DOB> <Hometown>Trois-Rivieres, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>08</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1353</DriverID> <Driver>Jeffrey Earnhardt</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/22/1989</DOB> <Hometown>Mooresville, NC</Hometown> <Nationality>American</Nationality> <Car_Number>4</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1251</DriverID> <Driver>Danny Efland</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/4/1988</DOB> <Hometown>Irmo, SC</Hometown> <Nationality>American</Nationality> <Car_Number>50</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>960</DriverID> <Driver>Chase Elliott</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/28/1995</DOB> <Hometown>Dawsonville, GA</Hometown> <Nationality>American</Nationality> <Car_Number>9</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>996</DriverID> <Driver>Ryan Ellis</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/29/1989</DOB> <Hometown>Torrance, CA</Hometown> <Nationality>American</Nationality> <Car_Number>46</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1485</DriverID> <Driver>Kyle Fowler</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/27/1992</DOB> <Hometown>Smyrna, GA</Hometown> <Nationality>American</Nationality> <Car_Number>86</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1068</DriverID> <Driver>Matt Frahm</Driver> <Height></Height> <Weight>0</Weight> <DOB>3/16/1990</DOB> <Hometown>North Salem, NH</Hometown> <Nationality>American</Nationality> <Car_Number>42</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>944</DriverID> <Driver>Anthony Gandon</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/1/1979</DOB> <Hometown>Bayonne, France</Hometown> <Nationality>French</Nationality> <Car_Number>23</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1069</DriverID> <Driver>Joey Gase</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/8/1993</DOB> <Hometown>Cedar Rapids, IA</Hometown> <Nationality>American</Nationality> <Car_Number>52</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>128</DriverID> <Driver>Brendan Gaughan</Driver> <Height>5`9</Height> <Weight>180</Weight> <DOB>7/10/1975</DOB> <Hometown>Las Vegas, NV</Hometown> <Nationality>American</Nationality> <Car_Number>62</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>260</DriverID> <Driver>Bobby Gerhart</Driver> <Height>5`10</Height> <Weight>185</Weight> <DOB>7/21/1958</DOB> <Hometown>Lebanon, PA</Hometown> <Nationality>American</Nationality> <Car_Number>85</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1071</DriverID> <Driver>Ryan Gifford</Driver> <Height></Height> <Weight>0</Weight> <DOB>3/10/1989</DOB> <Hometown>Winchester, VA</Hometown> <Nationality>American</Nationality> <Car_Number>98</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1250</DriverID> <Driver>Benny Gordon</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/29/1970</DOB> <Hometown>DuBois, PA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>24</DriverID> <Driver>Jeff Green</Driver> <Height>5`8</Height> <Weight>190</Weight> <DOB>9/6/1962</DOB> <Hometown>Owensboro, KY</Hometown> <Nationality>American</Nationality> <Car_Number>10</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>52</DriverID> <Driver>David Green</Driver> <Height>5`11</Height> <Weight>165</Weight> <DOB>9/20/1967</DOB> <Hometown>Owensboro, KY</Hometown> <Nationality>American</Nationality> <Car_Number>00</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1412</DriverID> <Driver>Clay Greenfield</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/3/1984</DOB> <Hometown>Clarksville, TN</Hometown> <Nationality>American</Nationality> <Car_Number>67</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>1422</DriverID> <Driver>Michael Guerity</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/21/1977</DOB> <Hometown>Rochester Hills, MI</Hometown> <Nationality>American</Nationality> <Car_Number>71</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>170</DriverID> <Driver>Mike Harmon</Driver> <Height>5`9</Height> <Weight>200</Weight> <DOB>1/24/1958</DOB> <Hometown>Birmingport, AL</Hometown> <Nationality>American</Nationality> <Car_Number>74</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>1349</DriverID> <Driver>Daryl Harr</Driver> <Height>6`1</Height> <Weight>180</Weight> <DOB>5/5/1982</DOB> <Hometown>St. Albert, Alberta, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>87</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1451</DriverID> <Driver>Paulie Harraka</Driver> <Height></Height> <Weight>0</Weight> <DOB>9/15/1989</DOB> <Hometown>Fair Lawn, NJ</Hometown> <Nationality>American</Nationality> <Car_Number>79</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1365</DriverID> <Driver>Richard Harriman</Driver> <Height></Height> <Weight>0</Weight> <DOB>9/29/1987</DOB> <Hometown>Snohomish, WA</Hometown> <Nationality>American</Nationality> <Car_Number>23</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1076</DriverID> <Driver>Doug Harrington</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/1/1970</DOB> <Hometown>Kemah, TX</Hometown> <Nationality>American</Nationality> <Car_Number>41</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1442</DriverID> <Driver>Drew Herring</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/5/1987</DOB> <Hometown>Benson, NC</Hometown> <Nationality>American</Nationality> <Car_Number>20</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>78</DriverID> <Driver>Sam Hornish Jr.</Driver> <Height>5`11</Height> <Weight>165</Weight> <DOB>7/2/1979</DOB> <Hometown>Defiance, OH</Hometown> <Nationality>American</Nationality> <Car_Number>54</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>401</DriverID> <Driver>Shelby Howard</Driver> <Height>5`8</Height> <Weight>160</Weight> <DOB>7/25/1985</DOB> <Hometown>Greenwood, IN</Hometown> <Nationality>American</Nationality> <Car_Number>70</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1351</DriverID> <Driver>John Jackson</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/13/1964</DOB> <Hometown>Ellenton, FL</Hometown> <Nationality>American</Nationality> <Car_Number>72</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1443</DriverID> <Driver>Billy Johnson</Driver> <Height>6`0"</Height> <Weight>160</Weight> <DOB>10/10/1986</DOB> <Hometown>Torrance, CA</Hometown> <Nationality>American</Nationality> <Car_Number>16</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1427</DriverID> <Driver>Kyle Kelley</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/28/1985</DOB> <Hometown>Huntington Beach, CA</Hometown> <Nationality>American</Nationality> <Car_Number>87</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1428</DriverID> <Driver>Owen Kelly</Driver> <Height></Height> <Weight>0</Weight> <DOB>3/12/1977</DOB> <Hometown>Tasmania, Australia</Hometown> <Nationality>Australian</Nationality> <Car_Number>54</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1345</DriverID> <Driver>Mikey Kile</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/6/1983</DOB> <Hometown>Westlake, LA</Hometown> <Nationality>American</Nationality> <Car_Number>30</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1452</DriverID> <Driver>Will Kimmel</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/11/1988</DOB> <Hometown>Sellersburg, IN</Hometown> <Nationality>American</Nationality> <Car_Number>44</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1387</DriverID> <Driver>Blake Koch</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/7/1975</DOB> <Hometown>West Palm Beach, FL</Hometown> <Nationality>American</Nationality> <Car_Number>10</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1493</DriverID> <Driver>Dylan Kwasniewski</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/31/1995</DOB> <Hometown>Las Vegas, NV</Hometown> <Nationality>American</Nationality> <Car_Number>31</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>551</DriverID> <Driver>Scott Lagasse Jr.</Driver> <Height>6`1</Height> <Weight>190</Weight> <DOB>1/31/1981</DOB> <Hometown>St. Augustine, FL</Hometown> <Nationality>American</Nationality> <Car_Number>29</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>938</DriverID> <Driver>Corey LaJoie</Driver> <Height></Height> <Weight>0</Weight> <DOB>9/25/1991</DOB> <Hometown>Concord, FL</Hometown> <Nationality>American</Nationality> <Car_Number>9</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1368</DriverID> <Driver>Chris Lawson</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/6/1985</DOB> <Hometown>Troutman, NC</Hometown> <Nationality>American</Nationality> <Car_Number>79</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>112</DriverID> <Driver>Kevin Lepage</Driver> <Height>5`10</Height> <Weight>187</Weight> <DOB>6/26/1962</DOB> <Hometown>Shelbourne, VT</Hometown> <Nationality>American</Nationality> <Car_Number>74</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>51</DriverID> <Driver>Carl Long</Driver> <Height>5`10</Height> <Weight>175</Weight> <DOB>9/20/1967</DOB> <Hometown>Roxboro, NC</Hometown> <Nationality>American</Nationality> <Car_Number>93</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>1439</DriverID> <Driver>Johanna Long</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/26/1992</DOB> <Hometown>Pensacola, FL</Hometown> <Nationality>American</Nationality> <Car_Number>70</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1358</DriverID> <Driver>Hal Martin</Driver> <Height>5`10"</Height> <Weight>175</Weight> <DOB>12/29/1985</DOB> <Hometown>Galliano, LA</Hometown> <Nationality>American</Nationality> <Car_Number>44</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>684</DriverID> <Driver>Luis Martinez Jr.</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/15/1990</DOB> <Hometown>Baldwin Park, CA</Hometown> <Nationality>American</Nationality> <Car_Number>39</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1366</DriverID> <Driver>Tommy Joe Martins</Driver> <Height></Height> <Weight>0</Weight> <DOB>12/7/1986</DOB> <Hometown>Como, MS</Hometown> <Nationality>American</Nationality> <Car_Number>76</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1496</DriverID> <Driver>Ruben Garcia Mateos</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/21/1995</DOB> <Hometown>Mexico City, Mexico</Hometown> <Nationality>Mexican</Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>422</DriverID> <Driver>Eric McClure</Driver> <Height>5`10</Height> <Weight>175</Weight> <DOB>12/11/1978</DOB> <Hometown>Chilhowie, VA</Hometown> <Nationality>American</Nationality> <Car_Number>14</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1404</DriverID> <Driver>Chase Miller</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/28/1987</DOB> <Hometown>Canton, GA</Hometown> <Nationality>American</Nationality> <Car_Number>15</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>316</DriverID> <Driver>Jamie Mosley</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/29/1970</DOB> <Hometown>DuBois, PA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>35</DriverID> <Driver>Joe Nemechek</Driver> <Height>5`9</Height> <Weight>185</Weight> <DOB>9/26/1963</DOB> <Hometown>Lakeland, FL</Hometown> <Nationality>American</Nationality> <Car_Number>87</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>192</DriverID> <Driver>Donnie Neuenberger</Driver> <Height>6`3</Height> <Weight>197</Weight> <DOB>8/10/1962</DOB> <Hometown>Brandywine, MD</Hometown> <Nationality>American</Nationality> <Car_Number>23</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1296</DriverID> <Driver>Kevin OConnell</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/29/1967</DOB> <Hometown>Newport Beach, CA</Hometown> <Nationality>American</Nationality> <Car_Number>74</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1026</DriverID> <Driver>Johnny OConnell</Driver> <Height></Height> <Weight>0</Weight> <DOB>7/24/1962</DOB> <Hometown>Poughkeepsie, NY</Hometown> <Nationality>American</Nationality> <Car_Number>5</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>251</DriverID> <Driver>Max Papis</Driver> <Height>6`0</Height> <Weight>170</Weight> <DOB>10/3/1969</DOB> <Hometown>Como, Italy</Hometown> <Nationality>Italian</Nationality> <Car_Number>33</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1476</DriverID> <Driver>Travis Pastrana</Driver> <Height>6`2</Height> <Weight>200</Weight> <DOB>10/8/1983</DOB> <Hometown>Annapolis, MD</Hometown> <Nationality></Nationality> <Car_Number>60</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1220</DriverID> <Driver>Antonio Perez</Driver> <Height>6`0</Height> <Weight>165</Weight> <DOB>3/20/1986</DOB> <Hometown>Guadalajara, Mexico</Hometown> <Nationality>Mexican</Nationality> <Car_Number>35</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1282</DriverID> <Driver>Nelson Piquet Jr.</Driver> <Height>5`8</Height> <Weight>155</Weight> <DOB>7/25/1985</DOB> <Hometown>Brasilia, Brazil</Hometown> <Nationality>Brazilian</Nationality> <Car_Number>30</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1104</DriverID> <Driver>Alex Popow</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/9/1975</DOB> <Hometown>Lecheria, Venezuela</Hometown> <Nationality>Venezuelian</Nationality> <Car_Number>19</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>615</DriverID> <Driver>Ryan Preece</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/25/1990</DOB> <Hometown>Berlin, CT</Hometown> <Nationality>American</Nationality> <Car_Number>8</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>972</DriverID> <Driver>Bill Prietzel</Driver> <Height></Height> <Weight>0</Weight> <DOB>9/8/1952</DOB> <Hometown>Plymouth, WI</Hometown> <Nationality>American</Nationality> <Car_Number>23</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>53</DriverID> <Driver>Tony Raines</Driver> <Height>6`2</Height> <Weight>210</Weight> <DOB>4/14/1964</DOB> <Hometown>LaPorte, IN</Hometown> <Nationality>American</Nationality> <Car_Number>70</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>543</DriverID> <Driver>Andrew Ranger</Driver> <Height>5`9"</Height> <Weight>135</Weight> <DOB>11/20/1986</DOB> <Hometown>Roxton Pond, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>53</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>1084</DriverID> <Driver>Josh Reaume</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/11/1990</DOB> <Hometown>Redlands, CA</Hometown> <Nationality>American</Nationality> <Car_Number>23</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>940</DriverID> <Driver>Ryan Reed</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/12/1993</DOB> <Hometown>Bakersfield, CA</Hometown> <Nationality>American</Nationality> <Car_Number>16</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1029</DriverID> <Driver>Harrison Rhodes</Driver> <Height></Height> <Weight>0</Weight> <DOB>7/15/1993</DOB> <Hometown>High Point, NC</Hometown> <Nationality></Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>608</DriverID> <Driver>Josh Richards</Driver> <Height></Height> <Weight>0</Weight> <DOB>3/22/1988</DOB> <Hometown>Shinnston, WV</Hometown> <Nationality>American</Nationality> <Car_Number>39</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>597</DriverID> <Driver>Robert Richardson Jr.</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/4/1982</DOB> <Hometown>McKinney, TX</Hometown> <Nationality>American</Nationality> <Car_Number>23</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1107</DriverID> <Driver>Casey Roderick</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/8/1992</DOB> <Hometown>Lawrenceville, GA</Hometown> <Nationality></Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>656</DriverID> <Driver>Brett Rowe</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/6/1967</DOB> <Hometown>Barboursville, WV</Hometown> <Nationality>American</Nationality> <Car_Number>55</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1108</DriverID> <Driver>Martin Roy</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/1/1974</DOB> <Hometown>Napierville, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>90</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>39</DriverID> <Driver>Elliott Sadler</Driver> <Height>6`2</Height> <Weight>195</Weight> <DOB>4/30/1975</DOB> <Hometown>Emporia, VA</Hometown> <Nationality>American</Nationality> <Car_Number>11</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1240</DriverID> <Driver>Bobby Santos</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/3/1985</DOB> <Hometown>Franklin, MA</Hometown> <Nationality>American</Nationality> <Car_Number>36</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1111</DriverID> <Driver>Travis Sauter</Driver> <Height></Height> <Weight>0</Weight> <DOB>8/1/1982</DOB> <Hometown>Necedah, WI</Hometown> <Nationality>American</Nationality> <Car_Number>87</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>477</DriverID> <Driver>Tim Schendel</Driver> <Height></Height> <Weight>0</Weight> <DOB>5/10/1979</DOB> <Hometown>Sparta, WI</Hometown> <Nationality>American</Nationality> <Car_Number>87</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1269</DriverID> <Driver>Brian Scott</Driver> <Height>6`3"</Height> <Weight>190</Weight> <DOB>1/12/1988</DOB> <Hometown>Boise, ID</Hometown> <Nationality>American</Nationality> <Car_Number>2</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>54</DriverID> <Driver>Morgan Shepherd</Driver> <Height>5`9</Height> <Weight>170</Weight> <DOB>10/21/1941</DOB> <Hometown>Conover, NC</Hometown> <Nationality>American</Nationality> <Car_Number>89</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1116</DriverID> <Driver>Fain Skinner</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/10/1970</DOB> <Hometown>Live Oak, FL</Hometown> <Nationality>American</Nationality> <Car_Number>41</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>207</DriverID> <Driver>Regan Smith</Driver> <Height>5`9</Height> <Weight>160</Weight> <DOB>9/23/1983</DOB> <Hometown>Cato, NY</Hometown> <Nationality>American</Nationality> <Car_Number>7</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>548</DriverID> <Driver>Dexter Stacey</Driver> <Height></Height> <Weight>0</Weight> <DOB>11/9/1992</DOB> <Hometown>Kahnawake, QB, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>92</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>140</DriverID> <Driver>David Starr</Driver> <Height>5`9</Height> <Weight>150</Weight> <DOB>10/11/1967</DOB> <Hometown>Houston, TX</Hometown> <Nationality>American</Nationality> <Car_Number>44</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1510</DriverID> <Driver>Daniel Suarez</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/7/1992</DOB> <Hometown>Monterrey, Mexico</Hometown> <Nationality>Mexican</Nationality> <Car_Number>20</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1391</DriverID> <Driver>Brad Sweet</Driver> <Height></Height> <Weight>0</Weight> <DOB>12/31/1985</DOB> <Hometown>Grass Valley, CA</Hometown> <Nationality>American</Nationality> <Car_Number>5</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1433</DriverID> <Driver>Kevin Swindell</Driver> <Height></Height> <Weight>0</Weight> <DOB>2/21/1989</DOB> <Hometown>Germantown, TN</Hometown> <Nationality>American</Nationality> <Car_Number>98</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>177</DriverID> <Driver>Brad Teague</Driver> <Height>5`10"</Height> <Weight>170</Weight> <DOB>12/9/1947</DOB> <Hometown>Buladean, NC</Hometown> <Nationality>American</Nationality> <Car_Number>70</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1511</DriverID> <Driver>Austin Theriault</Driver> <Height></Height> <Weight>0</Weight> <DOB>1/23/1994</DOB> <Hometown>Caribou, ME</Hometown> <Nationality>American</Nationality> <Car_Number>5</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>1120</DriverID> <Driver>Derek Thorn</Driver> <Height></Height> <Weight>0</Weight> <DOB>4/25/1986</DOB> <Hometown>Lakeport, CA</Hometown> <Nationality>American</Nationality> <Car_Number>52</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>56</DriverID> <Driver>Mike Wallace</Driver> <Height>6`0</Height> <Weight>220</Weight> <DOB>3/10/1959</DOB> <Hometown>St.Louis, MO</Hometown> <Nationality>American</Nationality> <Car_Number>93</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>44</DriverID> <Driver>Kenny Wallace</Driver> <Height>5`11</Height> <Weight>180</Weight> <DOB>8/23/1963</DOB> <Hometown>St.Louis, MO</Hometown> <Nationality>American</Nationality> <Car_Number>29</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>599</DriverID> <Driver>Steve Wallace</Driver> <Height>6-2</Height> <Weight>190</Weight> <DOB>8/18/1987</DOB> <Hometown>Mooresville, NC</Hometown> <Nationality>American</Nationality> <Car_Number>66</Car_Number> <Car>Ford</Car> </Listing> <Listing> <DriverID>1289</DriverID> <Driver>Chrissy Wallace</Driver> <Height>5`4</Height> <Weight>125</Weight> <DOB>5/15/1988</DOB> <Hometown>St. Louis, MO</Hometown> <Nationality>American</Nationality> <Car_Number>0</Car_Number> <Car>Chevrolet</Car> </Listing> <Listing> <DriverID>234</DriverID> <Driver>Jason White</Driver> <Height></Height> <Weight>0</Weight> <DOB>6/5/1979</DOB> <Hometown>Richmond, VA</Hometown> <Nationality>American</Nationality> <Car_Number>24</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>1383</DriverID> <Driver>Derek White</Driver> <Height></Height> <Weight>0</Weight> <DOB>12/9/1970</DOB> <Hometown>Kahnawake, QB, Canada</Hometown> <Nationality>Canadian</Nationality> <Car_Number>13</Car_Number> <Car>Toyota</Car> </Listing> <Listing> <DriverID>439</DriverID> <Driver>J.J. Yeley</Driver> <Height>5`8</Height> <Weight>160</Weight> <DOB>10/5/1976</DOB> <Hometown>Phoenix, AZ</Hometown> <Nationality>American</Nationality> <Car_Number>28</Car_Number> <Car>Dodge</Car> </Listing> <Listing> <DriverID>628</DriverID> <Driver>John Young</Driver> <Height></Height> <Weight>0</Weight> <DOB>10/19/1968</DOB> <Hometown>Discovery Bay, CA</Hometown> <Nationality>American</Nationality> <Car_Number>26</Car_Number> <Car>Dodge</Car> </Listing> <time_stamp> May 24, 2014, at 12:52 PM ET </time_stamp> </message>
+ test/xml/MLB_Boxscore_XML.dtd view
@@ -0,0 +1,235 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT game_id (#PCDATA)>+<!ELEMENT schedule_id (#PCDATA)>+<!ELEMENT vteam (#PCDATA)>+<!ELEMENT hteam (#PCDATA)>+<!ELEMENT vteam_id (#PCDATA)>+<!ELEMENT hteam_id (#PCDATA)>+<!ELEMENT Season (#PCDATA)>+<!ELEMENT SeasonType (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Game_Date (#PCDATA)>+<!ELEMENT Game_Time (#PCDATA)>+<!ELEMENT GameNumber (#PCDATA)>+<!ELEMENT Capacity (#PCDATA)>+<!ELEMENT Runs_By_Innings (#PCDATA)>+<!ELEMENT LineScore ( Runs_By_Innings* )>+<!ELEMENT Runs (#PCDATA)>+<!ELEMENT Hits (#PCDATA)>+<!ELEMENT Errors (#PCDATA)>+<!ELEMENT AwayTeam ( ( LineScore, Runs, Hits, Errors ) )>+<!ELEMENT HomeTeam ( ( LineScore, Runs, Hits, Errors ) )>+<!ELEMENT Game_Breakdown ( ( AwayTeam, HomeTeam ) )>+<!ELEMENT BFS_Player_ID (#PCDATA)>+<!ELEMENT BFS_Position (#PCDATA)>+<!ELEMENT BFS_At_Bats (#PCDATA)>+<!ELEMENT BFS_Runs (#PCDATA)>+<!ELEMENT BFS_Hits (#PCDATA)>+<!ELEMENT BFS_Doubles (#PCDATA)>+<!ELEMENT BFS_TotalDoubles (#PCDATA)>+<!ELEMENT BFS_Triples (#PCDATA)>+<!ELEMENT BFS_TotalTriples (#PCDATA)>+<!ELEMENT BFS_Home_Runs (#PCDATA)>+<!ELEMENT BFS_TotalHomeRuns (#PCDATA)>+<!ELEMENT BFS_Grand_Slams (#PCDATA)>+<!ELEMENT BFS_RBI (#PCDATA)>+<!ELEMENT BFS_TotalRBI (#PCDATA)>+<!ELEMENT BFS_Walks (#PCDATA)>+<!ELEMENT BFS_Strikeouts (#PCDATA)>+<!ELEMENT BFS_Errors (#PCDATA)>+<!ELEMENT BFS_TotalErrors (#PCDATA)>+<!ELEMENT BFS_Stolen_Bases (#PCDATA)>+<!ELEMENT BFS_TotalStolenBases (#PCDATA)>+<!ELEMENT BFS_Caught_Stealing (#PCDATA)>+<!ELEMENT BFS_TotalCaughtStealing (#PCDATA)>+<!ELEMENT BFS_Sacrifices (#PCDATA)>+<!ELEMENT BFS_Sac_Flies (#PCDATA)>+<!ELEMENT BFS_Hit_By_Pitch (#PCDATA)>+<!ELEMENT BFS_Passed_Balls (#PCDATA)>+<!ELEMENT BFS_TotalPassedBalls (#PCDATA)>+<!ELEMENT BFS_TotalBases (#PCDATA)>+<!ELEMENT BFS_TotalPlateAppearance (#PCDATA)>+<!ELEMENT BFS_Ground_Into_DP (#PCDATA)>+<!ELEMENT BFS_Average (#PCDATA)>+<!ELEMENT BFS_Listing ( ( BFS_Player_ID, BFS_Position, BFS_At_Bats, BFS_Runs, BFS_Hits, BFS_Doubles, BFS_TotalDoubles, BFS_Triples, BFS_TotalTriples, BFS_Home_Runs, BFS_TotalHomeRuns, BFS_Grand_Slams, BFS_RBI, BFS_TotalRBI, BFS_Walks, BFS_Strikeouts, BFS_Errors, BFS_TotalErrors, BFS_Stolen_Bases, BFS_TotalStolenBases, BFS_Caught_Stealing, BFS_TotalCaughtStealing, BFS_Sacrifices, BFS_Sac_Flies, BFS_Hit_By_Pitch, BFS_Passed_Balls, BFS_TotalPassedBalls, BFS_TotalBases, BFS_TotalPlateAppearance, BFS_Ground_Into_DP, BFS_Average ) )>+<!ELEMENT Batting_Fielding_Stats ( BFS_Listing* )>+<!ELEMENT TBS_At_Bats (#PCDATA)>+<!ELEMENT TBS_Runs (#PCDATA)>+<!ELEMENT TBS_Hits (#PCDATA)>+<!ELEMENT TBS_Doubles (#PCDATA)>+<!ELEMENT TBS_Triples (#PCDATA)>+<!ELEMENT TBS_Home_Runs (#PCDATA)>+<!ELEMENT TBS_Grand_Slams (#PCDATA)>+<!ELEMENT TBS_RBI (#PCDATA)>+<!ELEMENT TBS_Walks (#PCDATA)>+<!ELEMENT TBS_Strikeouts (#PCDATA)>+<!ELEMENT TBS_Errors (#PCDATA)>+<!ELEMENT TBS_Stolen_Bases (#PCDATA)>+<!ELEMENT TBS_Caught_Stealing (#PCDATA)>+<!ELEMENT TBS_Sacrifices (#PCDATA)>+<!ELEMENT TBS_Sac_Flies (#PCDATA)>+<!ELEMENT TBS_Hit_By_Pitch (#PCDATA)>+<!ELEMENT TBS_Passed_Balls (#PCDATA)>+<!ELEMENT TBS_Ground_Into_DP (#PCDATA)>+<!ELEMENT Team_Batting_Stats ( ( TBS_At_Bats, TBS_Runs, TBS_Hits, TBS_Doubles, TBS_Triples, TBS_Home_Runs, TBS_Grand_Slams, TBS_RBI, TBS_Walks, TBS_Strikeouts, TBS_Errors, TBS_Stolen_Bases, TBS_Caught_Stealing, TBS_Sacrifices, TBS_Sac_Flies, TBS_Hit_By_Pitch, TBS_Passed_Balls, TBS_Ground_Into_DP ) )>+<!ELEMENT PS_Player_ID (#PCDATA)>+<!ELEMENT PS_Started EMPTY>+<!ELEMENT Innings_Pitched (#PCDATA)>+<!ELEMENT Game_Win_Loss_Save (#PCDATA)>+<!ELEMENT Season_Wins (#PCDATA)>+<!ELEMENT Season_Losses (#PCDATA)>+<!ELEMENT Season_Saves (#PCDATA)>+<!ELEMENT Season_Holds (#PCDATA)>+<!ELEMENT Season_BlownSaves (#PCDATA)>+<!ELEMENT Batters_Faced (#PCDATA)>+<!ELEMENT Wild_Pitch (#PCDATA)>+<!ELEMENT Balks EMPTY>+<!ELEMENT Shutouts (#PCDATA)>+<!ELEMENT AB (#PCDATA)>+<!ELEMENT BF (#PCDATA)>+<!ELEMENT Earned_Runs (#PCDATA)>+<!ELEMENT Walks (#PCDATA)>+<!ELEMENT Strikeouts (#PCDATA)>+<!ELEMENT KL (#PCDATA)>+<!ELEMENT WildPitches (#PCDATA)>+<!ELEMENT CompleteGame (#PCDATA)>+<!ELEMENT Started (#PCDATA)>+<!ELEMENT Finished (#PCDATA)>+<!ELEMENT CBO EMPTY>+<!ELEMENT TotalER (#PCDATA)>+<!ELEMENT TotalOuts (#PCDATA)>+<!ELEMENT Doubles (#PCDATA)>+<!ELEMENT Triples (#PCDATA)>+<!ELEMENT Home_Runs (#PCDATA)>+<!ELEMENT Pitchcount EMPTY>+<!ELEMENT ERA (#PCDATA)>+<!ELEMENT PS_Listing ( ( PS_Player_ID | PS_Started | Innings_Pitched | Game_Win_Loss_Save | Season_Wins | Season_Losses | Season_Saves | Season_Holds | Season_BlownSaves | Batters_Faced | Wild_Pitch | Balks | Shutouts | AB | BF | Hits | Runs | Earned_Runs | Walks | Strikeouts | KL | WildPitches | CompleteGame | Started | Finished | CBO | Errors | TotalER | TotalOuts | Doubles | Triples | Home_Runs | Pitchcount | ERA | Shutout )+ )>+<!ELEMENT Pitching_Stats ( PS_Listing* )>+<!ELEMENT FS_Player_ID (#PCDATA)>+<!ELEMENT FS_ByPos EMPTY>+<!ELEMENT FS_Total EMPTY>+<!ELEMENT FS_Listing ( ( FS_Player_ID, FS_ByPos*, FS_Total ) )>+<!ELEMENT Fielding_Stats ( FS_Listing* )>+<!ELEMENT Team_Summary ( ( Batting_Fielding_Stats, Team_Batting_Stats, Pitching_Stats, Fielding_Stats ) )>+<!ELEMENT Wild_Pitches (#PCDATA)>+<!ELEMENT IW_Batter_ID (#PCDATA)>+<!ELEMENT IW_Pitcher_ID (#PCDATA)>+<!ELEMENT IW_Number_Of_Times_Walked (#PCDATA)>+<!ELEMENT IW_Listing ( ( IW_Batter_ID, IW_Pitcher_ID, IW_Number_Of_Times_Walked ) )>+<!ELEMENT Intentional_Walks ( IW_Listing* )>+<!ELEMENT HBP_Batter_ID (#PCDATA)>+<!ELEMENT HBP_Pitcher_ID (#PCDATA)>+<!ELEMENT HBP_Number_Of_Times_Hit (#PCDATA)>+<!ELEMENT HBP_Listing ( ( HBP_Batter_ID, HBP_Pitcher_ID, HBP_Number_Of_Times_Hit ) )>+<!ELEMENT Hit_By_Pitch ( HBP_Listing* )>+<!ELEMENT Misc_Pitching_Stats ( ( Wild_Pitches?, Intentional_Walks, Hit_By_Pitch )? )>+<!ELEMENT Away_Left_On_Base (#PCDATA)>+<!ELEMENT Home_Left_On_Base (#PCDATA)>+<!ELEMENT Double_Plays (#PCDATA)>+<!ELEMENT Double_Plays_Details ( Play* )>+<!ELEMENT PlayerID (#PCDATA)>+<!ELEMENT Play ( PlayerID* )>+<!ELEMENT Triple_Plays (#PCDATA)>+<!ELEMENT Triple_Plays_Details ( Play? )>+<!ELEMENT Misc_Batting_Notes (#PCDATA)>+<!ELEMENT Misc_Pitching_Notes (#PCDATA)>+<!ELEMENT Pitching_Notes (#PCDATA)>+<!ELEMENT PitcherID (#PCDATA)>+<!ELEMENT Pitching_Notes_Details ( PitcherID* )>+<!ELEMENT Attendance (#PCDATA)>+<!ELEMENT Game_Length (#PCDATA)>+<!ELEMENT HPUmpire (#PCDATA)>+<!ELEMENT FBUmpire (#PCDATA)>+<!ELEMENT SBUmpire (#PCDATA)>+<!ELEMENT TBUmpire (#PCDATA)>+<!ELEMENT LFUmpire (#PCDATA)>+<!ELEMENT RFUmpire (#PCDATA)>+<!ELEMENT Miscelaneous_Game_Info ( ( Away_Left_On_Base, Home_Left_On_Base, Double_Plays, Double_Plays_Details*, Triple_Plays, Triple_Plays_Details*, Misc_Batting_Notes, Misc_Pitching_Notes, Pitching_Notes, Pitching_Notes_Details, Attendance, Game_Length, HPUmpire, FBUmpire, SBUmpire, TBUmpire, LFUmpire, RFUmpire ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, game_id, schedule_id, seasontype?, vteam, hteam, vteam_id, hteam_id, Season, SeasonType, title, Game_Date, Game_Time, GameNumber, Capacity, Game_Breakdown, Team_Summary*, Misc_Pitching_Stats, Homerun_Stats?, Miscelaneous_Game_Info, time_stamp ) )>+<!ELEMENT HRS_Batter_ID (#PCDATA)>+<!ELEMENT Season_Homeruns (#PCDATA)>+<!ELEMENT HRS_Pitcher_ID (#PCDATA)>+<!ELEMENT HRS_Listing ( ( HRS_Batter_ID, Season_Homeruns, HRS_Pitcher_ID* ) )>+<!ELEMENT Homerun_Stats ( HRS_Listing* )>+<!ELEMENT Shutout EMPTY>+<!ELEMENT seasontype (#PCDATA)>++<!ATTLIST Runs_By_Innings Inning CDATA #REQUIRED>+<!ATTLIST AwayTeam Team CDATA #REQUIRED>+<!ATTLIST HomeTeam Team CDATA #REQUIRED>+<!ATTLIST BFS_Listing BFS_Player_Status CDATA #IMPLIED>+<!ATTLIST BFS_Listing BFS_Player_Firstname CDATA #REQUIRED>+<!ATTLIST BFS_Listing BFS_Player_Lastname CDATA #REQUIRED>+<!ATTLIST Pitchcount total CDATA #REQUIRED>+<!ATTLIST Pitchcount strikes CDATA #REQUIRED>+<!ATTLIST PS_Listing PS_Player_FirstName CDATA #REQUIRED>+<!ATTLIST PS_Listing PS_Player_LastName CDATA #REQUIRED>+<!ATTLIST FS_ByPos Pos CDATA #REQUIRED>+<!ATTLIST FS_ByPos PO CDATA #REQUIRED>+<!ATTLIST FS_ByPos A CDATA #REQUIRED>+<!ATTLIST FS_ByPos E CDATA #REQUIRED>+<!ATTLIST FS_ByPos PB CDATA #REQUIRED>+<!ATTLIST FS_ByPos CI CDATA #REQUIRED>+<!ATTLIST FS_ByPos SBA CDATA #REQUIRED>+<!ATTLIST FS_ByPos CSB CDATA #REQUIRED>+<!ATTLIST FS_ByPos INDP CDATA #REQUIRED>+<!ATTLIST FS_ByPos INTP CDATA #REQUIRED>+<!ATTLIST FS_Total PO CDATA #REQUIRED>+<!ATTLIST FS_Total A CDATA #REQUIRED>+<!ATTLIST FS_Total E CDATA #REQUIRED>+<!ATTLIST FS_Total PB CDATA #REQUIRED>+<!ATTLIST FS_Total CI CDATA #REQUIRED>+<!ATTLIST FS_Total SBA CDATA #REQUIRED>+<!ATTLIST FS_Total CSB CDATA #REQUIRED>+<!ATTLIST FS_Total INDP CDATA #REQUIRED>+<!ATTLIST FS_Total INTP CDATA #REQUIRED>+<!ATTLIST FS_Listing FS_Player_FirstName CDATA #REQUIRED>+<!ATTLIST FS_Listing FS_Player_LastName CDATA #REQUIRED>+<!ATTLIST Team_Summary TeamID CDATA #REQUIRED>+<!ATTLIST Team_Summary Team CDATA #REQUIRED>+<!ATTLIST IW_Batter_ID IW_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST IW_Batter_ID IW_Batter_LastName CDATA #REQUIRED>+<!ATTLIST IW_Pitcher_ID IW_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST IW_Pitcher_ID IW_Pitcher_LastName CDATA #REQUIRED>+<!ATTLIST HBP_Batter_ID HBP_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST HBP_Batter_ID HBP_Batter_LastName CDATA #REQUIRED>+<!ATTLIST HBP_Pitcher_ID HBP_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST HBP_Pitcher_ID HBP_Pitcher_LastName CDATA #REQUIRED>+<!ATTLIST Away_Left_On_Base Team CDATA #REQUIRED>+<!ATTLIST Home_Left_On_Base Team CDATA #REQUIRED>+<!ATTLIST Double_Plays_Details TeamID CDATA #REQUIRED>+<!ATTLIST Double_Plays_Details Count CDATA #REQUIRED>+<!ATTLIST Play Count CDATA #REQUIRED>+<!ATTLIST Triple_Plays_Details TeamID CDATA #REQUIRED>+<!ATTLIST Triple_Plays_Details Count CDATA #REQUIRED>+<!ATTLIST PitcherID Inn CDATA #REQUIRED>+<!ATTLIST PitcherID TeamID CDATA #REQUIRED>+<!ATTLIST PitcherID BF CDATA #REQUIRED>+<!ATTLIST HPUmpire ID CDATA #REQUIRED>+<!ATTLIST HPUmpire Firstname CDATA #REQUIRED>+<!ATTLIST HPUmpire Lastname CDATA #REQUIRED>+<!ATTLIST FBUmpire ID CDATA #REQUIRED>+<!ATTLIST FBUmpire Firstname CDATA #REQUIRED>+<!ATTLIST FBUmpire Lastname CDATA #REQUIRED>+<!ATTLIST SBUmpire ID CDATA #IMPLIED>+<!ATTLIST SBUmpire Firstname CDATA #IMPLIED>+<!ATTLIST SBUmpire Lastname CDATA #IMPLIED>+<!ATTLIST TBUmpire ID CDATA #REQUIRED>+<!ATTLIST TBUmpire Firstname CDATA #REQUIRED>+<!ATTLIST TBUmpire Lastname CDATA #REQUIRED>+<!ATTLIST LFUmpire ID CDATA #IMPLIED>+<!ATTLIST LFUmpire Firstname CDATA #IMPLIED>+<!ATTLIST LFUmpire Lastname CDATA #IMPLIED>+<!ATTLIST RFUmpire ID CDATA #IMPLIED>+<!ATTLIST RFUmpire Firstname CDATA #IMPLIED>+<!ATTLIST RFUmpire Lastname CDATA #IMPLIED>+<!ATTLIST HRS_Batter_ID HRS_Batter_FirstName CDATA #REQUIRED>+<!ATTLIST HRS_Batter_ID HRS_Batter_LastName CDATA #REQUIRED>+<!ATTLIST HRS_Batter_ID RBIs CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Homeruns_Off_Pitcher CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Pitcher_FirstName CDATA #REQUIRED>+<!ATTLIST HRS_Pitcher_ID HRS_Pitcher_LastName CDATA #REQUIRED>
+ test/xml/earlylineXML-empty-game-time.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Odds 1.0/EN" "earlylineXML.dtd"> <message> <XML_File_ID>22064237</XML_File_ID> <heading>ADO;NHL-EARLY-LINE</heading> <category>Odds</category> <sport>NHL</sport> <title>National Hockey League Overnight Line</title> <date value="TUESDAY, OCTOBER 28TH (10/28/2014)"> <game> <time></time> <teamA rotation="" line=""></teamA> <teamH rotation="001" line="">Ottawa</teamH> <over_under></over_under> </game> <game> <time></time> <teamA rotation="" line="5.5u">Over/Under:</teamA> <teamH rotation="" line=""></teamH> <over_under></over_under> </game> <game> <time></time> <teamA rotation="004" line="-170">Pittsburgh</teamA> <teamH rotation="" line="5.5u">Over/Under:</teamH> <over_under></over_under> </game> <game> <time>7:00</time> <teamA rotation="005" line="">Los Angeles</teamA> <teamH rotation="006" line="off">Philadelphia</teamH> <over_under></over_under> </game> <game> <time>7:00</time> <teamA rotation="007" line="">Winnipeg</teamA> <teamH rotation="008" line="-160">NY Islanders</teamH> <over_under>5.5o</over_under> </game> <game> <time>7:00</time> <teamA rotation="009" line="">Minnesota</teamA> <teamH rotation="010" line="-160">Boston</teamH> <over_under>5u</over_under> </game> <game> <time>7:30</time> <teamA rotation="011" line="">Buffalo</teamA> <teamH rotation="012" line="-220">Toronto</teamH> <over_under>5.5u</over_under> </game> <game> <time>7:30</time> <teamA rotation="013" line="">Arizona</teamA> <teamH rotation="014" line="-170">Tampa Bay</teamH> <over_under>5.5p</over_under> </game> <game> <time>8:30</time> <teamA rotation="015" line="">St. Louis</teamA> <teamH rotation="016" line="-120">Dallas</teamH> <over_under>5o</over_under> </game> <game> <time>8:30</time> <teamA rotation="017" line="">Anaheim</teamA> <teamH rotation="018" line="-150">Chicago</teamH> <over_under>5.5u</over_under> </game> <game> <time>9:00</time> <teamA rotation="019" line="-120">San Jose</teamA> <teamH rotation="020" line="">Colorado</teamH> <over_under>5.5p</over_under> </game> <game> <time>9:00</time> <teamA rotation="021" line="">Montreal</teamA> <teamH rotation="022" line="off">Calgary</teamH> <over_under></over_under> </game> <game> <time>10:00</time> <teamA rotation="023" line="">Carolina</teamA> <teamH rotation="024" line="-220">Vancouver</teamH> <over_under>5.5u</over_under> </game> </date> <time_stamp> October 27, 2014, at 02:44 PM ET </time_stamp> </message>
+ test/xml/sportinfo/Cbask_Indv_No_Avg_XML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Class (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Total (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Listing ( ( Class, Games_Played, Total, Average ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Player CDATA #REQUIRED>
+ test/xml/sportinfo/Cbask_Indv_No_Avg_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Indv_No_Avg_XML.dtd"> <message> <XML_File_ID>22413931</XML_File_ID> <heading>AEX%NCAA-3PT-FGMADE</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball 3-Point FG Made Stats </title> <Listing Rank="1" Player="Andrew Rowsey, UNC Asheville"> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>28</Total> <Average>4.67</Average> </Listing> <Listing Rank="" Player="Isiah Umipig, Seattle"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>28</Total> <Average>4.67</Average> </Listing> <Listing Rank="3" Player="Johnny Dee, San Diego"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>30</Total> <Average>4.29</Average> </Listing> <Listing Rank="4" Player="A.J. English, Iona"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>25</Total> <Average>4.17</Average> </Listing> <Listing Rank="5" Player="Tyler Harvey, Eastern Wash."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>28</Total> <Average>4.00</Average> </Listing> <Listing Rank="" Player="Keon Moore, Winthrop"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>20</Total> <Average>4.00</Average> </Listing> <Listing Rank="" Player="Dyami Starks, Bryant"> <Class>Sr.</Class> <Games_Played>4</Games_Played> <Total>16</Total> <Average>4.00</Average> </Listing> <Listing Rank="8" Player="Anthony McDonald, N.C. Central"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>27</Total> <Average>3.86</Average> </Listing> <Listing Rank="9" Player="Damon Lynn, NJIT"> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>23</Total> <Average>3.83</Average> </Listing> <Listing Rank="10" Player="Micah Mason, Duquesne"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>15</Total> <Average>3.75</Average> </Listing> <Listing Rank="11" Player="Lester Wilson, East Tenn. St."> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>18</Total> <Average>3.60</Average> </Listing> <Listing Rank="12" Player="Chase Fischer, BYU"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>28</Total> <Average>3.50</Average> </Listing> <Listing Rank="" Player="Jelani Hewitt, Ga. Southern"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>21</Total> <Average>3.50</Average> </Listing> <Listing Rank="14" Player="Marcus Keene, Youngstown St."> <Class>So.</Class> <Games_Played>9</Games_Played> <Total>31</Total> <Average>3.44</Average> </Listing> <Listing Rank="15" Player="Brian Bernardi, Hofstra"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Karl Cochran, Wofford"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Rhett Harrelson, Western Caro."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Tanner Samson, Elon"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="" Player="Ameen Tanksley, Hofstra"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>24</Total> <Average>3.43</Average> </Listing> <Listing Rank="20" Player="Kerry Carter, St. Mary's (CA)"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="" Player="Mustafaa Jones, Fairleigh Dickinson"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="" Player="Wesley Person, Troy"> <Class>Fr.</Class> <Games_Played>5</Games_Played> <Total>17</Total> <Average>3.40</Average> </Listing> <Listing Rank="23" Player="Damion Lee, Drexel"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Saah Nimley, Charleston So."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="John Simons, Central Mich."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Isaiah Williams, Iona"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>20</Total> <Average>3.33</Average> </Listing> <Listing Rank="" Player="Javarez Willis, Ohio"> <Class>Sr.</Class> <Games_Played>3</Games_Played> <Total>10</Total> <Average>3.33</Average> </Listing> <Listing Rank="28" Player="Zak Irvin, Michigan"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>23</Total> <Average>3.29</Average> </Listing> <Listing Rank="29" Player="Taylor Barnette, Belmont"> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>26</Total> <Average>3.25</Average> </Listing> <Listing Rank="" Player="Craig Bradshaw, Belmont"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>26</Total> <Average>3.25</Average> </Listing> <Listing Rank="" Player="Derrick Colter, Duquesne"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>13</Total> <Average>3.25</Average> </Listing> <Listing Rank="32" Player="Cedric Hankerson, Boston U."> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>16</Total> <Average>3.20</Average> </Listing> <Listing Rank="" Player="Shane Richards, Manhattan"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>16</Total> <Average>3.20</Average> </Listing> <Listing Rank="34" Player="Anthlon Bell, Arkansas"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>19</Total> <Average>3.17</Average> </Listing> <Listing Rank="35" Player="James Blackmon Jr., Indiana"> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="" Player="R.J. Hunter, Georgia St."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="" Player="Nicholas Paulos, UNC Greensboro"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>22</Total> <Average>3.14</Average> </Listing> <Listing Rank="38" Player="Quinn Cook, Duke"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Marcus Foster, Kansas St."> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Jordan Howard, Central Ark."> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Isaiah Zierden, Creighton"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>21</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Jonathan Gilling, Arizona St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Buddy Hield, Oklahoma"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Will Saunders, Charleston So."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Kyle Wilson, Army"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>18</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Daniel Dion, New Hampshire"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Chris Hansen, Idaho St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Corey Hawkins, UC Davis"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Tyler Kalinoski, Davidson"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Rashawn Rembert, East Tenn. St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>15</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Ron Baker, Wichita St."> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Alex Mitola, Dartmouth"> <Class>Jr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Sean Sellers, Ball St."> <Class>Fr.</Class> <Games_Played>4</Games_Played> <Total>12</Total> <Average>3.00</Average> </Listing> <Listing Rank="" Player="Cameron Golden, Arkansas St."> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>9</Total> <Average>3.00</Average> </Listing> <Listing Rank="55" Player="Jaylen Bland, UC Riverside"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Clay Byrd, UNC Greensboro"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Pat Connaughton, Notre Dame"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Melvin Johnson, VCU"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="John Schoof, American"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="" Player="Kendall Stephens, Purdue"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>20</Total> <Average>2.86</Average> </Listing> <Listing Rank="61" Player="Phil Forte, Oklahoma St."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Nathan Moran, Lipscomb"> <Class>Fr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Adam Smith, Virginia Tech"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="" Player="Max Yon, Air Force"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>17</Total> <Average>2.83</Average> </Listing> <Listing Rank="65" Player="Cazmon Hayes, Delaware"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="A.J. Hess, Southern Utah"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Naz Long, Iowa St."> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Ryan Oliver, Siena"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Jalen Riley, East Tenn. St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Demarcus Robinson, Alabama St."> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="" Player="Devaugntah Williams, Texas Tech"> <Class>Jr.</Class> <Games_Played>5</Games_Played> <Total>14</Total> <Average>2.80</Average> </Listing> <Listing Rank="72" Player="Jack Montague, Yale"> <Class>Jr.</Class> <Games_Played>8</Games_Played> <Total>22</Total> <Average>2.75</Average> </Listing> <Listing Rank="" Player="Alec Peters, Valparaiso"> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>22</Total> <Average>2.75</Average> </Listing> <Listing Rank="74" Player="Ryan Badowski, Longwood"> <Class>Fr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Jared Brownridge, Santa Clara"> <Class>So.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Andre Hollins, Minnesota"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Max Hooper, Oakland"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Ashton Moore, Citadel"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Avery Moore, Jacksonville St."> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Rodney Pryor, Robert Morris"> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Mikel Trapp, Bethune-Cookman"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Travis Trice, Michigan St."> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Denzel Valentine, Michigan St."> <Class>Jr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="" Player="Dante Williams, Oakland"> <Class>Sr.</Class> <Games_Played>7</Games_Played> <Total>19</Total> <Average>2.71</Average> </Listing> <Listing Rank="85" Player="Lawrence Alexander, North Dakota St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Javares Brent, Jackson St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Stephan Holm, Montana St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Devareaux Manley, Kent St."> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Darius Perkins, Utah St."> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Joey Ptasinski, Lafayette"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Damon Sherman-Newsome, Colgate"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Will Sullivan, Miami (OH)"> <Class>Sr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="David Walker, Northeastern"> <Class>Jr.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Karon Wright, South Carolina St."> <Class>So.</Class> <Games_Played>6</Games_Played> <Total>16</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Dylan Sherwood, UNCW"> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>8</Total> <Average>2.67</Average> </Listing> <Listing Rank="" Player="Jherrod Stiggers, Houston"> <Class>Jr.</Class> <Games_Played>3</Games_Played> <Total>8</Total> <Average>2.67</Average> </Listing> <Listing Rank="97" Player="Joshua Filmore, Southeastern La."> <Class>So.</Class> <Games_Played>8</Games_Played> <Total>21</Total> <Average>2.63</Average> </Listing> <Listing Rank="98" Player="Jaylen Adams, St. Bonaventure"> <Class>Fr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Garret Covington, Western Ill."> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Brandon Gfeller, Montana"> <Class>So.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Connor Hill, Idaho"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <Listing Rank="" Player="Marshun Newell, UT Martin"> <Class>Sr.</Class> <Games_Played>5</Games_Played> <Total>13</Total> <Average>2.60</Average> </Listing> <time_stamp> December 3, 2014, at 03:07 PM ET </time_stamp> </message>
+ test/xml/sportinfo/Cbask_Indv_Shooting_XML.dtd view
@@ -0,0 +1,16 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Class (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Made (#PCDATA)>+<!ELEMENT Attempted (#PCDATA)>+<!ELEMENT Percentage (#PCDATA)>+<!ELEMENT Listing ( ( Class, Games_Played, Made, Attempted, Percentage ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Player CDATA #REQUIRED>
+ test/xml/sportinfo/Cbask_Indv_Shooting_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Indv_Shooting_XML.dtd"> <message> <XML_File_ID>22413929</XML_File_ID> <heading>AEX%NCAA-FGPCT</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball FG Percentage Statistics </title> <Listing Rank="1" Player="Tysean Powell, Duquesne"> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>21</Made> <Attempted>25</Attempted> <Percentage>84.0</Percentage> </Listing> <Listing Rank="2" Player="Keaton Jackson, SIUE"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>24</Attempted> <Percentage>83.3</Percentage> </Listing> <Listing Rank="3" Player="Domantas Sabonis, Gonzaga"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>35</Made> <Attempted>44</Attempted> <Percentage>79.5</Percentage> </Listing> <Listing Rank="4" Player="Colton Weisbrod, New Orleans"> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>26</Attempted> <Percentage>76.9</Percentage> </Listing> <Listing Rank="5" Player="Matt Stainbrook, Xavier"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>62</Attempted> <Percentage>72.6</Percentage> </Listing> <Listing Rank="6" Player="Egidijus Mockevicius, Evansville"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>47</Attempted> <Percentage>72.3</Percentage> </Listing> <Listing Rank="7" Player="Zach Auguste, Notre Dame"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>42</Made> <Attempted>60</Attempted> <Percentage>70.0</Percentage> </Listing> <Listing Rank="8" Player="Mamadou Ndiaye, UC Irvine"> <Class>So</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>36</Attempted> <Percentage>69.4</Percentage> </Listing> <Listing Rank="9" Player="Josh Scott, Colorado"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>41</Attempted> <Percentage>68.3</Percentage> </Listing> <Listing Rank="10" Player="Corey Petros, Oakland"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>66</Attempted> <Percentage>68.2</Percentage> </Listing> <Listing Rank="11" Player="Venky Jois, Eastern Wash."> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>58</Made> <Attempted>86</Attempted> <Percentage>67.4</Percentage> </Listing> <Listing Rank="12" Player="Martin Breunig, Montana"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>30</Made> <Attempted>45</Attempted> <Percentage>66.7</Percentage> </Listing> <Listing Rank="13" Player="Brad Waldow, St. Mary's (CA)"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>46</Made> <Attempted>70</Attempted> <Percentage>65.7</Percentage> </Listing> <Listing Rank="14" Player="Joshua Smith, Georgetown"> <Class>Fr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>49</Attempted> <Percentage>65.3</Percentage> </Listing> <Listing Rank="15" Player="Evan Bradds, Belmont"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>41</Made> <Attempted>63</Attempted> <Percentage>65.1</Percentage> </Listing> <Listing Rank="16" Player="Seth Tuttle, UNI"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>60</Attempted> <Percentage>65.0</Percentage> </Listing> <Listing Rank="17" Player="Chris Freeman, Austin Peay"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>59</Attempted> <Percentage>64.4</Percentage> </Listing> <Listing Rank="" Player="P.J. Horgan, Citadel"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>59</Attempted> <Percentage>64.4</Percentage> </Listing> <Listing Rank="19" Player="Eric Stutz, Eastern Ky."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>39</Attempted> <Percentage>64.1</Percentage> </Listing> <Listing Rank="20" Player="Anthony Livingston, Arkansas St."> <Class>So</Class> <Games_Played>3</Games_Played> <Made>23</Made> <Attempted>36</Attempted> <Percentage>63.9</Percentage> </Listing> <Listing Rank="21" Player="Brian Pegg, Stetson"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>44</Made> <Attempted>69</Attempted> <Percentage>63.8</Percentage> </Listing> <Listing Rank="22" Player="Jahlil Okafor, Duke"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>56</Made> <Attempted>88</Attempted> <Percentage>63.6</Percentage> </Listing> <Listing Rank="" Player="Rashid Gaston, Norfolk St."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>35</Made> <Attempted>55</Attempted> <Percentage>63.6</Percentage> </Listing> <Listing Rank="24" Player="Lotanna Nwogbo, Longwood"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>63</Attempted> <Percentage>63.5</Percentage> </Listing> <Listing Rank="25" Player="Damian Jones, Vanderbilt"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>60</Attempted> <Percentage>63.3</Percentage> </Listing> <Listing Rank="" Player="Jordan Parks, N.C. Central"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>60</Attempted> <Percentage>63.3</Percentage> </Listing> <Listing Rank="27" Player="Zikiteran Woodley, Northwestern St."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>60</Made> <Attempted>95</Attempted> <Percentage>63.2</Percentage> </Listing> <Listing Rank="28" Player="Tyran de Lattibeaudiere, Lamar"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>64</Attempted> <Percentage>62.5</Percentage> </Listing> <Listing Rank="29" Player="Larry Nance Jr., Wyoming"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>66</Attempted> <Percentage>62.1</Percentage> </Listing> <Listing Rank="30" Player="Mikh McKinney, Sacramento St."> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>26</Made> <Attempted>42</Attempted> <Percentage>61.9</Percentage> </Listing> <Listing Rank="31" Player="Kennedy Meeks, North Carolina"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>52</Attempted> <Percentage>61.5</Percentage> </Listing> <Listing Rank="32" Player="Jeffery Solarin, Idaho St."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>25</Made> <Attempted>41</Attempted> <Percentage>61.0</Percentage> </Listing> <Listing Rank="33" Player="Delon Wright, Utah"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>51</Attempted> <Percentage>60.8</Percentage> </Listing> <Listing Rank="34" Player="Montrezl Harrell, Louisville"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>56</Attempted> <Percentage>60.7</Percentage> </Listing> <Listing Rank="35" Player="Kendall Gray, Delaware St."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>61</Attempted> <Percentage>60.7</Percentage> </Listing> <Listing Rank="36" Player="Shavon Shields, Nebraska"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>40</Made> <Attempted>66</Attempted> <Percentage>60.6</Percentage> </Listing> <Listing Rank="37" Player="Dallas Moore, North Florida"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>48</Made> <Attempted>80</Attempted> <Percentage>60.0</Percentage> </Listing> <Listing Rank="" Player="Roquez Johnson, Mississippi St."> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>30</Made> <Attempted>50</Attempted> <Percentage>60.0</Percentage> </Listing> <Listing Rank="39" Player="Alec Peters, Valparaiso"> <Class>So</Class> <Games_Played>8</Games_Played> <Made>55</Made> <Attempted>92</Attempted> <Percentage>59.8</Percentage> </Listing> <Listing Rank="40" Player="Chris McCullough, Syracuse"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>67</Attempted> <Percentage>59.7</Percentage> </Listing> <Listing Rank="41" Player="Charles Jackson, Tennessee Tech"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>34</Made> <Attempted>57</Attempted> <Percentage>59.6</Percentage> </Listing> <Listing Rank="42" Player="Twymond Howard, UT Martin"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>47</Attempted> <Percentage>59.6</Percentage> </Listing> <Listing Rank="43" Player="Rakeem Christmas, Syracuse"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>76</Attempted> <Percentage>59.2</Percentage> </Listing> <Listing Rank="" Player="Jerian Grant, Notre Dame"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>76</Attempted> <Percentage>59.2</Percentage> </Listing> <Listing Rank="45" Player="Sheldon McClellan, Miami (FL)"> <Class>Jr</Class> <Games_Played>8</Games_Played> <Made>52</Made> <Attempted>88</Attempted> <Percentage>59.1</Percentage> </Listing> <Listing Rank="46" Player="Aaron Valdes, Hawaii"> <Class>So</Class> <Games_Played>9</Games_Played> <Made>50</Made> <Attempted>85</Attempted> <Percentage>58.8</Percentage> </Listing> <Listing Rank="47" Player="Aaron White, Iowa"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>63</Attempted> <Percentage>58.7</Percentage> </Listing> <Listing Rank="48" Player="David Collette, Utah St."> <Class>Fr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>53</Attempted> <Percentage>58.5</Percentage> </Listing> <Listing Rank="49" Player="Jimmy Hall, Kent St."> <Class>So</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>65</Attempted> <Percentage>58.5</Percentage> </Listing> <Listing Rank="50" Player="Yanick Moreira, SMU"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>36</Made> <Attempted>62</Attempted> <Percentage>58.1</Percentage> </Listing> <Listing Rank="51" Player="Jarvis Williams, Murray St."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>69</Attempted> <Percentage>58.0</Percentage> </Listing> <Listing Rank="52" Player="Anson Winder, BYU"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>44</Made> <Attempted>76</Attempted> <Percentage>57.9</Percentage> </Listing> <Listing Rank="53" Player="John Brown, High Point"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>48</Made> <Attempted>83</Attempted> <Percentage>57.8</Percentage> </Listing> <Listing Rank="54" Player="Connar Tava, Western Mich."> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>64</Attempted> <Percentage>57.8</Percentage> </Listing> <Listing Rank="55" Player="Ameen Tanksley, Hofstra"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>78</Attempted> <Percentage>57.7</Percentage> </Listing> <Listing Rank="56" Player="Christian Thomas, Loyola Chicago"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>47</Attempted> <Percentage>57.4</Percentage> </Listing> <Listing Rank="57" Player="RJ White, UNC Greensboro"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>68</Attempted> <Percentage>57.4</Percentage> </Listing> <Listing Rank="58" Player="Michael Young, Pittsburgh"> <Class>So</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>70</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="" Player="Gavin Ware, Mississippi St."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>56</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="" Player="Sean Sellers, Ball St."> <Class>Fr</Class> <Games_Played>4</Games_Played> <Made>24</Made> <Attempted>42</Attempted> <Percentage>57.1</Percentage> </Listing> <Listing Rank="61" Player="Marcus Thornton, Georgia"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>72</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="62" Player="Scott Eatherton, Northeastern"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>65</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="" Player="Max Yon, Air Force"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>65</Attempted> <Percentage>56.9</Percentage> </Listing> <Listing Rank="64" Player="Shaquille Hines, Tex.-Pan American"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>42</Made> <Attempted>74</Attempted> <Percentage>56.8</Percentage> </Listing> <Listing Rank="65" Player="Wesley Saunders, Harvard"> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>38</Made> <Attempted>67</Attempted> <Percentage>56.7</Percentage> </Listing> <Listing Rank="" Player="Dan Trist, Lafayette"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>67</Attempted> <Percentage>56.7</Percentage> </Listing> <Listing Rank="67" Player="Rayvonte Rice, Illinois"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>43</Made> <Attempted>76</Attempted> <Percentage>56.6</Percentage> </Listing> <Listing Rank="68" Player="Gary Payton II, Oregon St."> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>26</Made> <Attempted>46</Attempted> <Percentage>56.5</Percentage> </Listing> <Listing Rank="69" Player="Kruize Pinkins, San Francisco"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>35</Made> <Attempted>62</Attempted> <Percentage>56.5</Percentage> </Listing> <Listing Rank="70" Player="Richaun Holmes, Bowling Green"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>22</Made> <Attempted>39</Attempted> <Percentage>56.4</Percentage> </Listing> <Listing Rank="" Player="Jett Raines, Pepperdine"> <Class>Jr</Class> <Games_Played>4</Games_Played> <Made>22</Made> <Attempted>39</Attempted> <Percentage>56.4</Percentage> </Listing> <Listing Rank="72" Player="Frank Kaminsky, Wisconsin"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>45</Made> <Attempted>80</Attempted> <Percentage>56.3</Percentage> </Listing> <Listing Rank="" Player="Demarcus Robinson, Alabama St."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>48</Attempted> <Percentage>56.3</Percentage> </Listing> <Listing Rank="74" Player="Jacob Parker, Stephen F. Austin"> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>41</Made> <Attempted>73</Attempted> <Percentage>56.2</Percentage> </Listing> <Listing Rank="75" Player="Sean O'Brien, Southern Ill."> <Class>So</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="" Player="Adam Smith, Virginia Tech"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="" Player="James White, UALR"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>32</Made> <Attempted>57</Attempted> <Percentage>56.1</Percentage> </Listing> <Listing Rank="78" Player="Jordan Mickey, LSU"> <Class>So</Class> <Games_Played>6</Games_Played> <Made>47</Made> <Attempted>84</Attempted> <Percentage>56.0</Percentage> </Listing> <Listing Rank="79" Player="Trevon Bluiett, Xavier"> <Class>Fr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>70</Attempted> <Percentage>55.7</Percentage> </Listing> <Listing Rank="80" Player="Stephan Hicks, CSUN"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>49</Made> <Attempted>88</Attempted> <Percentage>55.7</Percentage> </Listing> <Listing Rank="81" Player="Corey Allen Jr, South Fla."> <Class>Sr</Class> <Games_Played>7</Games_Played> <Made>40</Made> <Attempted>72</Attempted> <Percentage>55.6</Percentage> </Listing> <Listing Rank="" Player="Cedrick Williams, UNCW"> <Class>Sr</Class> <Games_Played>4</Games_Played> <Made>20</Made> <Attempted>36</Attempted> <Percentage>55.6</Percentage> </Listing> <Listing Rank="83" Player="Jameel Warney, Stony Brook"> <Class>Jr</Class> <Games_Played>8</Games_Played> <Made>56</Made> <Attempted>101</Attempted> <Percentage>55.4</Percentage> </Listing> <Listing Rank="84" Player="Corey Walden, Eastern Ky."> <Class>Sr</Class> <Games_Played>5</Games_Played> <Made>31</Made> <Attempted>56</Attempted> <Percentage>55.4</Percentage> </Listing> <Listing Rank="85" Player="Myke Henry, DePaul"> <Class>Jr</Class> <Games_Played>5</Games_Played> <Made>37</Made> <Attempted>67</Attempted> <Percentage>55.2</Percentage> </Listing> <Listing Rank="86" Player="Milton Doyle, Loyola Chicago"> <Class>So</Class> <Games_Played>5</Games_Played> <Made>27</Made> <Attempted>49</Attempted> <Percentage>55.1</Percentage> </Listing> <Listing Rank="87" Player="Anthony Beane, Jr., Southern Ill."> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>44</Made> <Attempted>80</Attempted> <Percentage>55.0</Percentage> </Listing> <Listing Rank="88" Player="Jack Gibbs, Davidson"> <Class>Fr</Class> <Games_Played>5</Games_Played> <Made>28</Made> <Attempted>51</Attempted> <Percentage>54.9</Percentage> </Listing> <Listing Rank="89" Player="Emani Gant, Texas St."> <Class>Jr</Class> <Games_Played>3</Games_Played> <Made>18</Made> <Attempted>33</Attempted> <Percentage>54.5</Percentage> </Listing> <Listing Rank="90" Player="Tucker Haymond, Western Mich."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>37</Made> <Attempted>68</Attempted> <Percentage>54.4</Percentage> </Listing> <Listing Rank="91" Player="Justin Anderson, Virginia"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>70</Attempted> <Percentage>54.3</Percentage> </Listing> <Listing Rank="" Player="Raven Lee, Eastern Mich."> <Class>So</Class> <Games_Played>7</Games_Played> <Made>38</Made> <Attempted>70</Attempted> <Percentage>54.3</Percentage> </Listing> <Listing Rank="93" Player="Keifer Sykes, Green Bay"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>45</Made> <Attempted>83</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="94" Player="Jonathan Holton, West Virginia"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>72</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="95" Player="Maxie Esho, Massachusetts"> <Class>Sr</Class> <Games_Played>8</Games_Played> <Made>40</Made> <Attempted>74</Attempted> <Percentage>54.1</Percentage> </Listing> <Listing Rank="96" Player="Javarez Willis, Ohio"> <Class>Sr</Class> <Games_Played>3</Games_Played> <Made>21</Made> <Attempted>39</Attempted> <Percentage>53.8</Percentage> </Listing> <Listing Rank="97" Player="Levi Randolph, Alabama"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>37</Made> <Attempted>69</Attempted> <Percentage>53.6</Percentage> </Listing> <Listing Rank="98" Player="Mike Thorne, Charlotte"> <Class>Jr</Class> <Games_Played>6</Games_Played> <Made>38</Made> <Attempted>71</Attempted> <Percentage>53.5</Percentage> </Listing> <Listing Rank="99" Player="Earl Brown, Saint Francis (PA)"> <Class>Sr</Class> <Games_Played>6</Games_Played> <Made>31</Made> <Attempted>58</Attempted> <Percentage>53.4</Percentage> </Listing> <Listing Rank="100" Player="Aly Ahmed, Bakersfield"> <Class>Jr</Class> <Games_Played>7</Games_Played> <Made>39</Made> <Attempted>73</Attempted> <Percentage>53.4</Percentage> </Listing> <time_stamp> December 3, 2014, at 03:06 PM ET </time_stamp> </message>
+ test/xml/sportinfo/Cbask_Team_Scoring_Rebound_Margin_XML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Games (#PCDATA)>+<!ELEMENT Rebounds_Points (#PCDATA)>+<!ELEMENT ReboundsPerGame_PointsPerGame (#PCDATA)>+<!ELEMENT OppREB_OppPTS (#PCDATA)>+<!ELEMENT OppRPG_OppPPG (#PCDATA)>+<!ELEMENT Margin (#PCDATA)>+<!ELEMENT Listing ( ( Games, Rebounds_Points, ReboundsPerGame_PointsPerGame, OppREB_OppPTS, OppRPG_OppPPG, Margin ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ test/xml/sportinfo/Cbask_Team_Scoring_Rebound_Margin_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Scoring_Rebound_Margin_XML.dtd"> <message> <XML_File_ID>22414008</XML_File_ID> <heading>AEX%NCAA-TEAM-SCORINGMARGIN</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team Scoring Margin Stats </title> <Listing Rank="" Team="Kentucky"> <Games>7</Games> <Rebounds_Points>553</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>312</OppREB_OppPTS> <OppRPG_OppPPG>44.6</OppRPG_OppPPG> <Margin>34.4</Margin> </Listing> <Listing Rank="" Team="Eastern Ky."> <Games>5</Games> <Rebounds_Points>455</Rebounds_Points> <ReboundsPerGame_PointsPerGame>91.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>292</OppREB_OppPTS> <OppRPG_OppPPG>58.4</OppRPG_OppPPG> <Margin>32.6</Margin> </Listing> <Listing Rank="" Team="Duke"> <Games>7</Games> <Rebounds_Points>633</Rebounds_Points> <ReboundsPerGame_PointsPerGame>90.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>59.1</OppRPG_OppPPG> <Margin>31.3</Margin> </Listing> <Listing Rank="" Team="Gonzaga"> <Games>7</Games> <Rebounds_Points>616</Rebounds_Points> <ReboundsPerGame_PointsPerGame>88.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>410</OppREB_OppPTS> <OppRPG_OppPPG>58.6</OppRPG_OppPPG> <Margin>29.4</Margin> </Listing> <Listing Rank="" Team="Notre Dame"> <Games>7</Games> <Rebounds_Points>604</Rebounds_Points> <ReboundsPerGame_PointsPerGame>86.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>398</OppREB_OppPTS> <OppRPG_OppPPG>56.9</OppRPG_OppPPG> <Margin>29.4</Margin> </Listing> <Listing Rank="" Team="Utah"> <Games>6</Games> <Rebounds_Points>495</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>330</OppREB_OppPTS> <OppRPG_OppPPG>55.0</OppRPG_OppPPG> <Margin>27.5</Margin> </Listing> <Listing Rank="" Team="Louisville"> <Games>6</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>288</OppREB_OppPTS> <OppRPG_OppPPG>48.0</OppRPG_OppPPG> <Margin>27.0</Margin> </Listing> <Listing Rank="" Team="Wichita St."> <Games>4</Games> <Rebounds_Points>322</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>222</OppREB_OppPTS> <OppRPG_OppPPG>55.5</OppRPG_OppPPG> <Margin>25.0</Margin> </Listing> <Listing Rank="" Team="Wisconsin"> <Games>7</Games> <Rebounds_Points>522</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>354</OppREB_OppPTS> <OppRPG_OppPPG>50.6</OppRPG_OppPPG> <Margin>24.0</Margin> </Listing> <Listing Rank="1" Team="Ohio St."> <Games>6</Games> <Rebounds_Points>491</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>23.5</Margin> </Listing> <Listing Rank="1" Team="Virginia"> <Games>7</Games> <Rebounds_Points>468</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>305</OppREB_OppPTS> <OppRPG_OppPPG>43.6</OppRPG_OppPPG> <Margin>23.3</Margin> </Listing> <Listing Rank="1" Team="Oklahoma St."> <Games>6</Games> <Rebounds_Points>469</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>331</OppREB_OppPTS> <OppRPG_OppPPG>55.2</OppRPG_OppPPG> <Margin>23.0</Margin> </Listing> <Listing Rank="1" Team="USC Upstate"> <Games>8</Games> <Rebounds_Points>620</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>55.5</OppRPG_OppPPG> <Margin>22.0</Margin> </Listing> <Listing Rank="" Team="Illinois"> <Games>7</Games> <Rebounds_Points>601</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>447</OppREB_OppPTS> <OppRPG_OppPPG>63.9</OppRPG_OppPPG> <Margin>22.0</Margin> </Listing> <Listing Rank="1" Team="TCU"> <Games>7</Games> <Rebounds_Points>536</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>54.7</OppRPG_OppPPG> <Margin>21.9</Margin> </Listing> <Listing Rank="1" Team="Davidson"> <Games>5</Games> <Rebounds_Points>427</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>20.4</Margin> </Listing> <Listing Rank="1" Team="Eastern Wash."> <Games>7</Games> <Rebounds_Points>597</Rebounds_Points> <ReboundsPerGame_PointsPerGame>85.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>20.1</Margin> </Listing> <Listing Rank="1" Team="Texas"> <Games>7</Games> <Rebounds_Points>508</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>368</OppREB_OppPTS> <OppRPG_OppPPG>52.6</OppRPG_OppPPG> <Margin>20.0</Margin> </Listing> <Listing Rank="1" Team="West Virginia"> <Games>7</Games> <Rebounds_Points>575</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>19.6</Margin> </Listing> <Listing Rank="2" Team="Sam Houston St."> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>19.5</Margin> </Listing> <Listing Rank="2" Team="Eastern Mich."> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>55.4</OppRPG_OppPPG> <Margin>19.4</Margin> </Listing> <Listing Rank="2" Team="Arkansas"> <Games>6</Games> <Rebounds_Points>540</Rebounds_Points> <ReboundsPerGame_PointsPerGame>90.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>425</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>19.2</Margin> </Listing> <Listing Rank="" Team="Villanova"> <Games>6</Games> <Rebounds_Points>445</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>330</OppREB_OppPTS> <OppRPG_OppPPG>55.0</OppRPG_OppPPG> <Margin>19.2</Margin> </Listing> <Listing Rank="2" Team="Duquesne"> <Games>4</Games> <Rebounds_Points>355</Rebounds_Points> <ReboundsPerGame_PointsPerGame>88.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>279</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>19.0</Margin> </Listing> <Listing Rank="2" Team="Purdue"> <Games>7</Games> <Rebounds_Points>553</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>18.7</Margin> </Listing> <Listing Rank="2" Team="Evansville"> <Games>6</Games> <Rebounds_Points>470</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>18.2</Margin> </Listing> <Listing Rank="2" Team="Butler"> <Games>6</Games> <Rebounds_Points>433</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>54.5</OppRPG_OppPPG> <Margin>17.7</Margin> </Listing> <Listing Rank="2" Team="Valparaiso"> <Games>8</Games> <Rebounds_Points>603</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>462</OppREB_OppPTS> <OppRPG_OppPPG>57.8</OppRPG_OppPPG> <Margin>17.6</Margin> </Listing> <Listing Rank="2" Team="Maryland"> <Games>7</Games> <Rebounds_Points>547</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>60.6</OppRPG_OppPPG> <Margin>17.6</Margin> </Listing> <Listing Rank="3" Team="BYU"> <Games>8</Games> <Rebounds_Points>761</Rebounds_Points> <ReboundsPerGame_PointsPerGame>95.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>621</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>17.5</Margin> </Listing> <Listing Rank="" Team="Central Mich."> <Games>6</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>63.2</OppRPG_OppPPG> <Margin>17.5</Margin> </Listing> <Listing Rank="3" Team="North Carolina"> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>64.2</OppRPG_OppPPG> <Margin>17.2</Margin> </Listing> <Listing Rank="3" Team="Coastal Caro."> <Games>7</Games> <Rebounds_Points>502</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>54.6</OppRPG_OppPPG> <Margin>17.1</Margin> </Listing> <Listing Rank="" Team="Wyoming"> <Games>7</Games> <Rebounds_Points>472</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>50.3</OppRPG_OppPPG> <Margin>17.1</Margin> </Listing> <Listing Rank="3" Team="Baylor"> <Games>7</Games> <Rebounds_Points>476</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>51.1</OppRPG_OppPPG> <Margin>16.9</Margin> </Listing> <Listing Rank="3" Team="Ga. Southern"> <Games>6</Games> <Rebounds_Points>462</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>16.8</Margin> </Listing> <Listing Rank="3" Team="Texas A&M"> <Games>5</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>289</OppREB_OppPTS> <OppRPG_OppPPG>57.8</OppRPG_OppPPG> <Margin>16.6</Margin> </Listing> <Listing Rank="3" Team="Iowa"> <Games>7</Games> <Rebounds_Points>516</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>403</OppREB_OppPTS> <OppRPG_OppPPG>57.6</OppRPG_OppPPG> <Margin>16.1</Margin> </Listing> <Listing Rank="3" Team="Miami (FL)"> <Games>8</Games> <Rebounds_Points>609</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>481</OppREB_OppPTS> <OppRPG_OppPPG>60.1</OppRPG_OppPPG> <Margin>16.0</Margin> </Listing> <Listing Rank="4" Team="UT Martin"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>312</OppREB_OppPTS> <OppRPG_OppPPG>62.4</OppRPG_OppPPG> <Margin>15.8</Margin> </Listing> <Listing Rank="4" Team="Arizona"> <Games>7</Games> <Rebounds_Points>531</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>15.6</Margin> </Listing> <Listing Rank="4" Team="California"> <Games>6</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>59.2</OppRPG_OppPPG> <Margin>15.5</Margin> </Listing> <Listing Rank="4" Team="Syracuse"> <Games>7</Games> <Rebounds_Points>486</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>378</OppREB_OppPTS> <OppRPG_OppPPG>54.0</OppRPG_OppPPG> <Margin>15.4</Margin> </Listing> <Listing Rank="4" Team="Indiana"> <Games>7</Games> <Rebounds_Points>612</Rebounds_Points> <ReboundsPerGame_PointsPerGame>87.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>505</OppREB_OppPTS> <OppRPG_OppPPG>72.1</OppRPG_OppPPG> <Margin>15.3</Margin> </Listing> <Listing Rank="4" Team="Ball St."> <Games>4</Games> <Rebounds_Points>330</Rebounds_Points> <ReboundsPerGame_PointsPerGame>82.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>269</OppREB_OppPTS> <OppRPG_OppPPG>67.3</OppRPG_OppPPG> <Margin>15.3</Margin> </Listing> <Listing Rank="4" Team="San Francisco"> <Games>6</Games> <Rebounds_Points>460</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>369</OppREB_OppPTS> <OppRPG_OppPPG>61.5</OppRPG_OppPPG> <Margin>15.2</Margin> </Listing> <Listing Rank="" Team="Tulane"> <Games>6</Games> <Rebounds_Points>456</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>365</OppREB_OppPTS> <OppRPG_OppPPG>60.8</OppRPG_OppPPG> <Margin>15.2</Margin> </Listing> <Listing Rank="4" Team="Xavier"> <Games>7</Games> <Rebounds_Points>585</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>480</OppREB_OppPTS> <OppRPG_OppPPG>68.6</OppRPG_OppPPG> <Margin>15.0</Margin> </Listing> <Listing Rank="" Team="N.C. Central"> <Games>7</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>54.1</OppRPG_OppPPG> <Margin>15.0</Margin> </Listing> <Listing Rank="5" Team="Vanderbilt"> <Games>6</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>340</OppREB_OppPTS> <OppRPG_OppPPG>56.7</OppRPG_OppPPG> <Margin>14.8</Margin> </Listing> <Listing Rank="5" Team="George Washington"> <Games>5</Games> <Rebounds_Points>349</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>276</OppREB_OppPTS> <OppRPG_OppPPG>55.2</OppRPG_OppPPG> <Margin>14.6</Margin> </Listing> <Listing Rank="5" Team="Iowa St."> <Games>5</Games> <Rebounds_Points>417</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>14.4</Margin> </Listing> <Listing Rank="5" Team="Northern Colo."> <Games>6</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>402</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>14.3</Margin> </Listing> <Listing Rank="5" Team="North Carolina St."> <Games>7</Games> <Rebounds_Points>521</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>422</OppREB_OppPTS> <OppRPG_OppPPG>60.3</OppRPG_OppPPG> <Margin>14.1</Margin> </Listing> <Listing Rank="5" Team="Houston Baptist"> <Games>4</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>249</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>13.8</Margin> </Listing> <Listing Rank="5" Team="Michigan St."> <Games>7</Games> <Rebounds_Points>513</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>13.6</Margin> </Listing> <Listing Rank="5" Team="UNI"> <Games>7</Games> <Rebounds_Points>471</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>53.9</OppRPG_OppPPG> <Margin>13.4</Margin> </Listing> <Listing Rank="5" Team="St. Mary's (CA)"> <Games>5</Games> <Rebounds_Points>392</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>13.4</Margin> </Listing> <Listing Rank="5" Team="Creighton"> <Games>7</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>426</OppREB_OppPTS> <OppRPG_OppPPG>60.9</OppRPG_OppPPG> <Margin>13.1</Margin> </Listing> <Listing Rank="6" Team="Michigan"> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>433</OppREB_OppPTS> <OppRPG_OppPPG>61.9</OppRPG_OppPPG> <Margin>13.0</Margin> </Listing> <Listing Rank="" Team="Harvard"> <Games>5</Games> <Rebounds_Points>360</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>59.0</OppRPG_OppPPG> <Margin>13.0</Margin> </Listing> <Listing Rank="6" Team="Minnesota"> <Games>7</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>63.4</OppRPG_OppPPG> <Margin>12.7</Margin> </Listing> <Listing Rank="6" Team="Washington"> <Games>6</Games> <Rebounds_Points>442</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>12.5</Margin> </Listing> <Listing Rank="6" Team="Hofstra"> <Games>7</Games> <Rebounds_Points>561</Rebounds_Points> <ReboundsPerGame_PointsPerGame>80.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>12.4</Margin> </Listing> <Listing Rank="6" Team="Dayton"> <Games>5</Games> <Rebounds_Points>335</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>274</OppREB_OppPTS> <OppRPG_OppPPG>54.8</OppRPG_OppPPG> <Margin>12.2</Margin> </Listing> <Listing Rank="6" Team="Seton Hall"> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>363</OppREB_OppPTS> <OppRPG_OppPPG>60.5</OppRPG_OppPPG> <Margin>12.2</Margin> </Listing> <Listing Rank="6" Team="Yale"> <Games>8</Games> <Rebounds_Points>588</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>491</OppREB_OppPTS> <OppRPG_OppPPG>61.4</OppRPG_OppPPG> <Margin>12.1</Margin> </Listing> <Listing Rank="6" Team="VMI"> <Games>7</Games> <Rebounds_Points>651</Rebounds_Points> <ReboundsPerGame_PointsPerGame>93.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>569</OppREB_OppPTS> <OppRPG_OppPPG>81.3</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="" Team="Louisiana Tech"> <Games>7</Games> <Rebounds_Points>548</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>466</OppREB_OppPTS> <OppRPG_OppPPG>66.6</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="7" Team="Oregon"> <Games>6</Games> <Rebounds_Points>475</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>405</OppREB_OppPTS> <OppRPG_OppPPG>67.5</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="" Team="Nebraska"> <Games>6</Games> <Rebounds_Points>449</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>379</OppREB_OppPTS> <OppRPG_OppPPG>63.2</OppRPG_OppPPG> <Margin>11.7</Margin> </Listing> <Listing Rank="7" Team="William & Mary"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>11.5</Margin> </Listing> <Listing Rank="" Team="San Diego St."> <Games>6</Games> <Rebounds_Points>408</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>56.5</OppRPG_OppPPG> <Margin>11.5</Margin> </Listing> <Listing Rank="7" Team="UC Irvine"> <Games>5</Games> <Rebounds_Points>358</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>301</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>11.4</Margin> </Listing> <Listing Rank="7" Team="Colorado St."> <Games>6</Games> <Rebounds_Points>454</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>386</OppREB_OppPTS> <OppRPG_OppPPG>64.3</OppRPG_OppPPG> <Margin>11.3</Margin> </Listing> <Listing Rank="" Team="Mississippi St."> <Games>6</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>344</OppREB_OppPTS> <OppRPG_OppPPG>57.3</OppRPG_OppPPG> <Margin>11.3</Margin> </Listing> <Listing Rank="7" Team="Arizona St."> <Games>6</Games> <Rebounds_Points>425</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>11.2</Margin> </Listing> <Listing Rank="7" Team="Stanford"> <Games>6</Games> <Rebounds_Points>462</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>396</OppREB_OppPTS> <OppRPG_OppPPG>66.0</OppRPG_OppPPG> <Margin>11.0</Margin> </Listing> <Listing Rank="" Team="Green Bay"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>349</OppREB_OppPTS> <OppRPG_OppPPG>58.2</OppRPG_OppPPG> <Margin>11.0</Margin> </Listing> <Listing Rank="8" Team="Towson"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>403</OppREB_OppPTS> <OppRPG_OppPPG>57.6</OppRPG_OppPPG> <Margin>10.9</Margin> </Listing> <Listing Rank="8" Team="Ole Miss"> <Games>6</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>364</OppREB_OppPTS> <OppRPG_OppPPG>60.7</OppRPG_OppPPG> <Margin>10.8</Margin> </Listing> <Listing Rank="8" Team="Bowling Green"> <Games>4</Games> <Rebounds_Points>273</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>230</OppREB_OppPTS> <OppRPG_OppPPG>57.5</OppRPG_OppPPG> <Margin>10.8</Margin> </Listing> <Listing Rank="8" Team="UCLA"> <Games>7</Games> <Rebounds_Points>590</Rebounds_Points> <ReboundsPerGame_PointsPerGame>84.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>515</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>10.7</Margin> </Listing> <Listing Rank="" Team="Providence"> <Games>7</Games> <Rebounds_Points>483</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>408</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>10.7</Margin> </Listing> <Listing Rank="8" Team="Rhode Island"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>356</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>10.5</Margin> </Listing> <Listing Rank="8" Team="Georgia St."> <Games>7</Games> <Rebounds_Points>546</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>473</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>10.4</Margin> </Listing> <Listing Rank="8" Team="East Tenn. St."> <Games>5</Games> <Rebounds_Points>417</Rebounds_Points> <ReboundsPerGame_PointsPerGame>83.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>73.2</OppRPG_OppPPG> <Margin>10.2</Margin> </Listing> <Listing Rank="8" Team="UC Santa Barbara"> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>363</OppREB_OppPTS> <OppRPG_OppPPG>60.5</OppRPG_OppPPG> <Margin>10.2</Margin> </Listing> <Listing Rank="8" Team="South Carolina"> <Games>7</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>62.4</OppRPG_OppPPG> <Margin>10.0</Margin> </Listing> <Listing Rank="" Team="St. John's (NY)"> <Games>6</Games> <Rebounds_Points>443</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>63.8</OppRPG_OppPPG> <Margin>10.0</Margin> </Listing> <Listing Rank="9" Team="Cincinnati"> <Games>7</Games> <Rebounds_Points>435</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>52.3</OppRPG_OppPPG> <Margin>9.9</Margin> </Listing> <Listing Rank="9" Team="Colorado"> <Games>5</Games> <Rebounds_Points>340</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>291</OppREB_OppPTS> <OppRPG_OppPPG>58.2</OppRPG_OppPPG> <Margin>9.8</Margin> </Listing> <Listing Rank="9" Team="UC Davis"> <Games>5</Games> <Rebounds_Points>319</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>271</OppREB_OppPTS> <OppRPG_OppPPG>54.2</OppRPG_OppPPG> <Margin>9.6</Margin> </Listing> <Listing Rank="9" Team="Detroit"> <Games>8</Games> <Rebounds_Points>594</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>518</OppREB_OppPTS> <OppRPG_OppPPG>64.8</OppRPG_OppPPG> <Margin>9.5</Margin> </Listing> <Listing Rank="" Team="Pepperdine"> <Games>4</Games> <Rebounds_Points>289</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>251</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>9.5</Margin> </Listing> <Listing Rank="9" Team="Belmont"> <Games>8</Games> <Rebounds_Points>623</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>9.4</Margin> </Listing> <Listing Rank="9" Team="St. Bonaventure"> <Games>5</Games> <Rebounds_Points>359</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="9" Team="Portland"> <Games>6</Games> <Rebounds_Points>425</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>370</OppREB_OppPTS> <OppRPG_OppPPG>61.7</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="" Team="Oklahoma"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>61.0</OppRPG_OppPPG> <Margin>9.2</Margin> </Listing> <Listing Rank="10" Team="FGCU"> <Games>7</Games> <Rebounds_Points>459</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>395</OppREB_OppPTS> <OppRPG_OppPPG>56.4</OppRPG_OppPPG> <Margin>9.1</Margin> </Listing> <Listing Rank="10" Team="Morehead St."> <Games>9</Games> <Rebounds_Points>643</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>561</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>9.1</Margin> </Listing> <Listing Rank="10" Team="Alabama"> <Games>6</Games> <Rebounds_Points>475</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>421</OppREB_OppPTS> <OppRPG_OppPPG>70.2</OppRPG_OppPPG> <Margin>9.0</Margin> </Listing> <Listing Rank="10" Team="Texas St."> <Games>4</Games> <Rebounds_Points>262</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>227</OppREB_OppPTS> <OppRPG_OppPPG>56.8</OppRPG_OppPPG> <Margin>8.8</Margin> </Listing> <Listing Rank="10" Team="Vermont"> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>64.2</OppRPG_OppPPG> <Margin>8.5</Margin> </Listing> <Listing Rank="10" Team="Winthrop"> <Games>5</Games> <Rebounds_Points>349</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>308</OppREB_OppPTS> <OppRPG_OppPPG>61.6</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="" Team="La.-Monroe"> <Games>5</Games> <Rebounds_Points>338</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>297</OppREB_OppPTS> <OppRPG_OppPPG>59.4</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="10" Team="Iona"> <Games>6</Games> <Rebounds_Points>517</Rebounds_Points> <ReboundsPerGame_PointsPerGame>86.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>468</OppREB_OppPTS> <OppRPG_OppPPG>78.0</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="" Team="Virginia Tech"> <Games>6</Games> <Rebounds_Points>422</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>373</OppREB_OppPTS> <OppRPG_OppPPG>62.2</OppRPG_OppPPG> <Margin>8.2</Margin> </Listing> <Listing Rank="10" Team="East Carolina"> <Games>7</Games> <Rebounds_Points>524</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>467</OppREB_OppPTS> <OppRPG_OppPPG>66.7</OppRPG_OppPPG> <Margin>8.1</Margin> </Listing> <Listing Rank="11" Team="New Hampshire"> <Games>5</Games> <Rebounds_Points>337</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>297</OppREB_OppPTS> <OppRPG_OppPPG>59.4</OppRPG_OppPPG> <Margin>8.0</Margin> </Listing> <Listing Rank="11" Team="Wofford"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>60.6</OppRPG_OppPPG> <Margin>7.9</Margin> </Listing> <Listing Rank="11" Team="Seattle"> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>356</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>7.8</Margin> </Listing> <Listing Rank="11" Team="Citadel"> <Games>7</Games> <Rebounds_Points>466</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>412</OppREB_OppPTS> <OppRPG_OppPPG>58.9</OppRPG_OppPPG> <Margin>7.7</Margin> </Listing> <Listing Rank="11" Team="VCU"> <Games>7</Games> <Rebounds_Points>541</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>488</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="Georgia"> <Games>7</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>480</OppREB_OppPTS> <OppRPG_OppPPG>68.6</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="Western Mich."> <Games>7</Games> <Rebounds_Points>532</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>479</OppREB_OppPTS> <OppRPG_OppPPG>68.4</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="" Team="New Mexico St."> <Games>7</Games> <Rebounds_Points>528</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>475</OppREB_OppPTS> <OppRPG_OppPPG>67.9</OppRPG_OppPPG> <Margin>7.6</Margin> </Listing> <Listing Rank="11" Team="Charleston So."> <Games>6</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>65.3</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Air Force"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Georgia Tech"> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>375</OppREB_OppPTS> <OppRPG_OppPPG>62.5</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="" Team="Kent St."> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>359</OppREB_OppPTS> <OppRPG_OppPPG>59.8</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="12" Team="LSU"> <Games>7</Games> <Rebounds_Points>521</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>470</OppREB_OppPTS> <OppRPG_OppPPG>67.1</OppRPG_OppPPG> <Margin>7.3</Margin> </Listing> <Listing Rank="12" Team="Georgetown"> <Games>6</Games> <Rebounds_Points>430</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>7.2</Margin> </Listing> <Listing Rank="12" Team="Clemson"> <Games>7</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>429</OppREB_OppPTS> <OppRPG_OppPPG>61.3</OppRPG_OppPPG> <Margin>7.1</Margin> </Listing> <Listing Rank="12" Team="IPFW"> <Games>5</Games> <Rebounds_Points>373</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>338</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>7.0</Margin> </Listing> <Listing Rank="" Team="Oregon St."> <Games>5</Games> <Rebounds_Points>330</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>59.0</OppRPG_OppPPG> <Margin>7.0</Margin> </Listing> <Listing Rank="12" Team="Kansas"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>374</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>6.8</Margin> </Listing> <Listing Rank="12" Team="Columbia"> <Games>6</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>311</OppREB_OppPTS> <OppRPG_OppPPG>51.8</OppRPG_OppPPG> <Margin>6.7</Margin> </Listing> <Listing Rank="12" Team="DePaul"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>71.6</OppRPG_OppPPG> <Margin>6.6</Margin> </Listing> <Listing Rank="13" Team="UC Riverside"> <Games>7</Games> <Rebounds_Points>485</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>439</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>6.6</Margin> </Listing> <Listing Rank="13" Team="Hawaii"> <Games>9</Games> <Rebounds_Points>659</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>6.4</Margin> </Listing> <Listing Rank="13" Team="SMU"> <Games>7</Games> <Rebounds_Points>501</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>6.4</Margin> </Listing> <Listing Rank="13" Team="Elon"> <Games>7</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>467</OppREB_OppPTS> <OppRPG_OppPPG>66.7</OppRPG_OppPPG> <Margin>6.3</Margin> </Listing> <Listing Rank="" Team="Southeast Mo. St."> <Games>7</Games> <Rebounds_Points>482</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>6.3</Margin> </Listing> <Listing Rank="13" Team="Texas Tech"> <Games>5</Games> <Rebounds_Points>353</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>322</OppREB_OppPTS> <OppRPG_OppPPG>64.4</OppRPG_OppPPG> <Margin>6.2</Margin> </Listing> <Listing Rank="13" Team="Tennessee Tech"> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>6.2</Margin> </Listing> <Listing Rank="13" Team="Pittsburgh"> <Games>7</Games> <Rebounds_Points>488</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>445</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>6.1</Margin> </Listing> <Listing Rank="13" Team="Stony Brook"> <Games>8</Games> <Rebounds_Points>547</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>498</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>6.1</Margin> </Listing> <Listing Rank="13" Team="FIU"> <Games>8</Games> <Rebounds_Points>497</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>56.1</OppRPG_OppPPG> <Margin>6.0</Margin> </Listing> <Listing Rank="" Team="Sacramento St."> <Games>5</Games> <Rebounds_Points>364</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>6.0</Margin> </Listing> <Listing Rank="14" Team="Army"> <Games>6</Games> <Rebounds_Points>479</Rebounds_Points> <ReboundsPerGame_PointsPerGame>79.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>444</OppREB_OppPTS> <OppRPG_OppPPG>74.0</OppRPG_OppPPG> <Margin>5.8</Margin> </Listing> <Listing Rank="14" Team="Holy Cross"> <Games>4</Games> <Rebounds_Points>287</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>264</OppREB_OppPTS> <OppRPG_OppPPG>66.0</OppRPG_OppPPG> <Margin>5.8</Margin> </Listing> <Listing Rank="14" Team="Penn St."> <Games>7</Games> <Rebounds_Points>532</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>492</OppREB_OppPTS> <OppRPG_OppPPG>70.3</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="" Team="San Diego"> <Games>7</Games> <Rebounds_Points>503</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>463</OppREB_OppPTS> <OppRPG_OppPPG>66.1</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="14" Team="Old Dominion"> <Games>6</Games> <Rebounds_Points>385</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>351</OppREB_OppPTS> <OppRPG_OppPPG>58.5</OppRPG_OppPPG> <Margin>5.7</Margin> </Listing> <Listing Rank="14" Team="North Florida"> <Games>7</Games> <Rebounds_Points>497</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>5.6</Margin> </Listing> <Listing Rank="14" Team="South Dakota St."> <Games>5</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>336</OppREB_OppPTS> <OppRPG_OppPPG>67.2</OppRPG_OppPPG> <Margin>5.4</Margin> </Listing> <Listing Rank="14" Team="Mercer"> <Games>8</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>476</OppREB_OppPTS> <OppRPG_OppPPG>59.5</OppRPG_OppPPG> <Margin>5.3</Margin> </Listing> <Listing Rank="14" Team="Missouri St."> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>64.7</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="" Team="Cleveland St."> <Games>6</Games> <Rebounds_Points>402</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="" Team="Northeastern"> <Games>6</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>360</OppREB_OppPTS> <OppRPG_OppPPG>60.0</OppRPG_OppPPG> <Margin>5.2</Margin> </Listing> <Listing Rank="15" Team="Stephen F. Austin"> <Games>7</Games> <Rebounds_Points>486</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>451</OppREB_OppPTS> <OppRPG_OppPPG>64.4</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="" Team="Akron"> <Games>7</Games> <Rebounds_Points>484</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>64.1</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="" Team="SIUE"> <Games>4</Games> <Rebounds_Points>315</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>295</OppREB_OppPTS> <OppRPG_OppPPG>73.8</OppRPG_OppPPG> <Margin>5.0</Margin> </Listing> <Listing Rank="15" Team="UMKC"> <Games>7</Games> <Rebounds_Points>502</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>468</OppREB_OppPTS> <OppRPG_OppPPG>66.9</OppRPG_OppPPG> <Margin>4.9</Margin> </Listing> <Listing Rank="15" Team="Wake Forest"> <Games>8</Games> <Rebounds_Points>577</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>539</OppREB_OppPTS> <OppRPG_OppPPG>67.4</OppRPG_OppPPG> <Margin>4.8</Margin> </Listing> <Listing Rank="15" Team="Illinois St."> <Games>6</Games> <Rebounds_Points>419</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>65.3</OppRPG_OppPPG> <Margin>4.5</Margin> </Listing> <Listing Rank="15" Team="Kansas St."> <Games>7</Games> <Rebounds_Points>528</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>497</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>4.4</Margin> </Listing> <Listing Rank="15" Team="UTEP"> <Games>5</Games> <Rebounds_Points>346</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>325</OppREB_OppPTS> <OppRPG_OppPPG>65.0</OppRPG_OppPPG> <Margin>4.2</Margin> </Listing> <Listing Rank="" Team="UConn"> <Games>5</Games> <Rebounds_Points>328</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>307</OppREB_OppPTS> <OppRPG_OppPPG>61.4</OppRPG_OppPPG> <Margin>4.2</Margin> </Listing> <Listing Rank="16" Team="Howard"> <Games>8</Games> <Rebounds_Points>556</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>524</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="" Team="Buffalo"> <Games>5</Games> <Rebounds_Points>347</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="" Team="Ohio"> <Games>4</Games> <Rebounds_Points>285</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>269</OppREB_OppPTS> <OppRPG_OppPPG>67.3</OppRPG_OppPPG> <Margin>4.0</Margin> </Listing> <Listing Rank="16" Team="Florida"> <Games>6</Games> <Rebounds_Points>381</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>358</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>3.8</Margin> </Listing> <Listing Rank="16" Team="Richmond"> <Games>5</Games> <Rebounds_Points>323</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>304</OppREB_OppPTS> <OppRPG_OppPPG>60.8</OppRPG_OppPPG> <Margin>3.8</Margin> </Listing> <Listing Rank="16" Team="South Fla."> <Games>7</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>481</OppREB_OppPTS> <OppRPG_OppPPG>68.7</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="16" Team="Lafayette"> <Games>6</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="" Team="North Texas"> <Games>6</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="" Team="Arkansas St."> <Games>3</Games> <Rebounds_Points>198</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>187</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>3.7</Margin> </Listing> <Listing Rank="17" Team="Portland St."> <Games>5</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>354</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>3.6</Margin> </Listing> <Listing Rank="17" Team="Saint Louis"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>411</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>3.3</Margin> </Listing> <Listing Rank="17" Team="Quinnipiac"> <Games>5</Games> <Rebounds_Points>361</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>3.2</Margin> </Listing> <Listing Rank="17" Team="UCF"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>402</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>3.2</Margin> </Listing> <Listing Rank="17" Team="UTSA"> <Games>5</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>368</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>3.0</Margin> </Listing> <Listing Rank="17" Team="Northern Ill."> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>327</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>2.8</Margin> </Listing> <Listing Rank="17" Team="High Point"> <Games>7</Games> <Rebounds_Points>515</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>496</OppREB_OppPTS> <OppRPG_OppPPG>70.9</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="" Team="Radford"> <Games>7</Games> <Rebounds_Points>438</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>59.9</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="17" Team="Toledo"> <Games>6</Games> <Rebounds_Points>467</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>451</OppREB_OppPTS> <OppRPG_OppPPG>75.2</OppRPG_OppPPG> <Margin>2.7</Margin> </Listing> <Listing Rank="17" Team="Massachusetts"> <Games>8</Games> <Rebounds_Points>598</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>578</OppREB_OppPTS> <OppRPG_OppPPG>72.3</OppRPG_OppPPG> <Margin>2.5</Margin> </Listing> <Listing Rank="18" Team="La.-Lafayette"> <Games>5</Games> <Rebounds_Points>346</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>2.4</Margin> </Listing> <Listing Rank="18" Team="New Mexico"> <Games>6</Games> <Rebounds_Points>385</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>2.3</Margin> </Listing> <Listing Rank="18" Team="Hartford"> <Games>7</Games> <Rebounds_Points>416</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>400</OppREB_OppPTS> <OppRPG_OppPPG>57.1</OppRPG_OppPPG> <Margin>2.3</Margin> </Listing> <Listing Rank="18" Team="Northwestern"> <Games>6</Games> <Rebounds_Points>368</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>59.2</OppRPG_OppPPG> <Margin>2.2</Margin> </Listing> <Listing Rank="18" Team="Loyola Chicago"> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>331</OppREB_OppPTS> <OppRPG_OppPPG>66.2</OppRPG_OppPPG> <Margin>2.0</Margin> </Listing> <Listing Rank="18" Team="Tulsa"> <Games>6</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>1.8</Margin> </Listing> <Listing Rank="18" Team="UALR"> <Games>5</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>78.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>76.4</OppRPG_OppPPG> <Margin>1.8</Margin> </Listing> <Listing Rank="18" Team="La Salle"> <Games>6</Games> <Rebounds_Points>360</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>352</OppREB_OppPTS> <OppRPG_OppPPG>58.7</OppRPG_OppPPG> <Margin>1.3</Margin> </Listing> <Listing Rank="18" Team="Southern Ill."> <Games>6</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>376</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>1.2</Margin> </Listing> <Listing Rank="" Team="Monmouth"> <Games>6</Games> <Rebounds_Points>374</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>1.2</Margin> </Listing> <Listing Rank="19" Team="Pacific"> <Games>7</Games> <Rebounds_Points>463</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>456</OppREB_OppPTS> <OppRPG_OppPPG>65.1</OppRPG_OppPPG> <Margin>1.0</Margin> </Listing> <Listing Rank="" Team="Temple"> <Games>6</Games> <Rebounds_Points>372</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>366</OppREB_OppPTS> <OppRPG_OppPPG>61.0</OppRPG_OppPPG> <Margin>1.0</Margin> </Listing> <Listing Rank="19" Team="Marshall"> <Games>7</Games> <Rebounds_Points>480</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>0.9</Margin> </Listing> <Listing Rank="" Team="American"> <Games>7</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>50.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>49.3</OppRPG_OppPPG> <Margin>0.9</Margin> </Listing> <Listing Rank="19" Team="Charlotte"> <Games>6</Games> <Rebounds_Points>442</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>72.8</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="" Team="Boston College"> <Games>6</Games> <Rebounds_Points>387</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>382</OppREB_OppPTS> <OppRPG_OppPPG>63.7</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="19" Team="Youngstown St."> <Games>9</Games> <Rebounds_Points>643</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>636</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>0.8</Margin> </Listing> <Listing Rank="19" Team="UNC Asheville"> <Games>6</Games> <Rebounds_Points>464</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>460</OppREB_OppPTS> <OppRPG_OppPPG>76.7</OppRPG_OppPPG> <Margin>0.7</Margin> </Listing> <Listing Rank="" Team="Saint Francis (PA)"> <Games>6</Games> <Rebounds_Points>373</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>369</OppREB_OppPTS> <OppRPG_OppPPG>61.5</OppRPG_OppPPG> <Margin>0.7</Margin> </Listing> <Listing Rank="19" Team="Bradley"> <Games>7</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>432</OppREB_OppPTS> <OppRPG_OppPPG>61.7</OppRPG_OppPPG> <Margin>0.6</Margin> </Listing> <Listing Rank="" Team="Liberty"> <Games>7</Games> <Rebounds_Points>418</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>59.1</OppRPG_OppPPG> <Margin>0.6</Margin> </Listing> <Listing Rank="20" Team="South Ala."> <Games>5</Games> <Rebounds_Points>341</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>0.4</Margin> </Listing> <Listing Rank="20" Team="Cornell"> <Games>8</Games> <Rebounds_Points>507</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>504</OppREB_OppPTS> <OppRPG_OppPPG>63.0</OppRPG_OppPPG> <Margin>0.4</Margin> </Listing> <Listing Rank="20" Team="Troy"> <Games>5</Games> <Rebounds_Points>351</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>0.2</Margin> </Listing> <Listing Rank="20" Team="Lehigh"> <Games>6</Games> <Rebounds_Points>421</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>420</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>0.2</Margin> </Listing> <Listing Rank="20" Team="Marquette"> <Games>7</Games> <Rebounds_Points>500</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>499</OppREB_OppPTS> <OppRPG_OppPPG>71.3</OppRPG_OppPPG> <Margin>0.1</Margin> </Listing> <Listing Rank="" Team="Milwaukee"> <Games>7</Games> <Rebounds_Points>470</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>469</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>0.1</Margin> </Listing> <Listing Rank="20" Team="Southern California"> <Games>7</Games> <Rebounds_Points>436</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>436</OppREB_OppPTS> <OppRPG_OppPPG>62.3</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="" Team="Boise St."> <Games>6</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="" Team="Saint Peter's"> <Games>7</Games> <Rebounds_Points>409</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>409</OppREB_OppPTS> <OppRPG_OppPPG>58.4</OppRPG_OppPPG> <Margin>0.0</Margin> </Listing> <Listing Rank="21" Team="Missouri"> <Games>7</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>449</OppREB_OppPTS> <OppRPG_OppPPG>64.1</OppRPG_OppPPG> <Margin>-0.1</Margin> </Listing> <Listing Rank="21" Team="Western Ill."> <Games>5</Games> <Rebounds_Points>335</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>336</OppREB_OppPTS> <OppRPG_OppPPG>67.2</OppRPG_OppPPG> <Margin>-0.2</Margin> </Listing> <Listing Rank="21" Team="Denver"> <Games>6</Games> <Rebounds_Points>374</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>376</OppREB_OppPTS> <OppRPG_OppPPG>62.7</OppRPG_OppPPG> <Margin>-0.3</Margin> </Listing> <Listing Rank="21" Team="Wright St."> <Games>8</Games> <Rebounds_Points>545</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Albany (NY)"> <Games>5</Games> <Rebounds_Points>332</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>334</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Florida St."> <Games>7</Games> <Rebounds_Points>466</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>469</OppREB_OppPTS> <OppRPG_OppPPG>67.0</OppRPG_OppPPG> <Margin>-0.4</Margin> </Listing> <Listing Rank="21" Team="Utah St."> <Games>6</Games> <Rebounds_Points>406</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>409</OppREB_OppPTS> <OppRPG_OppPPG>68.2</OppRPG_OppPPG> <Margin>-0.5</Margin> </Listing> <Listing Rank="21" Team="Western Caro."> <Games>7</Games> <Rebounds_Points>492</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>496</OppREB_OppPTS> <OppRPG_OppPPG>70.9</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="Middle Tenn."> <Games>7</Games> <Rebounds_Points>414</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>59.7</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="21" Team="Alabama St."> <Games>5</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>81.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>408</OppREB_OppPTS> <OppRPG_OppPPG>81.6</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="Southern Miss."> <Games>5</Games> <Rebounds_Points>329</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>332</OppREB_OppPTS> <OppRPG_OppPPG>66.4</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="" Team="UNLV"> <Games>5</Games> <Rebounds_Points>311</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>314</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>-0.6</Margin> </Listing> <Listing Rank="22" Team="Loyola Marymount"> <Games>6</Games> <Rebounds_Points>409</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>413</OppREB_OppPTS> <OppRPG_OppPPG>68.8</OppRPG_OppPPG> <Margin>-0.7</Margin> </Listing> <Listing Rank="22" Team="James Madison"> <Games>7</Games> <Rebounds_Points>482</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>487</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-0.7</Margin> </Listing> <Listing Rank="22" Team="Weber St."> <Games>6</Games> <Rebounds_Points>378</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>383</OppREB_OppPTS> <OppRPG_OppPPG>63.8</OppRPG_OppPPG> <Margin>-0.8</Margin> </Listing> <Listing Rank="22" Team="Norfolk St."> <Games>8</Games> <Rebounds_Points>518</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>526</OppREB_OppPTS> <OppRPG_OppPPG>65.8</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Murray St."> <Games>7</Games> <Rebounds_Points>480</Rebounds_Points> <ReboundsPerGame_PointsPerGame>68.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>487</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Siena"> <Games>5</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>389</OppREB_OppPTS> <OppRPG_OppPPG>77.8</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Fla. Atlantic"> <Games>5</Games> <Rebounds_Points>296</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>301</OppREB_OppPTS> <OppRPG_OppPPG>60.2</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="" Team="Houston"> <Games>3</Games> <Rebounds_Points>212</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>215</OppREB_OppPTS> <OppRPG_OppPPG>71.7</OppRPG_OppPPG> <Margin>-1.0</Margin> </Listing> <Listing Rank="23" Team="Fairleigh Dickinson"> <Games>5</Games> <Rebounds_Points>312</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>318</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>-1.2</Margin> </Listing> <Listing Rank="23" Team="Long Beach St."> <Games>8</Games> <Rebounds_Points>586</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>598</OppREB_OppPTS> <OppRPG_OppPPG>74.8</OppRPG_OppPPG> <Margin>-1.5</Margin> </Listing> <Listing Rank="23" Team="A&M-Corpus Christi"> <Games>6</Games> <Rebounds_Points>356</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>61.2</OppRPG_OppPPG> <Margin>-1.8</Margin> </Listing> <Listing Rank="23" Team="Idaho"> <Games>5</Games> <Rebounds_Points>375</Rebounds_Points> <ReboundsPerGame_PointsPerGame>75.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>385</OppREB_OppPTS> <OppRPG_OppPPG>77.0</OppRPG_OppPPG> <Margin>-2.0</Margin> </Listing> <Listing Rank="23" Team="South Dakota"> <Games>8</Games> <Rebounds_Points>572</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>589</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>-2.1</Margin> </Listing> <Listing Rank="23" Team="Auburn"> <Games>5</Games> <Rebounds_Points>353</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>365</OppREB_OppPTS> <OppRPG_OppPPG>73.0</OppRPG_OppPPG> <Margin>-2.4</Margin> </Listing> <Listing Rank="" Team="Canisius"> <Games>5</Games> <Rebounds_Points>297</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>309</OppREB_OppPTS> <OppRPG_OppPPG>61.8</OppRPG_OppPPG> <Margin>-2.4</Margin> </Listing> <Listing Rank="23" Team="McNeese St."> <Games>4</Games> <Rebounds_Points>286</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>296</OppREB_OppPTS> <OppRPG_OppPPG>74.0</OppRPG_OppPPG> <Margin>-2.5</Margin> </Listing> <Listing Rank="23" Team="Memphis"> <Games>5</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>317</OppREB_OppPTS> <OppRPG_OppPPG>63.4</OppRPG_OppPPG> <Margin>-2.6</Margin> </Listing> <Listing Rank="23" Team="Col. of Charleston"> <Games>7</Games> <Rebounds_Points>426</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>445</OppREB_OppPTS> <OppRPG_OppPPG>63.6</OppRPG_OppPPG> <Margin>-2.7</Margin> </Listing> <Listing Rank="24" Team="Montana"> <Games>5</Games> <Rebounds_Points>331</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>345</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="24" Team="Lipscomb"> <Games>6</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>76.3</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="" Team="Tex.-Pan American"> <Games>6</Games> <Rebounds_Points>438</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>455</OppREB_OppPTS> <OppRPG_OppPPG>75.8</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="" Team="Drexel"> <Games>6</Games> <Rebounds_Points>333</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>58.3</OppRPG_OppPPG> <Margin>-2.8</Margin> </Listing> <Listing Rank="24" Team="Chattanooga"> <Games>8</Games> <Rebounds_Points>533</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>557</OppREB_OppPTS> <OppRPG_OppPPG>69.6</OppRPG_OppPPG> <Margin>-3.0</Margin> </Listing> <Listing Rank="" Team="Fresno St."> <Games>7</Games> <Rebounds_Points>444</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>465</OppREB_OppPTS> <OppRPG_OppPPG>66.4</OppRPG_OppPPG> <Margin>-3.0</Margin> </Listing> <Listing Rank="24" Team="N.C. A&T"> <Games>7</Games> <Rebounds_Points>416</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>438</OppREB_OppPTS> <OppRPG_OppPPG>62.6</OppRPG_OppPPG> <Margin>-3.1</Margin> </Listing> <Listing Rank="24" Team="Indiana St."> <Games>6</Games> <Rebounds_Points>398</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-3.3</Margin> </Listing> <Listing Rank="24" Team="Jacksonville St."> <Games>7</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="" Team="Bakersfield"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>458</OppREB_OppPTS> <OppRPG_OppPPG>65.4</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="" Team="Eastern Ill."> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>415</OppREB_OppPTS> <OppRPG_OppPPG>59.3</OppRPG_OppPPG> <Margin>-3.4</Margin> </Listing> <Listing Rank="25" Team="UNCW"> <Games>4</Games> <Rebounds_Points>299</Rebounds_Points> <ReboundsPerGame_PointsPerGame>74.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>78.3</OppRPG_OppPPG> <Margin>-3.5</Margin> </Listing> <Listing Rank="25" Team="Santa Clara"> <Games>7</Games> <Rebounds_Points>434</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>459</OppREB_OppPTS> <OppRPG_OppPPG>65.6</OppRPG_OppPPG> <Margin>-3.6</Margin> </Listing> <Listing Rank="25" Team="Colgate"> <Games>6</Games> <Rebounds_Points>371</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="25" Team="Princeton"> <Games>7</Games> <Rebounds_Points>448</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>474</OppREB_OppPTS> <OppRPG_OppPPG>67.7</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="" Team="Rutgers"> <Games>7</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>429</OppREB_OppPTS> <OppRPG_OppPPG>61.3</OppRPG_OppPPG> <Margin>-3.7</Margin> </Listing> <Listing Rank="25" Team="North Dakota St."> <Games>6</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>407</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="" Team="Miami (OH)"> <Games>6</Games> <Rebounds_Points>364</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>387</OppREB_OppPTS> <OppRPG_OppPPG>64.5</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="" Team="Nevada"> <Games>6</Games> <Rebounds_Points>354</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>377</OppREB_OppPTS> <OppRPG_OppPPG>62.8</OppRPG_OppPPG> <Margin>-3.8</Margin> </Listing> <Listing Rank="25" Team="Tennessee"> <Games>5</Games> <Rebounds_Points>329</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>349</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>-4.0</Margin> </Listing> <Listing Rank="26" Team="North Dakota"> <Games>6</Games> <Rebounds_Points>388</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>413</OppREB_OppPTS> <OppRPG_OppPPG>68.8</OppRPG_OppPPG> <Margin>-4.2</Margin> </Listing> <Listing Rank="26" Team="Cal St. Fullerton"> <Games>7</Games> <Rebounds_Points>445</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>477</OppREB_OppPTS> <OppRPG_OppPPG>68.1</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Western Ky."> <Games>5</Games> <Rebounds_Points>317</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>340</OppREB_OppPTS> <OppRPG_OppPPG>68.0</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="" Team="Cal Poly"> <Games>5</Games> <Rebounds_Points>300</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>323</OppREB_OppPTS> <OppRPG_OppPPG>64.6</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Stetson"> <Games>8</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>548</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-4.6</Margin> </Listing> <Listing Rank="26" Team="Oakland"> <Games>7</Games> <Rebounds_Points>538</Rebounds_Points> <ReboundsPerGame_PointsPerGame>76.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>571</OppREB_OppPTS> <OppRPG_OppPPG>81.6</OppRPG_OppPPG> <Margin>-4.7</Margin> </Listing> <Listing Rank="" Team="UNC Greensboro"> <Games>7</Games> <Rebounds_Points>503</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>536</OppREB_OppPTS> <OppRPG_OppPPG>76.6</OppRPG_OppPPG> <Margin>-4.7</Margin> </Listing> <Listing Rank="26" Team="Manhattan"> <Games>5</Games> <Rebounds_Points>326</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>350</OppREB_OppPTS> <OppRPG_OppPPG>70.0</OppRPG_OppPPG> <Margin>-4.8</Margin> </Listing> <Listing Rank="26" Team="Fordham"> <Games>6</Games> <Rebounds_Points>390</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>419</OppREB_OppPTS> <OppRPG_OppPPG>69.8</OppRPG_OppPPG> <Margin>-4.8</Margin> </Listing> <Listing Rank="26" Team="Gardner-Webb"> <Games>7</Games> <Rebounds_Points>490</Rebounds_Points> <ReboundsPerGame_PointsPerGame>70.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>527</OppREB_OppPTS> <OppRPG_OppPPG>75.3</OppRPG_OppPPG> <Margin>-5.3</Margin> </Listing> <Listing Rank="27" Team="Rice"> <Games>6</Games> <Rebounds_Points>386</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>418</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-5.3</Margin> </Listing> <Listing Rank="27" Team="Wagner"> <Games>6</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>437</OppREB_OppPTS> <OppRPG_OppPPG>72.8</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="" Team="Utah Valley"> <Games>6</Games> <Rebounds_Points>354</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>388</OppREB_OppPTS> <OppRPG_OppPPG>64.7</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="27" Team="UAB"> <Games>7</Games> <Rebounds_Points>454</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>494</OppREB_OppPTS> <OppRPG_OppPPG>70.6</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="" Team="Northern Ariz."> <Games>7</Games> <Rebounds_Points>424</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>464</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-5.7</Margin> </Listing> <Listing Rank="27" Team="NJIT"> <Games>6</Games> <Rebounds_Points>398</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>434</OppREB_OppPTS> <OppRPG_OppPPG>72.3</OppRPG_OppPPG> <Margin>-6.0</Margin> </Listing> <Listing Rank="27" Team="Brown"> <Games>8</Games> <Rebounds_Points>539</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>589</OppREB_OppPTS> <OppRPG_OppPPG>73.6</OppRPG_OppPPG> <Margin>-6.3</Margin> </Listing> <Listing Rank="27" Team="Dartmouth"> <Games>4</Games> <Rebounds_Points>236</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>262</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-6.5</Margin> </Listing> <Listing Rank="27" Team="St. Francis Brooklyn"> <Games>6</Games> <Rebounds_Points>395</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>435</OppREB_OppPTS> <OppRPG_OppPPG>72.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="" Team="Campbell"> <Games>6</Games> <Rebounds_Points>383</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>423</OppREB_OppPTS> <OppRPG_OppPPG>70.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="" Team="Oral Roberts"> <Games>6</Games> <Rebounds_Points>365</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>405</OppREB_OppPTS> <OppRPG_OppPPG>67.5</OppRPG_OppPPG> <Margin>-6.7</Margin> </Listing> <Listing Rank="28" Team="CSUN"> <Games>8</Games> <Rebounds_Points>543</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>597</OppREB_OppPTS> <OppRPG_OppPPG>74.6</OppRPG_OppPPG> <Margin>-6.8</Margin> </Listing> <Listing Rank="28" Team="Saint Joseph's"> <Games>6</Games> <Rebounds_Points>352</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>393</OppREB_OppPTS> <OppRPG_OppPPG>65.5</OppRPG_OppPPG> <Margin>-6.8</Margin> </Listing> <Listing Rank="28" Team="Austin Peay"> <Games>7</Games> <Rebounds_Points>469</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>517</OppREB_OppPTS> <OppRPG_OppPPG>73.9</OppRPG_OppPPG> <Margin>-6.9</Margin> </Listing> <Listing Rank="28" Team="George Mason"> <Games>6</Games> <Rebounds_Points>370</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>412</OppREB_OppPTS> <OppRPG_OppPPG>68.7</OppRPG_OppPPG> <Margin>-7.0</Margin> </Listing> <Listing Rank="" Team="Idaho St."> <Games>5</Games> <Rebounds_Points>304</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>339</OppREB_OppPTS> <OppRPG_OppPPG>67.8</OppRPG_OppPPG> <Margin>-7.0</Margin> </Listing> <Listing Rank="28" Team="Delaware St."> <Games>7</Games> <Rebounds_Points>515</Rebounds_Points> <ReboundsPerGame_PointsPerGame>73.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>565</OppREB_OppPTS> <OppRPG_OppPPG>80.7</OppRPG_OppPPG> <Margin>-7.1</Margin> </Listing> <Listing Rank="28" Team="Penn"> <Games>5</Games> <Rebounds_Points>337</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>373</OppREB_OppPTS> <OppRPG_OppPPG>74.6</OppRPG_OppPPG> <Margin>-7.2</Margin> </Listing> <Listing Rank="28" Team="Bucknell"> <Games>8</Games> <Rebounds_Points>537</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>595</OppREB_OppPTS> <OppRPG_OppPPG>74.4</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="" Team="New Orleans"> <Games>4</Games> <Rebounds_Points>284</Rebounds_Points> <ReboundsPerGame_PointsPerGame>71.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>313</OppREB_OppPTS> <OppRPG_OppPPG>78.3</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="29" Team="Hampton"> <Games>7</Games> <Rebounds_Points>447</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>498</OppREB_OppPTS> <OppRPG_OppPPG>71.1</OppRPG_OppPPG> <Margin>-7.3</Margin> </Listing> <Listing Rank="29" Team="IUPUI"> <Games>6</Games> <Rebounds_Points>387</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>432</OppREB_OppPTS> <OppRPG_OppPPG>72.0</OppRPG_OppPPG> <Margin>-7.5</Margin> </Listing> <Listing Rank="29" Team="Northwestern St."> <Games>7</Games> <Rebounds_Points>539</Rebounds_Points> <ReboundsPerGame_PointsPerGame>77.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>592</OppREB_OppPTS> <OppRPG_OppPPG>84.6</OppRPG_OppPPG> <Margin>-7.6</Margin> </Listing> <Listing Rank="" Team="Bethune-Cookman"> <Games>7</Games> <Rebounds_Points>410</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>463</OppREB_OppPTS> <OppRPG_OppPPG>66.1</OppRPG_OppPPG> <Margin>-7.6</Margin> </Listing> <Listing Rank="29" Team="Boston U."> <Games>5</Games> <Rebounds_Points>328</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>367</OppREB_OppPTS> <OppRPG_OppPPG>73.4</OppRPG_OppPPG> <Margin>-7.8</Margin> </Listing> <Listing Rank="29" Team="Ill.-Chicago"> <Games>8</Games> <Rebounds_Points>505</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>568</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-7.9</Margin> </Listing> <Listing Rank="29" Team="Samford"> <Games>8</Games> <Rebounds_Points>511</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>575</OppREB_OppPTS> <OppRPG_OppPPG>71.9</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="" Team="Tennessee St."> <Games>8</Games> <Rebounds_Points>490</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>554</OppREB_OppPTS> <OppRPG_OppPPG>69.3</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="" Team="Texas-Arlington"> <Games>7</Games> <Rebounds_Points>485</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>541</OppREB_OppPTS> <OppRPG_OppPPG>77.3</OppRPG_OppPPG> <Margin>-8.0</Margin> </Listing> <Listing Rank="29" Team="Washington St."> <Games>6</Games> <Rebounds_Points>394</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>443</OppREB_OppPTS> <OppRPG_OppPPG>73.8</OppRPG_OppPPG> <Margin>-8.2</Margin> </Listing> <Listing Rank="30" Team="Sacred Heart"> <Games>5</Games> <Rebounds_Points>316</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>357</OppREB_OppPTS> <OppRPG_OppPPG>71.4</OppRPG_OppPPG> <Margin>-8.2</Margin> </Listing> <Listing Rank="30" Team="Rider"> <Games>7</Games> <Rebounds_Points>428</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>488</OppREB_OppPTS> <OppRPG_OppPPG>69.7</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="" Team="Presbyterian"> <Games>7</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>472</OppREB_OppPTS> <OppRPG_OppPPG>67.4</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="30" Team="Chicago St."> <Games>8</Games> <Rebounds_Points>499</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>568</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-8.6</Margin> </Listing> <Listing Rank="30" Team="San Jose St."> <Games>7</Games> <Rebounds_Points>415</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>476</OppREB_OppPTS> <OppRPG_OppPPG>68.0</OppRPG_OppPPG> <Margin>-8.7</Margin> </Listing> <Listing Rank="30" Team="Appalachian St."> <Games>4</Games> <Rebounds_Points>259</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>294</OppREB_OppPTS> <OppRPG_OppPPG>73.5</OppRPG_OppPPG> <Margin>-8.8</Margin> </Listing> <Listing Rank="30" Team="Marist"> <Games>6</Games> <Rebounds_Points>361</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>414</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-8.8</Margin> </Listing> <Listing Rank="30" Team="Southeastern La."> <Games>8</Games> <Rebounds_Points>523</Rebounds_Points> <ReboundsPerGame_PointsPerGame>65.4</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>594</OppREB_OppPTS> <OppRPG_OppPPG>74.3</OppRPG_OppPPG> <Margin>-8.9</Margin> </Listing> <Listing Rank="30" Team="Bryant"> <Games>4</Games> <Rebounds_Points>238</Rebounds_Points> <ReboundsPerGame_PointsPerGame>59.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>274</OppREB_OppPTS> <OppRPG_OppPPG>68.5</OppRPG_OppPPG> <Margin>-9.0</Margin> </Listing> <Listing Rank="30" Team="UMES"> <Games>9</Games> <Rebounds_Points>509</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>66.8</OppRPG_OppPPG> <Margin>-10.2</Margin> </Listing> <Listing Rank="31" Team="Morgan St."> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>464</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-10.4</Margin> </Listing> <Listing Rank="31" Team="South Carolina St."> <Games>6</Games> <Rebounds_Points>368</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>435</OppREB_OppPTS> <OppRPG_OppPPG>72.5</OppRPG_OppPPG> <Margin>-11.2</Margin> </Listing> <Listing Rank="31" Team="Southern U."> <Games>7</Games> <Rebounds_Points>403</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>483</OppREB_OppPTS> <OppRPG_OppPPG>69.0</OppRPG_OppPPG> <Margin>-11.4</Margin> </Listing> <Listing Rank="31" Team="Drake"> <Games>7</Games> <Rebounds_Points>432</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>513</OppREB_OppPTS> <OppRPG_OppPPG>73.3</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="" Team="Fairfield"> <Games>7</Games> <Rebounds_Points>420</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>501</OppREB_OppPTS> <OppRPG_OppPPG>71.6</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="31" Team="Jacksonville"> <Games>8</Games> <Rebounds_Points>508</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>75.1</OppRPG_OppPPG> <Margin>-11.6</Margin> </Listing> <Listing Rank="31" Team="Loyola Maryland"> <Games>7</Games> <Rebounds_Points>391</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>473</OppREB_OppPTS> <OppRPG_OppPPG>67.6</OppRPG_OppPPG> <Margin>-11.7</Margin> </Listing> <Listing Rank="31" Team="Robert Morris"> <Games>7</Games> <Rebounds_Points>441</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>525</OppREB_OppPTS> <OppRPG_OppPPG>75.0</OppRPG_OppPPG> <Margin>-12.0</Margin> </Listing> <Listing Rank="31" Team="Southern Utah"> <Games>5</Games> <Rebounds_Points>363</Rebounds_Points> <ReboundsPerGame_PointsPerGame>72.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>424</OppREB_OppPTS> <OppRPG_OppPPG>84.8</OppRPG_OppPPG> <Margin>-12.2</Margin> </Listing> <Listing Rank="31" Team="Kennesaw St."> <Games>8</Games> <Rebounds_Points>504</Rebounds_Points> <ReboundsPerGame_PointsPerGame>63.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>603</OppREB_OppPTS> <OppRPG_OppPPG>75.4</OppRPG_OppPPG> <Margin>-12.4</Margin> </Listing> <Listing Rank="32" Team="Niagara"> <Games>5</Games> <Rebounds_Points>284</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>346</OppREB_OppPTS> <OppRPG_OppPPG>69.2</OppRPG_OppPPG> <Margin>-12.4</Margin> </Listing> <Listing Rank="32" Team="LIU Brooklyn"> <Games>4</Games> <Rebounds_Points>233</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>283</OppREB_OppPTS> <OppRPG_OppPPG>70.8</OppRPG_OppPPG> <Margin>-12.5</Margin> </Listing> <Listing Rank="32" Team="Alabama A&M"> <Games>5</Games> <Rebounds_Points>291</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>355</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-12.8</Margin> </Listing> <Listing Rank="32" Team="Binghamton"> <Games>7</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>495</OppREB_OppPTS> <OppRPG_OppPPG>70.7</OppRPG_OppPPG> <Margin>-12.9</Margin> </Listing> <Listing Rank="32" Team="Texas Southern"> <Games>7</Games> <Rebounds_Points>429</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>521</OppREB_OppPTS> <OppRPG_OppPPG>74.4</OppRPG_OppPPG> <Margin>-13.1</Margin> </Listing> <Listing Rank="32" Team="Longwood"> <Games>7</Games> <Rebounds_Points>450</Rebounds_Points> <ReboundsPerGame_PointsPerGame>64.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>543</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>-13.3</Margin> </Listing> <Listing Rank="32" Team="UMBC"> <Games>6</Games> <Rebounds_Points>318</Rebounds_Points> <ReboundsPerGame_PointsPerGame>53.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>398</OppREB_OppPTS> <OppRPG_OppPPG>66.3</OppRPG_OppPPG> <Margin>-13.3</Margin> </Listing> <Listing Rank="32" Team="Alcorn"> <Games>6</Games> <Rebounds_Points>405</Rebounds_Points> <ReboundsPerGame_PointsPerGame>67.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>486</OppREB_OppPTS> <OppRPG_OppPPG>81.0</OppRPG_OppPPG> <Margin>-13.5</Margin> </Listing> <Listing Rank="" Team="Jackson St."> <Games>6</Games> <Rebounds_Points>365</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>446</OppREB_OppPTS> <OppRPG_OppPPG>74.3</OppRPG_OppPPG> <Margin>-13.5</Margin> </Listing> <Listing Rank="32" Team="Navy"> <Games>7</Games> <Rebounds_Points>412</Rebounds_Points> <ReboundsPerGame_PointsPerGame>58.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>507</OppREB_OppPTS> <OppRPG_OppPPG>72.4</OppRPG_OppPPG> <Margin>-13.6</Margin> </Listing> <Listing Rank="33" Team="Furman"> <Games>5</Games> <Rebounds_Points>285</Rebounds_Points> <ReboundsPerGame_PointsPerGame>57.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>357</OppREB_OppPTS> <OppRPG_OppPPG>71.4</OppRPG_OppPPG> <Margin>-14.4</Margin> </Listing> <Listing Rank="33" Team="Central Conn. St."> <Games>6</Games> <Rebounds_Points>338</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>426</OppREB_OppPTS> <OppRPG_OppPPG>71.0</OppRPG_OppPPG> <Margin>-14.7</Margin> </Listing> <Listing Rank="33" Team="Lamar"> <Games>7</Games> <Rebounds_Points>440</Rebounds_Points> <ReboundsPerGame_PointsPerGame>62.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>543</OppREB_OppPTS> <OppRPG_OppPPG>77.6</OppRPG_OppPPG> <Margin>-14.7</Margin> </Listing> <Listing Rank="33" Team="Prairie View"> <Games>7</Games> <Rebounds_Points>396</Rebounds_Points> <ReboundsPerGame_PointsPerGame>56.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>504</OppREB_OppPTS> <OppRPG_OppPPG>72.0</OppRPG_OppPPG> <Margin>-15.4</Margin> </Listing> <Listing Rank="" Team="Ark.-Pine Bluff"> <Games>7</Games> <Rebounds_Points>384</Rebounds_Points> <ReboundsPerGame_PointsPerGame>54.9</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>492</OppREB_OppPTS> <OppRPG_OppPPG>70.3</OppRPG_OppPPG> <Margin>-15.4</Margin> </Listing> <Listing Rank="33" Team="Maine"> <Games>6</Games> <Rebounds_Points>399</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>500</OppREB_OppPTS> <OppRPG_OppPPG>83.3</OppRPG_OppPPG> <Margin>-16.8</Margin> </Listing> <Listing Rank="33" Team="Savannah St."> <Games>7</Games> <Rebounds_Points>390</Rebounds_Points> <ReboundsPerGame_PointsPerGame>55.7</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>512</OppREB_OppPTS> <OppRPG_OppPPG>73.1</OppRPG_OppPPG> <Margin>-17.4</Margin> </Listing> <Listing Rank="33" Team="Mt. St. Mary's"> <Games>5</Games> <Rebounds_Points>273</Rebounds_Points> <ReboundsPerGame_PointsPerGame>54.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>361</OppREB_OppPTS> <OppRPG_OppPPG>72.2</OppRPG_OppPPG> <Margin>-17.6</Margin> </Listing> <Listing Rank="33" Team="Central Ark."> <Games>7</Games> <Rebounds_Points>463</Rebounds_Points> <ReboundsPerGame_PointsPerGame>66.1</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>592</OppREB_OppPTS> <OppRPG_OppPPG>84.6</OppRPG_OppPPG> <Margin>-18.4</Margin> </Listing> <Listing Rank="33" Team="Montana St."> <Games>6</Games> <Rebounds_Points>371</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.8</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>485</OppREB_OppPTS> <OppRPG_OppPPG>80.8</OppRPG_OppPPG> <Margin>-19.0</Margin> </Listing> <Listing Rank="34" Team="Coppin St."> <Games>5</Games> <Rebounds_Points>345</Rebounds_Points> <ReboundsPerGame_PointsPerGame>69.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>455</OppREB_OppPTS> <OppRPG_OppPPG>91.0</OppRPG_OppPPG> <Margin>-22.0</Margin> </Listing> <Listing Rank="" Team="Delaware"> <Games>5</Games> <Rebounds_Points>261</Rebounds_Points> <ReboundsPerGame_PointsPerGame>52.2</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>371</OppREB_OppPTS> <OppRPG_OppPPG>74.2</OppRPG_OppPPG> <Margin>-22.0</Margin> </Listing> <Listing Rank="34" Team="Nicholls St."> <Games>4</Games> <Rebounds_Points>241</Rebounds_Points> <ReboundsPerGame_PointsPerGame>60.3</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>344</OppREB_OppPTS> <OppRPG_OppPPG>86.0</OppRPG_OppPPG> <Margin>-25.8</Margin> </Listing> <Listing Rank="34" Team="Mississippi Val."> <Games>7</Games> <Rebounds_Points>431</Rebounds_Points> <ReboundsPerGame_PointsPerGame>61.6</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>616</OppREB_OppPTS> <OppRPG_OppPPG>88.0</OppRPG_OppPPG> <Margin>-26.4</Margin> </Listing> <Listing Rank="34" Team="Florida A&M"> <Games>8</Games> <Rebounds_Points>380</Rebounds_Points> <ReboundsPerGame_PointsPerGame>47.5</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>601</OppREB_OppPTS> <OppRPG_OppPPG>75.1</OppRPG_OppPPG> <Margin>-27.6</Margin> </Listing> <Listing Rank="34" Team="Grambling"> <Games>5</Games> <Rebounds_Points>225</Rebounds_Points> <ReboundsPerGame_PointsPerGame>45.0</ReboundsPerGame_PointsPerGame> <OppREB_OppPTS>392</OppREB_OppPTS> <OppRPG_OppPPG>78.4</OppRPG_OppPPG> <Margin>-33.4</Margin> </Listing> <time_stamp> December 3, 2014, at 03:38 PM ET </time_stamp> </message>
+ test/xml/sportinfo/Cbask_Team_Scoring_XML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Games_Played (#PCDATA)>+<!ELEMENT Total_Points (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Listing ( ( Games_Played, Total_Points, Average ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ test/xml/sportinfo/Cbask_Team_Scoring_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Scoring_XML.dtd"> <message> <XML_File_ID>22413985</XML_File_ID> <heading>AEX%NCAA-TEAM-SCORING</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team Scoring Statistics </title> <Listing Rank="1" Team="BYU"> <Games_Played>8</Games_Played> <Total_Points>761</Total_Points> <Average>95.1</Average> </Listing> <Listing Rank="2" Team="VMI"> <Games_Played>7</Games_Played> <Total_Points>651</Total_Points> <Average>93.0</Average> </Listing> <Listing Rank="3" Team="Eastern Ky."> <Games_Played>5</Games_Played> <Total_Points>455</Total_Points> <Average>91.0</Average> </Listing> <Listing Rank="4" Team="Duke"> <Games_Played>7</Games_Played> <Total_Points>633</Total_Points> <Average>90.4</Average> </Listing> <Listing Rank="5" Team="Arkansas"> <Games_Played>6</Games_Played> <Total_Points>540</Total_Points> <Average>90.0</Average> </Listing> <Listing Rank="6" Team="Duquesne"> <Games_Played>4</Games_Played> <Total_Points>355</Total_Points> <Average>88.8</Average> </Listing> <Listing Rank="7" Team="Gonzaga"> <Games_Played>7</Games_Played> <Total_Points>616</Total_Points> <Average>88.0</Average> </Listing> <Listing Rank="8" Team="Indiana"> <Games_Played>7</Games_Played> <Total_Points>612</Total_Points> <Average>87.4</Average> </Listing> <Listing Rank="9" Team="Notre Dame"> <Games_Played>7</Games_Played> <Total_Points>604</Total_Points> <Average>86.3</Average> </Listing> <Listing Rank="10" Team="Iona"> <Games_Played>6</Games_Played> <Total_Points>517</Total_Points> <Average>86.2</Average> </Listing> <Listing Rank="11" Team="Illinois"> <Games_Played>7</Games_Played> <Total_Points>601</Total_Points> <Average>85.9</Average> </Listing> <Listing Rank="12" Team="Davidson"> <Games_Played>5</Games_Played> <Total_Points>427</Total_Points> <Average>85.4</Average> </Listing> <Listing Rank="13" Team="Eastern Wash."> <Games_Played>7</Games_Played> <Total_Points>597</Total_Points> <Average>85.3</Average> </Listing> <Listing Rank="14" Team="UCLA"> <Games_Played>7</Games_Played> <Total_Points>590</Total_Points> <Average>84.3</Average> </Listing> <Listing Rank="15" Team="Xavier"> <Games_Played>7</Games_Played> <Total_Points>585</Total_Points> <Average>83.6</Average> </Listing> <Listing Rank="16" Team="East Tenn. St."> <Games_Played>5</Games_Played> <Total_Points>417</Total_Points> <Average>83.4</Average> </Listing> <Listing Rank="" Team="Iowa St."> <Games_Played>5</Games_Played> <Total_Points>417</Total_Points> <Average>83.4</Average> </Listing> <Listing Rank="18" Team="Utah"> <Games_Played>6</Games_Played> <Total_Points>495</Total_Points> <Average>82.5</Average> </Listing> <Listing Rank="" Team="Ball St."> <Games_Played>4</Games_Played> <Total_Points>330</Total_Points> <Average>82.5</Average> </Listing> <Listing Rank="20" Team="West Virginia"> <Games_Played>7</Games_Played> <Total_Points>575</Total_Points> <Average>82.1</Average> </Listing> <Listing Rank="21" Team="Ohio St."> <Games_Played>6</Games_Played> <Total_Points>491</Total_Points> <Average>81.8</Average> </Listing> <Listing Rank="22" Team="Sam Houston St."> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="" Team="North Carolina"> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="" Team="Northern Colo."> <Games_Played>6</Games_Played> <Total_Points>488</Total_Points> <Average>81.3</Average> </Listing> <Listing Rank="25" Team="Alabama St."> <Games_Played>5</Games_Played> <Total_Points>405</Total_Points> <Average>81.0</Average> </Listing> <Listing Rank="26" Team="Central Mich."> <Games_Played>6</Games_Played> <Total_Points>484</Total_Points> <Average>80.7</Average> </Listing> <Listing Rank="27" Team="Wichita St."> <Games_Played>4</Games_Played> <Total_Points>322</Total_Points> <Average>80.5</Average> </Listing> <Listing Rank="28" Team="Hofstra"> <Games_Played>7</Games_Played> <Total_Points>561</Total_Points> <Average>80.1</Average> </Listing> <Listing Rank="29" Team="Army"> <Games_Played>6</Games_Played> <Total_Points>479</Total_Points> <Average>79.8</Average> </Listing> <Listing Rank="30" Team="Alabama"> <Games_Played>6</Games_Played> <Total_Points>475</Total_Points> <Average>79.2</Average> </Listing> <Listing Rank="" Team="Oregon"> <Games_Played>6</Games_Played> <Total_Points>475</Total_Points> <Average>79.2</Average> </Listing> <Listing Rank="32" Team="Purdue"> <Games_Played>7</Games_Played> <Total_Points>553</Total_Points> <Average>79.0</Average> </Listing> <Listing Rank="" Team="Kentucky"> <Games_Played>7</Games_Played> <Total_Points>553</Total_Points> <Average>79.0</Average> </Listing> <Listing Rank="34" Team="SIUE"> <Games_Played>4</Games_Played> <Total_Points>315</Total_Points> <Average>78.8</Average> </Listing> <Listing Rank="35" Team="St. Mary's (CA)"> <Games_Played>5</Games_Played> <Total_Points>392</Total_Points> <Average>78.4</Average> </Listing> <Listing Rank="36" Team="Evansville"> <Games_Played>6</Games_Played> <Total_Points>470</Total_Points> <Average>78.3</Average> </Listing> <Listing Rank="37" Team="Louisiana Tech"> <Games_Played>7</Games_Played> <Total_Points>548</Total_Points> <Average>78.3</Average> </Listing> <Listing Rank="38" Team="UT Martin"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="" Team="DePaul"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="" Team="UALR"> <Games_Played>5</Games_Played> <Total_Points>391</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="41" Team="Oklahoma St."> <Games_Played>6</Games_Played> <Total_Points>469</Total_Points> <Average>78.2</Average> </Listing> <Listing Rank="42" Team="Maryland"> <Games_Played>7</Games_Played> <Total_Points>547</Total_Points> <Average>78.1</Average> </Listing> <Listing Rank="43" Team="Georgia St."> <Games_Played>7</Games_Played> <Total_Points>546</Total_Points> <Average>78.0</Average> </Listing> <Listing Rank="44" Team="Belmont"> <Games_Played>8</Games_Played> <Total_Points>623</Total_Points> <Average>77.9</Average> </Listing> <Listing Rank="45" Team="Toledo"> <Games_Played>6</Games_Played> <Total_Points>467</Total_Points> <Average>77.8</Average> </Listing> <Listing Rank="46" Team="USC Upstate"> <Games_Played>8</Games_Played> <Total_Points>620</Total_Points> <Average>77.5</Average> </Listing> <Listing Rank="47" Team="UNC Asheville"> <Games_Played>6</Games_Played> <Total_Points>464</Total_Points> <Average>77.3</Average> </Listing> <Listing Rank="48" Team="VCU"> <Games_Played>7</Games_Played> <Total_Points>541</Total_Points> <Average>77.3</Average> </Listing> <Listing Rank="49" Team="Northwestern St."> <Games_Played>7</Games_Played> <Total_Points>539</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="" Team="Ga. Southern"> <Games_Played>6</Games_Played> <Total_Points>462</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="" Team="Stanford"> <Games_Played>6</Games_Played> <Total_Points>462</Total_Points> <Average>77.0</Average> </Listing> <Listing Rank="52" Team="Oakland"> <Games_Played>7</Games_Played> <Total_Points>538</Total_Points> <Average>76.9</Average> </Listing> <Listing Rank="53" Team="Siena"> <Games_Played>5</Games_Played> <Total_Points>384</Total_Points> <Average>76.8</Average> </Listing> <Listing Rank="54" Team="San Francisco"> <Games_Played>6</Games_Played> <Total_Points>460</Total_Points> <Average>76.7</Average> </Listing> <Listing Rank="55" Team="UTSA"> <Games_Played>5</Games_Played> <Total_Points>383</Total_Points> <Average>76.6</Average> </Listing> <Listing Rank="56" Team="TCU"> <Games_Played>7</Games_Played> <Total_Points>536</Total_Points> <Average>76.6</Average> </Listing> <Listing Rank="57" Team="Minnesota"> <Games_Played>7</Games_Played> <Total_Points>533</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="" Team="Georgia"> <Games_Played>7</Games_Played> <Total_Points>533</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="59" Team="Miami (FL)"> <Games_Played>8</Games_Played> <Total_Points>609</Total_Points> <Average>76.1</Average> </Listing> <Listing Rank="60" Team="Western Mich."> <Games_Played>7</Games_Played> <Total_Points>532</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Penn St."> <Games_Played>7</Games_Played> <Total_Points>532</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Tulane"> <Games_Played>6</Games_Played> <Total_Points>456</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="" Team="Houston Baptist"> <Games_Played>4</Games_Played> <Total_Points>304</Total_Points> <Average>76.0</Average> </Listing> <Listing Rank="64" Team="Arizona"> <Games_Played>7</Games_Played> <Total_Points>531</Total_Points> <Average>75.9</Average> </Listing> <Listing Rank="65" Team="Colorado St."> <Games_Played>6</Games_Played> <Total_Points>454</Total_Points> <Average>75.7</Average> </Listing> <Listing Rank="66" Team="Kansas St."> <Games_Played>7</Games_Played> <Total_Points>528</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="" Team="New Mexico St."> <Games_Played>7</Games_Played> <Total_Points>528</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="68" Team="Valparaiso"> <Games_Played>8</Games_Played> <Total_Points>603</Total_Points> <Average>75.4</Average> </Listing> <Listing Rank="69" Team="Louisville"> <Games_Played>6</Games_Played> <Total_Points>450</Total_Points> <Average>75.0</Average> </Listing> <Listing Rank="" Team="Idaho"> <Games_Played>5</Games_Played> <Total_Points>375</Total_Points> <Average>75.0</Average> </Listing> <Listing Rank="71" Team="Eastern Mich."> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="" Team="Michigan"> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="" Team="East Carolina"> <Games_Played>7</Games_Played> <Total_Points>524</Total_Points> <Average>74.9</Average> </Listing> <Listing Rank="74" Team="Nebraska"> <Games_Played>6</Games_Played> <Total_Points>449</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="75" Team="Massachusetts"> <Games_Played>8</Games_Played> <Total_Points>598</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="" Team="UNCW"> <Games_Played>4</Games_Played> <Total_Points>299</Total_Points> <Average>74.8</Average> </Listing> <Listing Rank="77" Team="California"> <Games_Played>6</Games_Played> <Total_Points>448</Total_Points> <Average>74.7</Average> </Listing> <Listing Rank="78" Team="IPFW"> <Games_Played>5</Games_Played> <Total_Points>373</Total_Points> <Average>74.6</Average> </Listing> <Listing Rank="79" Team="Wisconsin"> <Games_Played>7</Games_Played> <Total_Points>522</Total_Points> <Average>74.6</Average> </Listing> <Listing Rank="80" Team="LSU"> <Games_Played>7</Games_Played> <Total_Points>521</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="" Team="North Carolina St."> <Games_Played>7</Games_Played> <Total_Points>521</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="82" Team="Portland St."> <Games_Played>5</Games_Played> <Total_Points>372</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="" Team="Texas A&M"> <Games_Played>5</Games_Played> <Total_Points>372</Total_Points> <Average>74.4</Average> </Listing> <Listing Rank="84" Team="Detroit"> <Games_Played>8</Games_Played> <Total_Points>594</Total_Points> <Average>74.3</Average> </Listing> <Listing Rank="85" Team="Villanova"> <Games_Played>6</Games_Played> <Total_Points>445</Total_Points> <Average>74.2</Average> </Listing> <Listing Rank="86" Team="Creighton"> <Games_Played>7</Games_Played> <Total_Points>518</Total_Points> <Average>74.0</Average> </Listing> <Listing Rank="87" Team="St. John's (NY)"> <Games_Played>6</Games_Played> <Total_Points>443</Total_Points> <Average>73.8</Average> </Listing> <Listing Rank="88" Team="Iowa"> <Games_Played>7</Games_Played> <Total_Points>516</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="89" Team="Washington"> <Games_Played>6</Games_Played> <Total_Points>442</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="" Team="Charlotte"> <Games_Played>6</Games_Played> <Total_Points>442</Total_Points> <Average>73.7</Average> </Listing> <Listing Rank="91" Team="High Point"> <Games_Played>7</Games_Played> <Total_Points>515</Total_Points> <Average>73.6</Average> </Listing> <Listing Rank="" Team="Delaware St."> <Games_Played>7</Games_Played> <Total_Points>515</Total_Points> <Average>73.6</Average> </Listing> <Listing Rank="93" Team="Yale"> <Games_Played>8</Games_Played> <Total_Points>588</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="" Team="Lafayette"> <Games_Played>6</Games_Played> <Total_Points>441</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="" Team="Lipscomb"> <Games_Played>6</Games_Played> <Total_Points>441</Total_Points> <Average>73.5</Average> </Listing> <Listing Rank="96" Team="Michigan St."> <Games_Played>7</Games_Played> <Total_Points>513</Total_Points> <Average>73.3</Average> </Listing> <Listing Rank="97" Team="Long Beach St."> <Games_Played>8</Games_Played> <Total_Points>586</Total_Points> <Average>73.3</Average> </Listing> <Listing Rank="98" Team="Hawaii"> <Games_Played>9</Games_Played> <Total_Points>659</Total_Points> <Average>73.2</Average> </Listing> <Listing Rank="99" Team="Elon"> <Games_Played>7</Games_Played> <Total_Points>511</Total_Points> <Average>73.0</Average> </Listing> <Listing Rank="" Team="Tex.-Pan American"> <Games_Played>6</Games_Played> <Total_Points>438</Total_Points> <Average>73.0</Average> </Listing> <Listing Rank="101" Team="Sacramento St."> <Games_Played>5</Games_Played> <Total_Points>364</Total_Points> <Average>72.8</Average> </Listing> <Listing Rank="102" Team="Charleston So."> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="" Team="Seton Hall"> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="" Team="Vermont"> <Games_Played>6</Games_Played> <Total_Points>436</Total_Points> <Average>72.7</Average> </Listing> <Listing Rank="105" Team="South Dakota St."> <Games_Played>5</Games_Played> <Total_Points>363</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="" Team="Southern Utah"> <Games_Played>5</Games_Played> <Total_Points>363</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="107" Team="Texas"> <Games_Played>7</Games_Played> <Total_Points>508</Total_Points> <Average>72.6</Average> </Listing> <Listing Rank="108" Team="South Carolina"> <Games_Played>7</Games_Played> <Total_Points>507</Total_Points> <Average>72.4</Average> </Listing> <Listing Rank="" Team="South Fla."> <Games_Played>7</Games_Played> <Total_Points>507</Total_Points> <Average>72.4</Average> </Listing> <Listing Rank="110" Team="Pepperdine"> <Games_Played>4</Games_Played> <Total_Points>289</Total_Points> <Average>72.3</Average> </Listing> <Listing Rank="111" Team="Quinnipiac"> <Games_Played>5</Games_Played> <Total_Points>361</Total_Points> <Average>72.2</Average> </Listing> <Listing Rank="112" Team="Butler"> <Games_Played>6</Games_Played> <Total_Points>433</Total_Points> <Average>72.2</Average> </Listing> <Listing Rank="113" Team="Wake Forest"> <Games_Played>8</Games_Played> <Total_Points>577</Total_Points> <Average>72.1</Average> </Listing> <Listing Rank="114" Team="Harvard"> <Games_Played>5</Games_Played> <Total_Points>360</Total_Points> <Average>72.0</Average> </Listing> <Listing Rank="115" Team="San Diego"> <Games_Played>7</Games_Played> <Total_Points>503</Total_Points> <Average>71.9</Average> </Listing> <Listing Rank="" Team="UNC Greensboro"> <Games_Played>7</Games_Played> <Total_Points>503</Total_Points> <Average>71.9</Average> </Listing> <Listing Rank="117" Team="St. Bonaventure"> <Games_Played>5</Games_Played> <Total_Points>359</Total_Points> <Average>71.8</Average> </Listing> <Listing Rank="118" Team="Holy Cross"> <Games_Played>4</Games_Played> <Total_Points>287</Total_Points> <Average>71.8</Average> </Listing> <Listing Rank="119" Team="Coastal Caro."> <Games_Played>7</Games_Played> <Total_Points>502</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="" Team="UMKC"> <Games_Played>7</Games_Played> <Total_Points>502</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="121" Team="Georgetown"> <Games_Played>6</Games_Played> <Total_Points>430</Total_Points> <Average>71.7</Average> </Listing> <Listing Rank="122" Team="UC Irvine"> <Games_Played>5</Games_Played> <Total_Points>358</Total_Points> <Average>71.6</Average> </Listing> <Listing Rank="123" Team="SMU"> <Games_Played>7</Games_Played> <Total_Points>501</Total_Points> <Average>71.6</Average> </Listing> <Listing Rank="124" Team="South Dakota"> <Games_Played>8</Games_Played> <Total_Points>572</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="Ole Miss"> <Games_Played>6</Games_Played> <Total_Points>429</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="Vanderbilt"> <Games_Played>6</Games_Played> <Total_Points>429</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="" Team="McNeese St."> <Games_Played>4</Games_Played> <Total_Points>286</Total_Points> <Average>71.5</Average> </Listing> <Listing Rank="128" Team="Morehead St."> <Games_Played>9</Games_Played> <Total_Points>643</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="" Team="Youngstown St."> <Games_Played>9</Games_Played> <Total_Points>643</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="130" Team="Marquette"> <Games_Played>7</Games_Played> <Total_Points>500</Total_Points> <Average>71.4</Average> </Listing> <Listing Rank="131" Team="Ohio"> <Games_Played>4</Games_Played> <Total_Points>285</Total_Points> <Average>71.3</Average> </Listing> <Listing Rank="132" Team="North Florida"> <Games_Played>7</Games_Played> <Total_Points>497</Total_Points> <Average>71.0</Average> </Listing> <Listing Rank="" Team="New Orleans"> <Games_Played>4</Games_Played> <Total_Points>284</Total_Points> <Average>71.0</Average> </Listing> <Listing Rank="134" Team="Arizona St."> <Games_Played>6</Games_Played> <Total_Points>425</Total_Points> <Average>70.8</Average> </Listing> <Listing Rank="" Team="Portland"> <Games_Played>6</Games_Played> <Total_Points>425</Total_Points> <Average>70.8</Average> </Listing> <Listing Rank="136" Team="Boise St."> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="UC Santa Barbara"> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="Tennessee Tech"> <Games_Played>6</Games_Played> <Total_Points>424</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="" Team="Houston"> <Games_Played>3</Games_Played> <Total_Points>212</Total_Points> <Average>70.7</Average> </Listing> <Listing Rank="140" Team="Auburn"> <Games_Played>5</Games_Played> <Total_Points>353</Total_Points> <Average>70.6</Average> </Listing> <Listing Rank="" Team="Texas Tech"> <Games_Played>5</Games_Played> <Total_Points>353</Total_Points> <Average>70.6</Average> </Listing> <Listing Rank="142" Team="Virginia Tech"> <Games_Played>6</Games_Played> <Total_Points>422</Total_Points> <Average>70.3</Average> </Listing> <Listing Rank="143" Team="Western Caro."> <Games_Played>7</Games_Played> <Total_Points>492</Total_Points> <Average>70.3</Average> </Listing> <Listing Rank="144" Team="Troy"> <Games_Played>5</Games_Played> <Total_Points>351</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="145" Team="Lehigh"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="Air Force"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="UCF"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="" Team="Oklahoma"> <Games_Played>6</Games_Played> <Total_Points>421</Total_Points> <Average>70.2</Average> </Listing> <Listing Rank="149" Team="Gardner-Webb"> <Games_Played>7</Games_Played> <Total_Points>490</Total_Points> <Average>70.0</Average> </Listing> <Listing Rank="150" Team="William & Mary"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Missouri St."> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Rhode Island"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Georgia Tech"> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="Illinois St."> <Games_Played>6</Games_Played> <Total_Points>419</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="155" Team="Winthrop"> <Games_Played>5</Games_Played> <Total_Points>349</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="" Team="George Washington"> <Games_Played>5</Games_Played> <Total_Points>349</Total_Points> <Average>69.8</Average> </Listing> <Listing Rank="157" Team="Pittsburgh"> <Games_Played>7</Games_Played> <Total_Points>488</Total_Points> <Average>69.7</Average> </Listing> <Listing Rank="158" Team="Howard"> <Games_Played>8</Games_Played> <Total_Points>556</Total_Points> <Average>69.5</Average> </Listing> <Listing Rank="159" Team="Syracuse"> <Games_Played>7</Games_Played> <Total_Points>486</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="" Team="Stephen F. Austin"> <Games_Played>7</Games_Played> <Total_Points>486</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="161" Team="Buffalo"> <Games_Played>5</Games_Played> <Total_Points>347</Total_Points> <Average>69.4</Average> </Listing> <Listing Rank="162" Team="UC Riverside"> <Games_Played>7</Games_Played> <Total_Points>485</Total_Points> <Average>69.3</Average> </Listing> <Listing Rank="" Team="Texas-Arlington"> <Games_Played>7</Games_Played> <Total_Points>485</Total_Points> <Average>69.3</Average> </Listing> <Listing Rank="164" Team="UTEP"> <Games_Played>5</Games_Played> <Total_Points>346</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="La.-Lafayette"> <Games_Played>5</Games_Played> <Total_Points>346</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="166" Team="North Texas"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="Kansas"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="" Team="Green Bay"> <Games_Played>6</Games_Played> <Total_Points>415</Total_Points> <Average>69.2</Average> </Listing> <Listing Rank="169" Team="N.C. Central"> <Games_Played>7</Games_Played> <Total_Points>484</Total_Points> <Average>69.1</Average> </Listing> <Listing Rank="" Team="Akron"> <Games_Played>7</Games_Played> <Total_Points>484</Total_Points> <Average>69.1</Average> </Listing> <Listing Rank="171" Team="Providence"> <Games_Played>7</Games_Played> <Total_Points>483</Total_Points> <Average>69.0</Average> </Listing> <Listing Rank="" Team="Coppin St."> <Games_Played>5</Games_Played> <Total_Points>345</Total_Points> <Average>69.0</Average> </Listing> <Listing Rank="173" Team="James Madison"> <Games_Played>7</Games_Played> <Total_Points>482</Total_Points> <Average>68.9</Average> </Listing> <Listing Rank="" Team="Southeast Mo. St."> <Games_Played>7</Games_Played> <Total_Points>482</Total_Points> <Average>68.9</Average> </Listing> <Listing Rank="175" Team="Mississippi St."> <Games_Played>6</Games_Played> <Total_Points>412</Total_Points> <Average>68.7</Average> </Listing> <Listing Rank="176" Team="Marshall"> <Games_Played>7</Games_Played> <Total_Points>480</Total_Points> <Average>68.6</Average> </Listing> <Listing Rank="" Team="Murray St."> <Games_Played>7</Games_Played> <Total_Points>480</Total_Points> <Average>68.6</Average> </Listing> <Listing Rank="178" Team="Clemson"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="" Team="Wofford"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="" Team="Towson"> <Games_Played>7</Games_Played> <Total_Points>479</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="181" Team="Stony Brook"> <Games_Played>8</Games_Played> <Total_Points>547</Total_Points> <Average>68.4</Average> </Listing> <Listing Rank="182" Team="Bowling Green"> <Games_Played>4</Games_Played> <Total_Points>273</Total_Points> <Average>68.3</Average> </Listing> <Listing Rank="183" Team="Northern Ill."> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="" Team="South Ala."> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="" Team="Loyola Chicago"> <Games_Played>5</Games_Played> <Total_Points>341</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="186" Team="Loyola Marymount"> <Games_Played>6</Games_Played> <Total_Points>409</Total_Points> <Average>68.2</Average> </Listing> <Listing Rank="187" Team="Wright St."> <Games_Played>8</Games_Played> <Total_Points>545</Total_Points> <Average>68.1</Average> </Listing> <Listing Rank="188" Team="Baylor"> <Games_Played>7</Games_Played> <Total_Points>476</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="" Team="San Diego St."> <Games_Played>6</Games_Played> <Total_Points>408</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="" Team="Colorado"> <Games_Played>5</Games_Played> <Total_Points>340</Total_Points> <Average>68.0</Average> </Listing> <Listing Rank="191" Team="CSUN"> <Games_Played>8</Games_Played> <Total_Points>543</Total_Points> <Average>67.9</Average> </Listing> <Listing Rank="192" Team="Utah St."> <Games_Played>6</Games_Played> <Total_Points>406</Total_Points> <Average>67.7</Average> </Listing> <Listing Rank="193" Team="La.-Monroe"> <Games_Played>5</Games_Played> <Total_Points>338</Total_Points> <Average>67.6</Average> </Listing> <Listing Rank="194" Team="Alcorn"> <Games_Played>6</Games_Played> <Total_Points>405</Total_Points> <Average>67.5</Average> </Listing> <Listing Rank="195" Team="Wyoming"> <Games_Played>7</Games_Played> <Total_Points>472</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="196" Team="New Hampshire"> <Games_Played>5</Games_Played> <Total_Points>337</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="" Team="Penn"> <Games_Played>5</Games_Played> <Total_Points>337</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="198" Team="Brown"> <Games_Played>8</Games_Played> <Total_Points>539</Total_Points> <Average>67.4</Average> </Listing> <Listing Rank="199" Team="UNI"> <Games_Played>7</Games_Played> <Total_Points>471</Total_Points> <Average>67.3</Average> </Listing> <Listing Rank="200" Team="Seattle"> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="" Team="Kent St."> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="" Team="Wagner"> <Games_Played>6</Games_Played> <Total_Points>403</Total_Points> <Average>67.2</Average> </Listing> <Listing Rank="203" Team="Milwaukee"> <Games_Played>7</Games_Played> <Total_Points>470</Total_Points> <Average>67.1</Average> </Listing> <Listing Rank="204" Team="Bucknell"> <Games_Played>8</Games_Played> <Total_Points>537</Total_Points> <Average>67.1</Average> </Listing> <Listing Rank="205" Team="Austin Peay"> <Games_Played>7</Games_Played> <Total_Points>469</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Cleveland St."> <Games_Played>6</Games_Played> <Total_Points>402</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Dayton"> <Games_Played>5</Games_Played> <Total_Points>335</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="" Team="Western Ill."> <Games_Played>5</Games_Played> <Total_Points>335</Total_Points> <Average>67.0</Average> </Listing> <Listing Rank="209" Team="Virginia"> <Games_Played>7</Games_Played> <Total_Points>468</Total_Points> <Average>66.9</Average> </Listing> <Listing Rank="210" Team="Chattanooga"> <Games_Played>8</Games_Played> <Total_Points>533</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="211" Team="Citadel"> <Games_Played>7</Games_Played> <Total_Points>466</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="" Team="Florida St."> <Games_Played>7</Games_Played> <Total_Points>466</Total_Points> <Average>66.6</Average> </Listing> <Listing Rank="213" Team="Maine"> <Games_Played>6</Games_Played> <Total_Points>399</Total_Points> <Average>66.5</Average> </Listing> <Listing Rank="214" Team="Albany (NY)"> <Games_Played>5</Games_Played> <Total_Points>332</Total_Points> <Average>66.4</Average> </Listing> <Listing Rank="215" Team="NJIT"> <Games_Played>6</Games_Played> <Total_Points>398</Total_Points> <Average>66.3</Average> </Listing> <Listing Rank="" Team="Indiana St."> <Games_Played>6</Games_Played> <Total_Points>398</Total_Points> <Average>66.3</Average> </Listing> <Listing Rank="217" Team="Montana"> <Games_Played>5</Games_Played> <Total_Points>331</Total_Points> <Average>66.2</Average> </Listing> <Listing Rank="218" Team="Pacific"> <Games_Played>7</Games_Played> <Total_Points>463</Total_Points> <Average>66.1</Average> </Listing> <Listing Rank="" Team="Central Ark."> <Games_Played>7</Games_Played> <Total_Points>463</Total_Points> <Average>66.1</Average> </Listing> <Listing Rank="220" Team="Oregon St."> <Games_Played>5</Games_Played> <Total_Points>330</Total_Points> <Average>66.0</Average> </Listing> <Listing Rank="" Team="Arkansas St."> <Games_Played>3</Games_Played> <Total_Points>198</Total_Points> <Average>66.0</Average> </Listing> <Listing Rank="222" Team="St. Francis Brooklyn"> <Games_Played>6</Games_Played> <Total_Points>395</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="223" Team="Tennessee"> <Games_Played>5</Games_Played> <Total_Points>329</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="" Team="Southern Miss."> <Games_Played>5</Games_Played> <Total_Points>329</Total_Points> <Average>65.8</Average> </Listing> <Listing Rank="225" Team="Washington St."> <Games_Played>6</Games_Played> <Total_Points>394</Total_Points> <Average>65.7</Average> </Listing> <Listing Rank="226" Team="UConn"> <Games_Played>5</Games_Played> <Total_Points>328</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="" Team="Boston U."> <Games_Played>5</Games_Played> <Total_Points>328</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="228" Team="FGCU"> <Games_Played>7</Games_Played> <Total_Points>459</Total_Points> <Average>65.6</Average> </Listing> <Listing Rank="229" Team="Texas St."> <Games_Played>4</Games_Played> <Total_Points>262</Total_Points> <Average>65.5</Average> </Listing> <Listing Rank="230" Team="Southeastern La."> <Games_Played>8</Games_Played> <Total_Points>523</Total_Points> <Average>65.4</Average> </Listing> <Listing Rank="231" Team="Manhattan"> <Games_Played>5</Games_Played> <Total_Points>326</Total_Points> <Average>65.2</Average> </Listing> <Listing Rank="232" Team="Northeastern"> <Games_Played>6</Games_Played> <Total_Points>391</Total_Points> <Average>65.2</Average> </Listing> <Listing Rank="233" Team="Fordham"> <Games_Played>6</Games_Played> <Total_Points>390</Total_Points> <Average>65.0</Average> </Listing> <Listing Rank="234" Team="UAB"> <Games_Played>7</Games_Played> <Total_Points>454</Total_Points> <Average>64.9</Average> </Listing> <Listing Rank="235" Team="Norfolk St."> <Games_Played>8</Games_Played> <Total_Points>518</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="" Team="Mercer"> <Games_Played>8</Games_Played> <Total_Points>518</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="" Team="Appalachian St."> <Games_Played>4</Games_Played> <Total_Points>259</Total_Points> <Average>64.8</Average> </Listing> <Listing Rank="238" Team="North Dakota"> <Games_Played>6</Games_Played> <Total_Points>388</Total_Points> <Average>64.7</Average> </Listing> <Listing Rank="239" Team="Richmond"> <Games_Played>5</Games_Played> <Total_Points>323</Total_Points> <Average>64.6</Average> </Listing> <Listing Rank="240" Team="Boston College"> <Games_Played>6</Games_Played> <Total_Points>387</Total_Points> <Average>64.5</Average> </Listing> <Listing Rank="" Team="IUPUI"> <Games_Played>6</Games_Played> <Total_Points>387</Total_Points> <Average>64.5</Average> </Listing> <Listing Rank="242" Team="Rice"> <Games_Played>6</Games_Played> <Total_Points>386</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="243" Team="Jacksonville St."> <Games_Played>7</Games_Played> <Total_Points>450</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="" Team="Longwood"> <Games_Played>7</Games_Played> <Total_Points>450</Total_Points> <Average>64.3</Average> </Listing> <Listing Rank="245" Team="Old Dominion"> <Games_Played>6</Games_Played> <Total_Points>385</Total_Points> <Average>64.2</Average> </Listing> <Listing Rank="" Team="New Mexico"> <Games_Played>6</Games_Played> <Total_Points>385</Total_Points> <Average>64.2</Average> </Listing> <Listing Rank="247" Team="Princeton"> <Games_Played>7</Games_Played> <Total_Points>448</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="" Team="Missouri"> <Games_Played>7</Games_Played> <Total_Points>448</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="" Team="North Dakota St."> <Games_Played>6</Games_Played> <Total_Points>384</Total_Points> <Average>64.0</Average> </Listing> <Listing Rank="250" Team="Stetson"> <Games_Played>8</Games_Played> <Total_Points>511</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="" Team="Samford"> <Games_Played>8</Games_Played> <Total_Points>511</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="252" Team="Hampton"> <Games_Played>7</Games_Played> <Total_Points>447</Total_Points> <Average>63.9</Average> </Listing> <Listing Rank="253" Team="Campbell"> <Games_Played>6</Games_Played> <Total_Points>383</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="" Team="Southern Ill."> <Games_Played>6</Games_Played> <Total_Points>383</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="255" Team="UC Davis"> <Games_Played>5</Games_Played> <Total_Points>319</Total_Points> <Average>63.8</Average> </Listing> <Listing Rank="256" Team="Cal St. Fullerton"> <Games_Played>7</Games_Played> <Total_Points>445</Total_Points> <Average>63.6</Average> </Listing> <Listing Rank="257" Team="Jacksonville"> <Games_Played>8</Games_Played> <Total_Points>508</Total_Points> <Average>63.5</Average> </Listing> <Listing Rank="" Team="Florida"> <Games_Played>6</Games_Played> <Total_Points>381</Total_Points> <Average>63.5</Average> </Listing> <Listing Rank="259" Team="Fresno St."> <Games_Played>7</Games_Played> <Total_Points>444</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="260" Team="Western Ky."> <Games_Played>5</Games_Played> <Total_Points>317</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="261" Team="Cornell"> <Games_Played>8</Games_Played> <Total_Points>507</Total_Points> <Average>63.4</Average> </Listing> <Listing Rank="262" Team="Sacred Heart"> <Games_Played>5</Games_Played> <Total_Points>316</Total_Points> <Average>63.2</Average> </Listing> <Listing Rank="263" Team="Ill.-Chicago"> <Games_Played>8</Games_Played> <Total_Points>505</Total_Points> <Average>63.1</Average> </Listing> <Listing Rank="264" Team="Kennesaw St."> <Games_Played>8</Games_Played> <Total_Points>504</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="" Team="Robert Morris"> <Games_Played>7</Games_Played> <Total_Points>441</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="" Team="Weber St."> <Games_Played>6</Games_Played> <Total_Points>378</Total_Points> <Average>63.0</Average> </Listing> <Listing Rank="267" Team="Lamar"> <Games_Played>7</Games_Played> <Total_Points>440</Total_Points> <Average>62.9</Average> </Listing> <Listing Rank="268" Team="Radford"> <Games_Played>7</Games_Played> <Total_Points>438</Total_Points> <Average>62.6</Average> </Listing> <Listing Rank="269" Team="Fairleigh Dickinson"> <Games_Played>5</Games_Played> <Total_Points>312</Total_Points> <Average>62.4</Average> </Listing> <Listing Rank="270" Team="Chicago St."> <Games_Played>8</Games_Played> <Total_Points>499</Total_Points> <Average>62.4</Average> </Listing> <Listing Rank="271" Team="Monmouth"> <Games_Played>6</Games_Played> <Total_Points>374</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="" Team="Denver"> <Games_Played>6</Games_Played> <Total_Points>374</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="273" Team="Bradley"> <Games_Played>7</Games_Played> <Total_Points>436</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="" Team="Southern California"> <Games_Played>7</Games_Played> <Total_Points>436</Total_Points> <Average>62.3</Average> </Listing> <Listing Rank="275" Team="UNLV"> <Games_Played>5</Games_Played> <Total_Points>311</Total_Points> <Average>62.2</Average> </Listing> <Listing Rank="276" Team="Saint Francis (PA)"> <Games_Played>6</Games_Played> <Total_Points>373</Total_Points> <Average>62.2</Average> </Listing> <Listing Rank="277" Team="Cincinnati"> <Games_Played>7</Games_Played> <Total_Points>435</Total_Points> <Average>62.1</Average> </Listing> <Listing Rank="278" Team="FIU"> <Games_Played>8</Games_Played> <Total_Points>497</Total_Points> <Average>62.1</Average> </Listing> <Listing Rank="279" Team="Bakersfield"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Saint Louis"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Santa Clara"> <Games_Played>7</Games_Played> <Total_Points>434</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="" Team="Temple"> <Games_Played>6</Games_Played> <Total_Points>372</Total_Points> <Average>62.0</Average> </Listing> <Listing Rank="283" Team="Colgate"> <Games_Played>6</Games_Played> <Total_Points>371</Total_Points> <Average>61.8</Average> </Listing> <Listing Rank="" Team="Montana St."> <Games_Played>6</Games_Played> <Total_Points>371</Total_Points> <Average>61.8</Average> </Listing> <Listing Rank="285" Team="Drake"> <Games_Played>7</Games_Played> <Total_Points>432</Total_Points> <Average>61.7</Average> </Listing> <Listing Rank="286" Team="George Mason"> <Games_Played>6</Games_Played> <Total_Points>370</Total_Points> <Average>61.7</Average> </Listing> <Listing Rank="287" Team="Mississippi Val."> <Games_Played>7</Games_Played> <Total_Points>431</Total_Points> <Average>61.6</Average> </Listing> <Listing Rank="288" Team="Northwestern"> <Games_Played>6</Games_Played> <Total_Points>368</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="" Team="South Carolina St."> <Games_Played>6</Games_Played> <Total_Points>368</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="290" Team="Texas Southern"> <Games_Played>7</Games_Played> <Total_Points>429</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="291" Team="Tennessee St."> <Games_Played>8</Games_Played> <Total_Points>490</Total_Points> <Average>61.3</Average> </Listing> <Listing Rank="292" Team="Rider"> <Games_Played>7</Games_Played> <Total_Points>428</Total_Points> <Average>61.1</Average> </Listing> <Listing Rank="293" Team="Col. of Charleston"> <Games_Played>7</Games_Played> <Total_Points>426</Total_Points> <Average>60.9</Average> </Listing> <Listing Rank="294" Team="Jackson St."> <Games_Played>6</Games_Played> <Total_Points>365</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="" Team="Oral Roberts"> <Games_Played>6</Games_Played> <Total_Points>365</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="296" Team="Idaho St."> <Games_Played>5</Games_Played> <Total_Points>304</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="" Team="Memphis"> <Games_Played>5</Games_Played> <Total_Points>304</Total_Points> <Average>60.8</Average> </Listing> <Listing Rank="298" Team="Miami (OH)"> <Games_Played>6</Games_Played> <Total_Points>364</Total_Points> <Average>60.7</Average> </Listing> <Listing Rank="299" Team="Northern Ariz."> <Games_Played>7</Games_Played> <Total_Points>424</Total_Points> <Average>60.6</Average> </Listing> <Listing Rank="300" Team="Tulsa"> <Games_Played>6</Games_Played> <Total_Points>363</Total_Points> <Average>60.5</Average> </Listing> <Listing Rank="301" Team="Nicholls St."> <Games_Played>4</Games_Played> <Total_Points>241</Total_Points> <Average>60.3</Average> </Listing> <Listing Rank="302" Team="Marist"> <Games_Played>6</Games_Played> <Total_Points>361</Total_Points> <Average>60.2</Average> </Listing> <Listing Rank="303" Team="Fairfield"> <Games_Played>7</Games_Played> <Total_Points>420</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="" Team="La Salle"> <Games_Played>6</Games_Played> <Total_Points>360</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="" Team="Cal Poly"> <Games_Played>5</Games_Played> <Total_Points>300</Total_Points> <Average>60.0</Average> </Listing> <Listing Rank="306" Team="Liberty"> <Games_Played>7</Games_Played> <Total_Points>418</Total_Points> <Average>59.7</Average> </Listing> <Listing Rank="307" Team="Bryant"> <Games_Played>4</Games_Played> <Total_Points>238</Total_Points> <Average>59.5</Average> </Listing> <Listing Rank="308" Team="Hartford"> <Games_Played>7</Games_Played> <Total_Points>416</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="" Team="N.C. A&T"> <Games_Played>7</Games_Played> <Total_Points>416</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="310" Team="Canisius"> <Games_Played>5</Games_Played> <Total_Points>297</Total_Points> <Average>59.4</Average> </Listing> <Listing Rank="311" Team="A&M-Corpus Christi"> <Games_Played>6</Games_Played> <Total_Points>356</Total_Points> <Average>59.3</Average> </Listing> <Listing Rank="312" Team="San Jose St."> <Games_Played>7</Games_Played> <Total_Points>415</Total_Points> <Average>59.3</Average> </Listing> <Listing Rank="313" Team="Fla. Atlantic"> <Games_Played>5</Games_Played> <Total_Points>296</Total_Points> <Average>59.2</Average> </Listing> <Listing Rank="314" Team="Middle Tenn."> <Games_Played>7</Games_Played> <Total_Points>414</Total_Points> <Average>59.1</Average> </Listing> <Listing Rank="315" Team="Utah Valley"> <Games_Played>6</Games_Played> <Total_Points>354</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="" Team="Nevada"> <Games_Played>6</Games_Played> <Total_Points>354</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="" Team="Dartmouth"> <Games_Played>4</Games_Played> <Total_Points>236</Total_Points> <Average>59.0</Average> </Listing> <Listing Rank="318" Team="Navy"> <Games_Played>7</Games_Played> <Total_Points>412</Total_Points> <Average>58.9</Average> </Listing> <Listing Rank="" Team="Presbyterian"> <Games_Played>7</Games_Played> <Total_Points>412</Total_Points> <Average>58.9</Average> </Listing> <Listing Rank="320" Team="Saint Joseph's"> <Games_Played>6</Games_Played> <Total_Points>352</Total_Points> <Average>58.7</Average> </Listing> <Listing Rank="321" Team="Bethune-Cookman"> <Games_Played>7</Games_Played> <Total_Points>410</Total_Points> <Average>58.6</Average> </Listing> <Listing Rank="322" Team="Columbia"> <Games_Played>6</Games_Played> <Total_Points>351</Total_Points> <Average>58.5</Average> </Listing> <Listing Rank="323" Team="Saint Peter's"> <Games_Played>7</Games_Played> <Total_Points>409</Total_Points> <Average>58.4</Average> </Listing> <Listing Rank="324" Team="LIU Brooklyn"> <Games_Played>4</Games_Played> <Total_Points>233</Total_Points> <Average>58.3</Average> </Listing> <Listing Rank="325" Team="Alabama A&M"> <Games_Played>5</Games_Played> <Total_Points>291</Total_Points> <Average>58.2</Average> </Listing> <Listing Rank="326" Team="Binghamton"> <Games_Played>7</Games_Played> <Total_Points>405</Total_Points> <Average>57.9</Average> </Listing> <Listing Rank="327" Team="Southern U."> <Games_Played>7</Games_Played> <Total_Points>403</Total_Points> <Average>57.6</Average> </Listing> <Listing Rank="" Team="Rutgers"> <Games_Played>7</Games_Played> <Total_Points>403</Total_Points> <Average>57.6</Average> </Listing> <Listing Rank="329" Team="Furman"> <Games_Played>5</Games_Played> <Total_Points>285</Total_Points> <Average>57.0</Average> </Listing> <Listing Rank="330" Team="Niagara"> <Games_Played>5</Games_Played> <Total_Points>284</Total_Points> <Average>56.8</Average> </Listing> <Listing Rank="331" Team="Prairie View"> <Games_Played>7</Games_Played> <Total_Points>396</Total_Points> <Average>56.6</Average> </Listing> <Listing Rank="332" Team="UMES"> <Games_Played>9</Games_Played> <Total_Points>509</Total_Points> <Average>56.6</Average> </Listing> <Listing Rank="333" Team="Central Conn. St."> <Games_Played>6</Games_Played> <Total_Points>338</Total_Points> <Average>56.3</Average> </Listing> <Listing Rank="334" Team="Loyola Maryland"> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="" Team="Morgan St."> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="" Team="Eastern Ill."> <Games_Played>7</Games_Played> <Total_Points>391</Total_Points> <Average>55.9</Average> </Listing> <Listing Rank="337" Team="Savannah St."> <Games_Played>7</Games_Played> <Total_Points>390</Total_Points> <Average>55.7</Average> </Listing> <Listing Rank="338" Team="Drexel"> <Games_Played>6</Games_Played> <Total_Points>333</Total_Points> <Average>55.5</Average> </Listing> <Listing Rank="339" Team="Ark.-Pine Bluff"> <Games_Played>7</Games_Played> <Total_Points>384</Total_Points> <Average>54.9</Average> </Listing> <Listing Rank="340" Team="Mt. St. Mary's"> <Games_Played>5</Games_Played> <Total_Points>273</Total_Points> <Average>54.6</Average> </Listing> <Listing Rank="341" Team="UMBC"> <Games_Played>6</Games_Played> <Total_Points>318</Total_Points> <Average>53.0</Average> </Listing> <Listing Rank="342" Team="Delaware"> <Games_Played>5</Games_Played> <Total_Points>261</Total_Points> <Average>52.2</Average> </Listing> <Listing Rank="343" Team="American"> <Games_Played>7</Games_Played> <Total_Points>351</Total_Points> <Average>50.1</Average> </Listing> <Listing Rank="344" Team="Florida A&M"> <Games_Played>8</Games_Played> <Total_Points>380</Total_Points> <Average>47.5</Average> </Listing> <Listing Rank="345" Team="Grambling"> <Games_Played>5</Games_Played> <Total_Points>225</Total_Points> <Average>45.0</Average> </Listing> <time_stamp> December 3, 2014, at 03:26 PM ET </time_stamp> </message>
+ test/xml/sportinfo/Cbask_Team_Shooting_Pct_XML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Made (#PCDATA)>+<!ELEMENT Attempted (#PCDATA)>+<!ELEMENT Percentage (#PCDATA)>+<!ELEMENT Listing ( ( Made, Attempted, Percentage ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Listing*, time_stamp ) )>++<!ATTLIST Listing Rank CDATA #REQUIRED>+<!ATTLIST Listing Team CDATA #REQUIRED>
+ test/xml/sportinfo/Cbask_Team_Shooting_Pct_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "Cbask_Team_Shooting_Pct_XML.dtd"> <message> <XML_File_ID>22413991</XML_File_ID> <heading>AEX%NCAA-TEAM-FG-PERCENTAGE</heading> <category>Statistics</category> <sport>CBASK</sport> <title> 2014-2015 NCAA Division I Men's Basketball Team FG% Stats </title> <Listing Rank="1" Team="Notre Dame"> <Made>220</Made> <Attempted>379</Attempted> <Percentage>58.0</Percentage> </Listing> <Listing Rank="2" Team="Wyoming"> <Made>168</Made> <Attempted>307</Attempted> <Percentage>54.7</Percentage> </Listing> <Listing Rank="3" Team="Gonzaga"> <Made>225</Made> <Attempted>413</Attempted> <Percentage>54.5</Percentage> </Listing> <Listing Rank="4" Team="Eastern Wash."> <Made>221</Made> <Attempted>408</Attempted> <Percentage>54.2</Percentage> </Listing> <Listing Rank="5" Team="Evansville"> <Made>182</Made> <Attempted>337</Attempted> <Percentage>54.0</Percentage> </Listing> <Listing Rank="6" Team="Utah"> <Made>162</Made> <Attempted>304</Attempted> <Percentage>53.3</Percentage> </Listing> <Listing Rank="7" Team="Sacramento St."> <Made>139</Made> <Attempted>263</Attempted> <Percentage>52.9</Percentage> </Listing> <Listing Rank="8" Team="Duke"> <Made>225</Made> <Attempted>427</Attempted> <Percentage>52.7</Percentage> </Listing> <Listing Rank="9" Team="Northern Colo."> <Made>176</Made> <Attempted>335</Attempted> <Percentage>52.5</Percentage> </Listing> <Listing Rank="10" Team="Ohio St."> <Made>187</Made> <Attempted>356</Attempted> <Percentage>52.5</Percentage> </Listing> <Listing Rank="11" Team="Duquesne"> <Made>127</Made> <Attempted>243</Attempted> <Percentage>52.3</Percentage> </Listing> <Listing Rank="12" Team="Xavier"> <Made>225</Made> <Attempted>433</Attempted> <Percentage>52.0</Percentage> </Listing> <Listing Rank="13" Team="Vermont"> <Made>148</Made> <Attempted>285</Attempted> <Percentage>51.9</Percentage> </Listing> <Listing Rank="14" Team="Ball St."> <Made>112</Made> <Attempted>216</Attempted> <Percentage>51.9</Percentage> </Listing> <Listing Rank="15" Team="Indiana"> <Made>211</Made> <Attempted>408</Attempted> <Percentage>51.7</Percentage> </Listing> <Listing Rank="16" Team="Virginia Tech"> <Made>149</Made> <Attempted>290</Attempted> <Percentage>51.4</Percentage> </Listing> <Listing Rank="17" Team="Harvard"> <Made>132</Made> <Attempted>257</Attempted> <Percentage>51.4</Percentage> </Listing> <Listing Rank="18" Team="Air Force"> <Made>153</Made> <Attempted>300</Attempted> <Percentage>51.0</Percentage> </Listing> <Listing Rank="19" Team="Georgia St."> <Made>195</Made> <Attempted>385</Attempted> <Percentage>50.6</Percentage> </Listing> <Listing Rank="20" Team="Wisconsin"> <Made>188</Made> <Attempted>372</Attempted> <Percentage>50.5</Percentage> </Listing> <Listing Rank="21" Team="Lafayette"> <Made>154</Made> <Attempted>307</Attempted> <Percentage>50.2</Percentage> </Listing> <Listing Rank="22" Team="Vanderbilt"> <Made>155</Made> <Attempted>309</Attempted> <Percentage>50.2</Percentage> </Listing> <Listing Rank="23" Team="St. Mary's (CA)"> <Made>132</Made> <Attempted>264</Attempted> <Percentage>50.0</Percentage> </Listing> <Listing Rank="24" Team="UCF"> <Made>150</Made> <Attempted>301</Attempted> <Percentage>49.8</Percentage> </Listing> <Listing Rank="25" Team="UC Irvine"> <Made>134</Made> <Attempted>269</Attempted> <Percentage>49.8</Percentage> </Listing> <Listing Rank="26" Team="South Fla."> <Made>193</Made> <Attempted>390</Attempted> <Percentage>49.5</Percentage> </Listing> <Listing Rank="27" Team="UC Davis"> <Made>127</Made> <Attempted>257</Attempted> <Percentage>49.4</Percentage> </Listing> <Listing Rank="28" Team="Georgetown"> <Made>158</Made> <Attempted>320</Attempted> <Percentage>49.4</Percentage> </Listing> <Listing Rank="29" Team="Maryland"> <Made>188</Made> <Attempted>381</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="" Team="Western Mich."> <Made>188</Made> <Attempted>381</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="31" Team="Valparaiso"> <Made>215</Made> <Attempted>436</Attempted> <Percentage>49.3</Percentage> </Listing> <Listing Rank="32" Team="Arizona"> <Made>181</Made> <Attempted>368</Attempted> <Percentage>49.2</Percentage> </Listing> <Listing Rank="33" Team="Arizona St."> <Made>140</Made> <Attempted>285</Attempted> <Percentage>49.1</Percentage> </Listing> <Listing Rank="34" Team="Tulane"> <Made>165</Made> <Attempted>336</Attempted> <Percentage>49.1</Percentage> </Listing> <Listing Rank="35" Team="BYU"> <Made>258</Made> <Attempted>526</Attempted> <Percentage>49.0</Percentage> </Listing> <Listing Rank="36" Team="TCU"> <Made>187</Made> <Attempted>382</Attempted> <Percentage>49.0</Percentage> </Listing> <Listing Rank="37" Team="UT Martin"> <Made>136</Made> <Attempted>278</Attempted> <Percentage>48.9</Percentage> </Listing> <Listing Rank="38" Team="Miami (FL)"> <Made>220</Made> <Attempted>451</Attempted> <Percentage>48.8</Percentage> </Listing> <Listing Rank="39" Team="Michigan St."> <Made>192</Made> <Attempted>395</Attempted> <Percentage>48.6</Percentage> </Listing> <Listing Rank="40" Team="Purdue"> <Made>181</Made> <Attempted>373</Attempted> <Percentage>48.5</Percentage> </Listing> <Listing Rank="41" Team="SMU"> <Made>182</Made> <Attempted>376</Attempted> <Percentage>48.4</Percentage> </Listing> <Listing Rank="42" Team="DePaul"> <Made>135</Made> <Attempted>279</Attempted> <Percentage>48.4</Percentage> </Listing> <Listing Rank="43" Team="Wofford"> <Made>172</Made> <Attempted>356</Attempted> <Percentage>48.3</Percentage> </Listing> <Listing Rank="44" Team="Eastern Ky."> <Made>156</Made> <Attempted>323</Attempted> <Percentage>48.3</Percentage> </Listing> <Listing Rank="45" Team="Richmond"> <Made>122</Made> <Attempted>253</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="46" Team="Georgia"> <Made>186</Made> <Attempted>386</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="47" Team="High Point"> <Made>185</Made> <Attempted>384</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="48" Team="Oklahoma St."> <Made>158</Made> <Attempted>328</Attempted> <Percentage>48.2</Percentage> </Listing> <Listing Rank="49" Team="Loyola Chicago"> <Made>121</Made> <Attempted>252</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="50" Team="Iona"> <Made>169</Made> <Attempted>352</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="51" Team="Houston Baptist"> <Made>117</Made> <Attempted>244</Attempted> <Percentage>48.0</Percentage> </Listing> <Listing Rank="52" Team="Kentucky"> <Made>201</Made> <Attempted>421</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="53" Team="North Florida"> <Made>177</Made> <Attempted>371</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="54" Team="Belmont"> <Made>206</Made> <Attempted>432</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="55" Team="Hofstra"> <Made>185</Made> <Attempted>388</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="56" Team="Southern Utah"> <Made>123</Made> <Attempted>258</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="57" Team="UNI"> <Made>153</Made> <Attempted>321</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="58" Team="East Carolina"> <Made>183</Made> <Attempted>384</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="59" Team="Arkansas St."> <Made>71</Made> <Attempted>149</Attempted> <Percentage>47.7</Percentage> </Listing> <Listing Rank="60" Team="Oregon St."> <Made>121</Made> <Attempted>254</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="61" Team="N.C. Central"> <Made>176</Made> <Attempted>370</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="" Team="Kansas St."> <Made>176</Made> <Attempted>370</Attempted> <Percentage>47.6</Percentage> </Listing> <Listing Rank="63" Team="Drake"> <Made>155</Made> <Attempted>326</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="64" Team="Iowa St."> <Made>143</Made> <Attempted>301</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="65" Team="UNCW"> <Made>114</Made> <Attempted>240</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="66" Team="San Diego"> <Made>170</Made> <Attempted>358</Attempted> <Percentage>47.5</Percentage> </Listing> <Listing Rank="67" Team="Central Mich."> <Made>157</Made> <Attempted>331</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="68" Team="San Francisco"> <Made>166</Made> <Attempted>350</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="69" Team="IPFW"> <Made>128</Made> <Attempted>270</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="70" Team="William & Mary"> <Made>143</Made> <Attempted>302</Attempted> <Percentage>47.4</Percentage> </Listing> <Listing Rank="71" Team="Long Beach St."> <Made>196</Made> <Attempted>414</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="72" Team="California"> <Made>169</Made> <Attempted>357</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="73" Team="Citadel"> <Made>166</Made> <Attempted>351</Attempted> <Percentage>47.3</Percentage> </Listing> <Listing Rank="74" Team="Wichita St."> <Made>116</Made> <Attempted>246</Attempted> <Percentage>47.2</Percentage> </Listing> <Listing Rank="75" Team="Mississippi St."> <Made>140</Made> <Attempted>297</Attempted> <Percentage>47.1</Percentage> </Listing> <Listing Rank="76" Team="Providence"> <Made>169</Made> <Attempted>359</Attempted> <Percentage>47.1</Percentage> </Listing> <Listing Rank="77" Team="Green Bay"> <Made>157</Made> <Attempted>334</Attempted> <Percentage>47.0</Percentage> </Listing> <Listing Rank="78" Team="Arkansas"> <Made>188</Made> <Attempted>400</Attempted> <Percentage>47.0</Percentage> </Listing> <Listing Rank="79" Team="La.-Lafayette"> <Made>126</Made> <Attempted>269</Attempted> <Percentage>46.8</Percentage> </Listing> <Listing Rank="80" Team="VMI"> <Made>243</Made> <Attempted>520</Attempted> <Percentage>46.7</Percentage> </Listing> <Listing Rank="81" Team="Louisiana Tech"> <Made>182</Made> <Attempted>390</Attempted> <Percentage>46.7</Percentage> </Listing> <Listing Rank="82" Team="Toledo"> <Made>156</Made> <Attempted>335</Attempted> <Percentage>46.6</Percentage> </Listing> <Listing Rank="83" Team="Army"> <Made>176</Made> <Attempted>378</Attempted> <Percentage>46.6</Percentage> </Listing> <Listing Rank="84" Team="Rhode Island"> <Made>153</Made> <Attempted>329</Attempted> <Percentage>46.5</Percentage> </Listing> <Listing Rank="85" Team="Tex.-Pan American"> <Made>151</Made> <Attempted>325</Attempted> <Percentage>46.5</Percentage> </Listing> <Listing Rank="86" Team="Seton Hall"> <Made>151</Made> <Attempted>326</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="87" Team="SIUE"> <Made>119</Made> <Attempted>257</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="88" Team="LSU"> <Made>205</Made> <Attempted>443</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="89" Team="Nebraska"> <Made>149</Made> <Attempted>322</Attempted> <Percentage>46.3</Percentage> </Listing> <Listing Rank="90" Team="James Madison"> <Made>160</Made> <Attempted>346</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="91" Team="Texas A&M"> <Made>135</Made> <Attempted>292</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="92" Team="Penn"> <Made>122</Made> <Attempted>264</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="93" Team="New Mexico St."> <Made>187</Made> <Attempted>405</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="94" Team="Oakland"> <Made>180</Made> <Attempted>390</Attempted> <Percentage>46.2</Percentage> </Listing> <Listing Rank="95" Team="USC Upstate"> <Made>227</Made> <Attempted>492</Attempted> <Percentage>46.1</Percentage> </Listing> <Listing Rank="96" Team="Colorado"> <Made>113</Made> <Attempted>245</Attempted> <Percentage>46.1</Percentage> </Listing> <Listing Rank="97" Team="Virginia"> <Made>174</Made> <Attempted>378</Attempted> <Percentage>46.0</Percentage> </Listing> <Listing Rank="98" Team="Northeastern"> <Made>138</Made> <Attempted>300</Attempted> <Percentage>46.0</Percentage> </Listing> <Listing Rank="99" Team="Saint Francis (PA)"> <Made>136</Made> <Attempted>296</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="100" Team="Illinois"> <Made>208</Made> <Attempted>453</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="101" Team="Michigan"> <Made>183</Made> <Attempted>399</Attempted> <Percentage>45.9</Percentage> </Listing> <Listing Rank="102" Team="Villanova"> <Made>157</Made> <Attempted>343</Attempted> <Percentage>45.8</Percentage> </Listing> <Listing Rank="103" Team="Detroit"> <Made>211</Made> <Attempted>461</Attempted> <Percentage>45.8</Percentage> </Listing> <Listing Rank="104" Team="Florida St."> <Made>160</Made> <Attempted>350</Attempted> <Percentage>45.7</Percentage> </Listing> <Listing Rank="105" Team="Colgate"> <Made>138</Made> <Attempted>302</Attempted> <Percentage>45.7</Percentage> </Listing> <Listing Rank="106" Team="UC Riverside"> <Made>171</Made> <Attempted>375</Attempted> <Percentage>45.6</Percentage> </Listing> <Listing Rank="107" Team="UCLA"> <Made>200</Made> <Attempted>439</Attempted> <Percentage>45.6</Percentage> </Listing> <Listing Rank="108" Team="Southeast Mo. St."> <Made>176</Made> <Attempted>387</Attempted> <Percentage>45.5</Percentage> </Listing> <Listing Rank="109" Team="Davidson"> <Made>154</Made> <Attempted>339</Attempted> <Percentage>45.4</Percentage> </Listing> <Listing Rank="110" Team="Stanford"> <Made>162</Made> <Attempted>357</Attempted> <Percentage>45.4</Percentage> </Listing> <Listing Rank="111" Team="Portland"> <Made>156</Made> <Attempted>344</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="112" Team="Pittsburgh"> <Made>180</Made> <Attempted>397</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="113" Team="North Texas"> <Made>149</Made> <Attempted>329</Attempted> <Percentage>45.3</Percentage> </Listing> <Listing Rank="114" Team="Denver"> <Made>133</Made> <Attempted>294</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="115" Team="Stetson"> <Made>188</Made> <Attempted>416</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="" Team="Texas St."> <Made>94</Made> <Attempted>208</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="117" Team="Marquette"> <Made>169</Made> <Attempted>374</Attempted> <Percentage>45.2</Percentage> </Listing> <Listing Rank="118" Team="Penn St."> <Made>185</Made> <Attempted>410</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="119" Team="Texas"> <Made>175</Made> <Attempted>388</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="120" Team="Syracuse"> <Made>183</Made> <Attempted>406</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="121" Team="Alabama"> <Made>155</Made> <Attempted>344</Attempted> <Percentage>45.1</Percentage> </Listing> <Listing Rank="122" Team="North Carolina"> <Made>169</Made> <Attempted>376</Attempted> <Percentage>44.9</Percentage> </Listing> <Listing Rank="123" Team="George Washington"> <Made>125</Made> <Attempted>279</Attempted> <Percentage>44.8</Percentage> </Listing> <Listing Rank="124" Team="New Orleans"> <Made>90</Made> <Attempted>201</Attempted> <Percentage>44.8</Percentage> </Listing> <Listing Rank="125" Team="Sam Houston St."> <Made>166</Made> <Attempted>371</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="126" Team="Yale"> <Made>204</Made> <Attempted>456</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="127" Team="UNC Greensboro"> <Made>178</Made> <Attempted>398</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="128" Team="Massachusetts"> <Made>199</Made> <Attempted>445</Attempted> <Percentage>44.7</Percentage> </Listing> <Listing Rank="129" Team="Georgia Tech"> <Made>152</Made> <Attempted>341</Attempted> <Percentage>44.6</Percentage> </Listing> <Listing Rank="130" Team="Oregon"> <Made>170</Made> <Attempted>382</Attempted> <Percentage>44.5</Percentage> </Listing> <Listing Rank="131" Team="Colorado St."> <Made>141</Made> <Attempted>317</Attempted> <Percentage>44.5</Percentage> </Listing> <Listing Rank="132" Team="Minnesota"> <Made>196</Made> <Attempted>441</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="" Team="Clemson"> <Made>172</Made> <Attempted>387</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="134" Team="Stony Brook"> <Made>202</Made> <Attempted>455</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="135" Team="South Carolina"> <Made>185</Made> <Attempted>417</Attempted> <Percentage>44.4</Percentage> </Listing> <Listing Rank="136" Team="Loyola Marymount"> <Made>145</Made> <Attempted>327</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="137" Team="Washington"> <Made>159</Made> <Attempted>359</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="138" Team="Lehigh"> <Made>155</Made> <Attempted>350</Attempted> <Percentage>44.3</Percentage> </Listing> <Listing Rank="139" Team="UALR"> <Made>134</Made> <Attempted>303</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="140" Team="Holy Cross"> <Made>107</Made> <Attempted>242</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="141" Team="Hawaii"> <Made>233</Made> <Attempted>527</Attempted> <Percentage>44.2</Percentage> </Listing> <Listing Rank="142" Team="Creighton"> <Made>166</Made> <Attempted>376</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="143" Team="CSUN"> <Made>201</Made> <Attempted>456</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="144" Team="Brown"> <Made>182</Made> <Attempted>413</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="" Team="UC Santa Barbara"> <Made>156</Made> <Attempted>354</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="146" Team="Stephen F. Austin"> <Made>174</Made> <Attempted>395</Attempted> <Percentage>44.1</Percentage> </Listing> <Listing Rank="147" Team="Maine"> <Made>148</Made> <Attempted>336</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="148" Team="Baylor"> <Made>166</Made> <Attempted>377</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="149" Team="Ole Miss"> <Made>147</Made> <Attempted>334</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="150" Team="Coastal Caro."> <Made>168</Made> <Attempted>382</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="151" Team="Alabama St."> <Made>149</Made> <Attempted>339</Attempted> <Percentage>44.0</Percentage> </Listing> <Listing Rank="152" Team="Col. of Charleston"> <Made>156</Made> <Attempted>355</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="153" Team="Wright St."> <Made>191</Made> <Attempted>435</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="154" Team="Tennessee Tech"> <Made>162</Made> <Attempted>369</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="155" Team="Southern Ill."> <Made>133</Made> <Attempted>303</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="156" Team="Idaho"> <Made>132</Made> <Attempted>301</Attempted> <Percentage>43.9</Percentage> </Listing> <Listing Rank="157" Team="Monmouth"> <Made>128</Made> <Attempted>292</Attempted> <Percentage>43.8</Percentage> </Listing> <Listing Rank="158" Team="Dayton"> <Made>112</Made> <Attempted>256</Attempted> <Percentage>43.8</Percentage> </Listing> <Listing Rank="159" Team="North Carolina St."> <Made>178</Made> <Attempted>407</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="160" Team="Charlotte"> <Made>157</Made> <Attempted>359</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="161" Team="Ohio"> <Made>101</Made> <Attempted>231</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="162" Team="Bucknell"> <Made>188</Made> <Attempted>430</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="163" Team="Campbell"> <Made>142</Made> <Attempted>325</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="164" Team="St. John's (NY)"> <Made>152</Made> <Attempted>348</Attempted> <Percentage>43.7</Percentage> </Listing> <Listing Rank="165" Team="Cincinnati"> <Made>151</Made> <Attempted>346</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="166" Team="Kent St."> <Made>137</Made> <Attempted>314</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="167" Team="Missouri St."> <Made>143</Made> <Attempted>328</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="168" Team="Tennessee"> <Made>122</Made> <Attempted>280</Attempted> <Percentage>43.6</Percentage> </Listing> <Listing Rank="169" Team="Butler"> <Made>151</Made> <Attempted>347</Attempted> <Percentage>43.5</Percentage> </Listing> <Listing Rank="170" Team="La.-Monroe"> <Made>130</Made> <Attempted>299</Attempted> <Percentage>43.5</Percentage> </Listing> <Listing Rank="171" Team="Delaware St."> <Made>183</Made> <Attempted>422</Attempted> <Percentage>43.4</Percentage> </Listing> <Listing Rank="172" Team="Southern Miss."> <Made>111</Made> <Attempted>256</Attempted> <Percentage>43.4</Percentage> </Listing> <Listing Rank="173" Team="Youngstown St."> <Made>227</Made> <Attempted>524</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="174" Team="Pacific"> <Made>162</Made> <Attempted>374</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="175" Team="Bowling Green"> <Made>97</Made> <Attempted>224</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="176" Team="Howard"> <Made>197</Made> <Attempted>455</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="177" Team="Western Caro."> <Made>171</Made> <Attempted>395</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="178" Team="Milwaukee"> <Made>158</Made> <Attempted>365</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="179" Team="Liberty"> <Made>148</Made> <Attempted>342</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="180" Team="VCU"> <Made>186</Made> <Attempted>430</Attempted> <Percentage>43.3</Percentage> </Listing> <Listing Rank="181" Team="UTEP"> <Made>118</Made> <Attempted>273</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="182" Team="Iowa"> <Made>178</Made> <Attempted>412</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="183" Team="Illinois St."> <Made>149</Made> <Attempted>345</Attempted> <Percentage>43.2</Percentage> </Listing> <Listing Rank="184" Team="Navy"> <Made>156</Made> <Attempted>362</Attempted> <Percentage>43.1</Percentage> </Listing> <Listing Rank="185" Team="Presbyterian"> <Made>161</Made> <Attempted>374</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="186" Team="East Tenn. St."> <Made>135</Made> <Attempted>314</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="187" Team="Seattle"> <Made>144</Made> <Attempted>335</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="188" Team="South Dakota St."> <Made>125</Made> <Attempted>291</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="189" Team="UTSA"> <Made>128</Made> <Attempted>298</Attempted> <Percentage>43.0</Percentage> </Listing> <Listing Rank="190" Team="Mercer"> <Made>179</Made> <Attempted>417</Attempted> <Percentage>42.9</Percentage> </Listing> <Listing Rank="191" Team="San Diego St."> <Made>138</Made> <Attempted>322</Attempted> <Percentage>42.9</Percentage> </Listing> <Listing Rank="192" Team="Siena"> <Made>128</Made> <Attempted>299</Attempted> <Percentage>42.8</Percentage> </Listing> <Listing Rank="193" Team="Boise St."> <Made>136</Made> <Attempted>318</Attempted> <Percentage>42.8</Percentage> </Listing> <Listing Rank="194" Team="A&M-Corpus Christi"> <Made>123</Made> <Attempted>288</Attempted> <Percentage>42.7</Percentage> </Listing> <Listing Rank="195" Team="Murray St."> <Made>173</Made> <Attempted>406</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="196" Team="Dartmouth"> <Made>89</Made> <Attempted>209</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="197" Team="Northwestern St."> <Made>192</Made> <Attempted>451</Attempted> <Percentage>42.6</Percentage> </Listing> <Listing Rank="198" Team="FIU"> <Made>177</Made> <Attempted>416</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="199" Team="Utah St."> <Made>137</Made> <Attempted>322</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="200" Team="Pepperdine"> <Made>97</Made> <Attempted>228</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="201" Team="UNC Asheville"> <Made>152</Made> <Attempted>358</Attempted> <Percentage>42.5</Percentage> </Listing> <Listing Rank="202" Team="Towson"> <Made>154</Made> <Attempted>363</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="203" Team="Longwood"> <Made>165</Made> <Attempted>389</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="204" Team="Princeton"> <Made>148</Made> <Attempted>349</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="" Team="Santa Clara"> <Made>148</Made> <Attempted>349</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="206" Team="Eastern Mich."> <Made>173</Made> <Attempted>408</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="207" Team="Austin Peay"> <Made>170</Made> <Attempted>401</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="208" Team="Louisville"> <Made>150</Made> <Attempted>354</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="209" Team="UMKC"> <Made>172</Made> <Attempted>406</Attempted> <Percentage>42.4</Percentage> </Listing> <Listing Rank="210" Team="Charleston So."> <Made>155</Made> <Attempted>366</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="211" Team="UConn"> <Made>116</Made> <Attempted>274</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="212" Team="Wake Forest"> <Made>192</Made> <Attempted>454</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="213" Team="Missouri"> <Made>150</Made> <Attempted>355</Attempted> <Percentage>42.3</Percentage> </Listing> <Listing Rank="214" Team="Southeastern La."> <Made>188</Made> <Attempted>445</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="215" Team="Morehead St."> <Made>230</Made> <Attempted>545</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="216" Team="FGCU"> <Made>165</Made> <Attempted>391</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="217" Team="Auburn"> <Made>116</Made> <Attempted>275</Attempted> <Percentage>42.2</Percentage> </Listing> <Listing Rank="218" Team="Boston College"> <Made>134</Made> <Attempted>318</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="219" Team="West Virginia"> <Made>206</Made> <Attempted>489</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="220" Team="Old Dominion"> <Made>133</Made> <Attempted>316</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="221" Team="Lamar"> <Made>159</Made> <Attempted>378</Attempted> <Percentage>42.1</Percentage> </Listing> <Listing Rank="222" Team="Albany (NY)"> <Made>119</Made> <Attempted>283</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="223" Team="Troy"> <Made>116</Made> <Attempted>276</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="224" Team="Memphis"> <Made>105</Made> <Attempted>250</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="225" Team="Kansas"> <Made>133</Made> <Attempted>317</Attempted> <Percentage>42.0</Percentage> </Listing> <Listing Rank="226" Team="NJIT"> <Made>130</Made> <Attempted>310</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="227" Team="Cleveland St."> <Made>140</Made> <Attempted>334</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="228" Team="Wagner"> <Made>152</Made> <Attempted>363</Attempted> <Percentage>41.9</Percentage> </Listing> <Listing Rank="229" Team="Weber St."> <Made>120</Made> <Attempted>287</Attempted> <Percentage>41.8</Percentage> </Listing> <Listing Rank="230" Team="Montana"> <Made>118</Made> <Attempted>283</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="231" Team="Ga. Southern"> <Made>158</Made> <Attempted>379</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="232" Team="South Dakota"> <Made>198</Made> <Attempted>475</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="233" Team="Norfolk St."> <Made>180</Made> <Attempted>432</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="" Team="Utah Valley"> <Made>125</Made> <Attempted>300</Attempted> <Percentage>41.7</Percentage> </Listing> <Listing Rank="235" Team="New Hampshire"> <Made>114</Made> <Attempted>274</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="236" Team="McNeese St."> <Made>109</Made> <Attempted>262</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="237" Team="Rider"> <Made>163</Made> <Attempted>392</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="238" Team="Central Ark."> <Made>158</Made> <Attempted>380</Attempted> <Percentage>41.6</Percentage> </Listing> <Listing Rank="239" Team="Portland St."> <Made>125</Made> <Attempted>301</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="" Team="New Mexico"> <Made>125</Made> <Attempted>301</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="241" Team="Fresno St."> <Made>153</Made> <Attempted>369</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="242" Team="St. Bonaventure"> <Made>114</Made> <Attempted>275</Attempted> <Percentage>41.5</Percentage> </Listing> <Listing Rank="243" Team="Elon"> <Made>181</Made> <Attempted>437</Attempted> <Percentage>41.4</Percentage> </Listing> <Listing Rank="244" Team="UNLV"> <Made>111</Made> <Attempted>268</Attempted> <Percentage>41.4</Percentage> </Listing> <Listing Rank="245" Team="Fla. Atlantic"> <Made>107</Made> <Attempted>259</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="246" Team="IUPUI"> <Made>133</Made> <Attempted>322</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="" Team="Texas Tech"> <Made>114</Made> <Attempted>276</Attempted> <Percentage>41.3</Percentage> </Listing> <Listing Rank="248" Team="Miami (OH)"> <Made>127</Made> <Attempted>308</Attempted> <Percentage>41.2</Percentage> </Listing> <Listing Rank="249" Team="Akron"> <Made>162</Made> <Attempted>393</Attempted> <Percentage>41.2</Percentage> </Listing> <Listing Rank="250" Team="Buffalo"> <Made>116</Made> <Attempted>282</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="251" Team="Idaho St."> <Made>109</Made> <Attempted>265</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="252" Team="Bethune-Cookman"> <Made>138</Made> <Attempted>336</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="253" Team="Saint Louis"> <Made>140</Made> <Attempted>341</Attempted> <Percentage>41.1</Percentage> </Listing> <Listing Rank="254" Team="Manhattan"> <Made>109</Made> <Attempted>266</Attempted> <Percentage>41.0</Percentage> </Listing> <Listing Rank="255" Team="Gardner-Webb"> <Made>177</Made> <Attempted>432</Attempted> <Percentage>41.0</Percentage> </Listing> <Listing Rank="256" Team="Chattanooga"> <Made>177</Made> <Attempted>433</Attempted> <Percentage>40.9</Percentage> </Listing> <Listing Rank="257" Team="Winthrop"> <Made>118</Made> <Attempted>289</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="258" Team="Northern Ill."> <Made>111</Made> <Attempted>272</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="259" Team="Eastern Ill."> <Made>142</Made> <Attempted>348</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="260" Team="American"> <Made>126</Made> <Attempted>309</Attempted> <Percentage>40.8</Percentage> </Listing> <Listing Rank="261" Team="Cornell"> <Made>167</Made> <Attempted>410</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="262" Team="Texas Southern"> <Made>147</Made> <Attempted>361</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="263" Team="Columbia"> <Made>120</Made> <Attempted>295</Attempted> <Percentage>40.7</Percentage> </Listing> <Listing Rank="264" Team="Tulsa"> <Made>122</Made> <Attempted>301</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="265" Team="Hampton"> <Made>154</Made> <Attempted>380</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="266" Team="North Dakota"> <Made>132</Made> <Attempted>326</Attempted> <Percentage>40.5</Percentage> </Listing> <Listing Rank="267" Team="Western Ky."> <Made>114</Made> <Attempted>282</Attempted> <Percentage>40.4</Percentage> </Listing> <Listing Rank="268" Team="N.C. A&T"> <Made>156</Made> <Attempted>386</Attempted> <Percentage>40.4</Percentage> </Listing> <Listing Rank="269" Team="UMES"> <Made>167</Made> <Attempted>414</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="270" Team="Kennesaw St."> <Made>174</Made> <Attempted>432</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="271" Team="Cal St. Fullerton"> <Made>147</Made> <Attempted>365</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="272" Team="Marist"> <Made>118</Made> <Attempted>293</Attempted> <Percentage>40.3</Percentage> </Listing> <Listing Rank="273" Team="Marshall"> <Made>160</Made> <Attempted>399</Attempted> <Percentage>40.1</Percentage> </Listing> <Listing Rank="274" Team="Sacred Heart"> <Made>115</Made> <Attempted>287</Attempted> <Percentage>40.1</Percentage> </Listing> <Listing Rank="275" Team="Texas-Arlington"> <Made>164</Made> <Attempted>411</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="276" Team="Quinnipiac"> <Made>120</Made> <Attempted>301</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="277" Team="Tennessee St."> <Made>173</Made> <Attempted>434</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="278" Team="UAB"> <Made>161</Made> <Attempted>404</Attempted> <Percentage>39.9</Percentage> </Listing> <Listing Rank="279" Team="Oklahoma"> <Made>143</Made> <Attempted>359</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="280" Team="Saint Peter's"> <Made>129</Made> <Attempted>324</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="281" Team="Fairleigh Dickinson"> <Made>117</Made> <Attempted>294</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="282" Team="Boston U."> <Made>101</Made> <Attempted>254</Attempted> <Percentage>39.8</Percentage> </Listing> <Listing Rank="283" Team="Hartford"> <Made>141</Made> <Attempted>356</Attempted> <Percentage>39.6</Percentage> </Listing> <Listing Rank="284" Team="Bradley"> <Made>135</Made> <Attempted>341</Attempted> <Percentage>39.6</Percentage> </Listing> <Listing Rank="285" Team="Lipscomb"> <Made>151</Made> <Attempted>382</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="286" Team="Bakersfield"> <Made>158</Made> <Attempted>400</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="287" Team="Northwestern"> <Made>124</Made> <Attempted>314</Attempted> <Percentage>39.5</Percentage> </Listing> <Listing Rank="288" Team="Southern California"> <Made>154</Made> <Attempted>391</Attempted> <Percentage>39.4</Percentage> </Listing> <Listing Rank="289" Team="Appalachian St."> <Made>87</Made> <Attempted>221</Attempted> <Percentage>39.4</Percentage> </Listing> <Listing Rank="290" Team="Nicholls St."> <Made>92</Made> <Attempted>234</Attempted> <Percentage>39.3</Percentage> </Listing> <Listing Rank="291" Team="Radford"> <Made>150</Made> <Attempted>383</Attempted> <Percentage>39.2</Percentage> </Listing> <Listing Rank="292" Team="Chicago St."> <Made>180</Made> <Attempted>460</Attempted> <Percentage>39.1</Percentage> </Listing> <Listing Rank="293" Team="Savannah St."> <Made>144</Made> <Attempted>369</Attempted> <Percentage>39.0</Percentage> </Listing> <Listing Rank="294" Team="San Jose St."> <Made>148</Made> <Attempted>380</Attempted> <Percentage>38.9</Percentage> </Listing> <Listing Rank="295" Team="St. Francis Brooklyn"> <Made>140</Made> <Attempted>361</Attempted> <Percentage>38.8</Percentage> </Listing> <Listing Rank="296" Team="Alcorn"> <Made>143</Made> <Attempted>369</Attempted> <Percentage>38.8</Percentage> </Listing> <Listing Rank="297" Team="George Mason"> <Made>129</Made> <Attempted>333</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="" Team="Florida"> <Made>129</Made> <Attempted>333</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="299" Team="South Ala."> <Made>122</Made> <Attempted>315</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="300" Team="Fairfield"> <Made>139</Made> <Attempted>359</Attempted> <Percentage>38.7</Percentage> </Listing> <Listing Rank="301" Team="Jacksonville St."> <Made>148</Made> <Attempted>383</Attempted> <Percentage>38.6</Percentage> </Listing> <Listing Rank="302" Team="Western Ill."> <Made>114</Made> <Attempted>296</Attempted> <Percentage>38.5</Percentage> </Listing> <Listing Rank="303" Team="Samford"> <Made>181</Made> <Attempted>470</Attempted> <Percentage>38.5</Percentage> </Listing> <Listing Rank="304" Team="North Dakota St."> <Made>131</Made> <Attempted>341</Attempted> <Percentage>38.4</Percentage> </Listing> <Listing Rank="305" Team="Washington St."> <Made>129</Made> <Attempted>336</Attempted> <Percentage>38.4</Percentage> </Listing> <Listing Rank="306" Team="Rice"> <Made>120</Made> <Attempted>314</Attempted> <Percentage>38.2</Percentage> </Listing> <Listing Rank="307" Team="Fordham"> <Made>132</Made> <Attempted>346</Attempted> <Percentage>38.2</Percentage> </Listing> <Listing Rank="308" Team="UMBC"> <Made>114</Made> <Attempted>299</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="309" Team="Indiana St."> <Made>117</Made> <Attempted>307</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="310" Team="La Salle"> <Made>125</Made> <Attempted>328</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="311" Team="Central Conn. St."> <Made>120</Made> <Attempted>315</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="312" Team="Rutgers"> <Made>142</Made> <Attempted>373</Attempted> <Percentage>38.1</Percentage> </Listing> <Listing Rank="313" Team="Furman"> <Made>95</Made> <Attempted>250</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="314" Team="Northern Ariz."> <Made>147</Made> <Attempted>387</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="315" Team="Saint Joseph's"> <Made>128</Made> <Attempted>337</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="316" Team="Southern U."> <Made>137</Made> <Attempted>361</Attempted> <Percentage>38.0</Percentage> </Listing> <Listing Rank="317" Team="Nevada"> <Made>122</Made> <Attempted>322</Attempted> <Percentage>37.9</Percentage> </Listing> <Listing Rank="318" Team="Mt. St. Mary's"> <Made>101</Made> <Attempted>267</Attempted> <Percentage>37.8</Percentage> </Listing> <Listing Rank="319" Team="Binghamton"> <Made>138</Made> <Attempted>366</Attempted> <Percentage>37.7</Percentage> </Listing> <Listing Rank="320" Team="Alabama A&M"> <Made>98</Made> <Attempted>260</Attempted> <Percentage>37.7</Percentage> </Listing> <Listing Rank="321" Team="Coppin St."> <Made>124</Made> <Attempted>330</Attempted> <Percentage>37.6</Percentage> </Listing> <Listing Rank="322" Team="Drexel"> <Made>118</Made> <Attempted>315</Attempted> <Percentage>37.5</Percentage> </Listing> <Listing Rank="323" Team="Ark.-Pine Bluff"> <Made>137</Made> <Attempted>368</Attempted> <Percentage>37.2</Percentage> </Listing> <Listing Rank="324" Team="Houston"> <Made>74</Made> <Attempted>200</Attempted> <Percentage>37.0</Percentage> </Listing> <Listing Rank="325" Team="Jackson St."> <Made>124</Made> <Attempted>336</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="326" Team="Ill.-Chicago"> <Made>163</Made> <Attempted>442</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="327" Team="Montana St."> <Made>122</Made> <Attempted>331</Attempted> <Percentage>36.9</Percentage> </Listing> <Listing Rank="328" Team="Middle Tenn."> <Made>138</Made> <Attempted>376</Attempted> <Percentage>36.7</Percentage> </Listing> <Listing Rank="329" Team="Cal Poly"> <Made>102</Made> <Attempted>278</Attempted> <Percentage>36.7</Percentage> </Listing> <Listing Rank="330" Team="Prairie View"> <Made>148</Made> <Attempted>406</Attempted> <Percentage>36.5</Percentage> </Listing> <Listing Rank="331" Team="Robert Morris"> <Made>141</Made> <Attempted>387</Attempted> <Percentage>36.4</Percentage> </Listing> <Listing Rank="332" Team="Bryant"> <Made>81</Made> <Attempted>223</Attempted> <Percentage>36.3</Percentage> </Listing> <Listing Rank="333" Team="Jacksonville"> <Made>167</Made> <Attempted>461</Attempted> <Percentage>36.2</Percentage> </Listing> <Listing Rank="334" Team="South Carolina St."> <Made>132</Made> <Attempted>367</Attempted> <Percentage>36.0</Percentage> </Listing> <Listing Rank="335" Team="Grambling"> <Made>83</Made> <Attempted>234</Attempted> <Percentage>35.5</Percentage> </Listing> <Listing Rank="336" Team="Oral Roberts"> <Made>106</Made> <Attempted>299</Attempted> <Percentage>35.5</Percentage> </Listing> <Listing Rank="337" Team="Temple"> <Made>120</Made> <Attempted>339</Attempted> <Percentage>35.4</Percentage> </Listing> <Listing Rank="338" Team="Niagara"> <Made>94</Made> <Attempted>266</Attempted> <Percentage>35.3</Percentage> </Listing> <Listing Rank="339" Team="LIU Brooklyn"> <Made>89</Made> <Attempted>252</Attempted> <Percentage>35.3</Percentage> </Listing> <Listing Rank="340" Team="Florida A&M"> <Made>140</Made> <Attempted>407</Attempted> <Percentage>34.4</Percentage> </Listing> <Listing Rank="341" Team="Loyola Maryland"> <Made>123</Made> <Attempted>359</Attempted> <Percentage>34.3</Percentage> </Listing> <Listing Rank="342" Team="Canisius"> <Made>100</Made> <Attempted>296</Attempted> <Percentage>33.8</Percentage> </Listing> <Listing Rank="343" Team="Morgan St."> <Made>148</Made> <Attempted>441</Attempted> <Percentage>33.6</Percentage> </Listing> <Listing Rank="344" Team="Mississippi Val."> <Made>144</Made> <Attempted>439</Attempted> <Percentage>32.8</Percentage> </Listing> <Listing Rank="345" Team="Delaware"> <Made>84</Made> <Attempted>283</Attempted> <Percentage>29.7</Percentage> </Listing> <time_stamp> December 3, 2014, at 03:28 PM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLGrassTurfDomeOutsideXML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT w (#PCDATA)>+<!ELEMENT l (#PCDATA)>+<!ELEMENT t (#PCDATA)>+<!ELEMENT record ( ( w, l, t ) )>+<!ELEMENT team ( record* )>+<!ELEMENT conference ( team* )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, conference*, time_stamp ) )>++<!ATTLIST record name CDATA #REQUIRED>+<!ATTLIST team name CDATA #REQUIRED>+<!ATTLIST conference name CDATA #REQUIRED>
+ test/xml/sportinfo/NFLGrassTurfDomeOutsideXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLGrassTurfDomeOutsideXML.dtd"> <message> <XML_File_ID>21717764</XML_File_ID> <heading>ABX%NFL-GRASS-TURF</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL Statistics - Grass and Artificial Records</title> <conference name="National Football Conference"> <team name="Arizona Cardinals"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Atlanta Falcons"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Carolina Panthers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Chicago Bears"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Dallas Cowboys"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Detroit Lions"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Green Bay Packers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>1</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>1</l> <t>0</t> </record> </team> <team name="Minnesota Vikings"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="New Orleans Saints"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="New York Giants"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Philadelphia Eagles"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="St. Louis Rams"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="San Francisco 49ers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Seattle Seahawks"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>1</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>1</w> <l>0</l> <t>0</t> </record> </team> <team name="Tampa Bay Buccaneers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Washington Redskins"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> </conference> <conference name="American Football Conference"> <team name="Baltimore Ravens"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Buffalo Bills"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Cincinnati Bengals"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Cleveland Browns"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Denver Broncos"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Houston Texans"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Indianapolis Colts"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Jacksonville Jaguars"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Kansas City Chiefs"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Miami Dolphins"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="New England Patriots"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="New York Jets"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Oakland Raiders"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Pittsburgh Steelers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="San Diego Chargers"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> <team name="Tennessee Titans"> <record name="Grass Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Artificial Records"> <w>0</w> <l>0</l> <t>0</t> </record> <record name="Overall Records"> <w>0</w> <l>0</l> <t>0</t> </record> </team> </conference> <time_stamp> September 5, 2014, at 01:55 PM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLInterceptionLeadersXML.dtd view
@@ -0,0 +1,14 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Int (#PCDATA)>+<!ELEMENT Yards (#PCDATA)>+<!ELEMENT Long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Int, Yards, Long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLInterceptionLeadersXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLInterceptionLeadersXML.dtd"> <message> <XML_File_ID>22118486</XML_File_ID> <heading>ABX%NFC-INTERCEPTIONS-TD-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Interceptions for TD Leaders</title> <listing> <rank>1</rank> <Player_Team>Danny Lansanah, TAM</Player_Team> <Int>2</Int> <Yards>60</Yards> <Long>33</Long> <TD>2</TD> </listing> <listing> <rank>2</rank> <Player_Team>Harrison Smith, MIN</Player_Team> <Int>3</Int> <Yards>87</Yards> <Long>81</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Malcolm Jenkins, PHI</Player_Team> <Int>3</Int> <Yards>67</Yards> <Long>53</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Rashad Johnson, ARI</Player_Team> <Int>2</Int> <Yards>58</Yards> <Long>30</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Tyler Patmon, DAL</Player_Team> <Int>1</Int> <Yards>58</Yards> <Long>58</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Julius Peppers, GBP</Player_Team> <Int>1</Int> <Yards>49</Yards> <Long>49</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Ryan Mundy, CHI</Player_Team> <Int>1</Int> <Yards>45</Yards> <Long>45</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Rashean Mathis, DET</Player_Team> <Int>1</Int> <Yards>41</Yards> <Long>41</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Bruce Irvin, SEA</Player_Team> <Int>1</Int> <Yards>35</Yards> <Long>35</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Bruce Carter, DAL</Player_Team> <Int>1</Int> <Yards>25</Yards> <Long>25</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Janoris Jenkins, STL</Player_Team> <Int>1</Int> <Yards>25</Yards> <Long>25</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Kemal Ishmael, ATL</Player_Team> <Int>1</Int> <Yards>23</Yards> <Long>23</Long> <TD>1</TD> </listing> <listing> <rank></rank> <Player_Team>Dontae Johnson, SFX</Player_Team> <Int>1</Int> <Yards>20</Yards> <Long>20</Long> <TD>1</TD> </listing> <time_stamp> November 4, 2014, at 06:17 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLPassingLeadersXML.dtd view
@@ -0,0 +1,23 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Comp (#PCDATA)>+<!ELEMENT Att (#PCDATA)>+<!ELEMENT Pct (#PCDATA)>+<!ELEMENT Yds (#PCDATA)>+<!ELEMENT YPA (#PCDATA)>+<!ELEMENT Long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT TD_Pct (#PCDATA)>+<!ELEMENT Int (#PCDATA)>+<!ELEMENT Int_Pct (#PCDATA)>+<!ELEMENT Sacks (#PCDATA)>+<!ELEMENT SackYards (#PCDATA)>+<!ELEMENT Rating (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Comp, Att, Pct, Yds, YPA, Long, TD, TD_Pct, Int, Int_Pct, Sacks, SackYards, Rating ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLPassingLeadersXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLPassingLeadersXML.dtd"> <message> <XML_File_ID>22125828</XML_File_ID> <heading>ABX%NFC-QBTOUCHDOWNS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Quarterback Touchdowns Leaders</title> <listing> <rank>1</rank> <Player_Team>Aaron Rodgers, GBP</Player_Team> <Comp>169</Comp> <Att>250</Att> <Pct>67.6</Pct> <Yds>2092</Yds> <YPA>8.37</YPA> <Long>80</Long> <TD>19</TD> <TD_Pct>7.6</TD_Pct> <Int>3</Int> <Int_Pct>1.2</Int_Pct> <Sacks>20</Sacks> <SackYards>128</SackYards> <Rating>113.6</Rating> </listing> <listing> <rank>2</rank> <Player_Team>Jay Cutler, CHI</Player_Team> <Comp>197</Comp> <Att>293</Att> <Pct>67.2</Pct> <Yds>2093</Yds> <YPA>7.14</YPA> <Long>74</Long> <TD>17</TD> <TD_Pct>5.8</TD_Pct> <Int>8</Int> <Int_Pct>2.7</Int_Pct> <Sacks>20</Sacks> <SackYards>115</SackYards> <Rating>95.8</Rating> </listing> <listing> <rank>3</rank> <Player_Team>Eli Manning, NYG</Player_Team> <Comp>173</Comp> <Att>277</Att> <Pct>62.5</Pct> <Yds>1932</Yds> <YPA>6.97</YPA> <Long>61</Long> <TD>16</TD> <TD_Pct>5.8</TD_Pct> <Int>5</Int> <Int_Pct>1.8</Int_Pct> <Sacks>16</Sacks> <SackYards>98</SackYards> <Rating>94.9</Rating> </listing> <listing> <rank>4</rank> <Player_Team>Drew Brees, NOS</Player_Team> <Comp>229</Comp> <Att>329</Att> <Pct>69.6</Pct> <Yds>2524</Yds> <YPA>7.67</YPA> <Long>57</Long> <TD>15</TD> <TD_Pct>4.6</TD_Pct> <Int>8</Int> <Int_Pct>2.4</Int_Pct> <Sacks>11</Sacks> <SackYards>66</SackYards> <Rating>97.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Matt Ryan, ATL</Player_Team> <Comp>198</Comp> <Att>305</Att> <Pct>64.9</Pct> <Yds>2306</Yds> <YPA>7.56</YPA> <Long>74</Long> <TD>15</TD> <TD_Pct>4.9</TD_Pct> <Int>8</Int> <Int_Pct>2.6</Int_Pct> <Sacks>17</Sacks> <SackYards>130</SackYards> <Rating>93.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Tony Romo, DAL</Player_Team> <Comp>165</Comp> <Att>242</Att> <Pct>68.2</Pct> <Yds>1998</Yds> <YPA>8.26</YPA> <Long>68</Long> <TD>15</TD> <TD_Pct>6.2</TD_Pct> <Int>6</Int> <Int_Pct>2.5</Int_Pct> <Sacks>17</Sacks> <SackYards>146</SackYards> <Rating>103.6</Rating> </listing> <listing> <rank>7</rank> <Player_Team>Nick Foles, PHI</Player_Team> <Comp>186</Comp> <Att>311</Att> <Pct>59.8</Pct> <Yds>2163</Yds> <YPA>6.95</YPA> <Long>68</Long> <TD>13</TD> <TD_Pct>4.2</TD_Pct> <Int>10</Int> <Int_Pct>3.2</Int_Pct> <Sacks>9</Sacks> <SackYards>74</SackYards> <Rating>81.4</Rating> </listing> <listing> <rank>8</rank> <Player_Team>Colin Kaepernick, SFX</Player_Team> <Comp>165</Comp> <Att>257</Att> <Pct>64.2</Pct> <Yds>1956</Yds> <YPA>7.61</YPA> <Long>80</Long> <TD>12</TD> <TD_Pct>4.7</TD_Pct> <Int>5</Int> <Int_Pct>1.9</Int_Pct> <Sacks>27</Sacks> <SackYards>185</SackYards> <Rating>94.8</Rating> </listing> <listing> <rank>9</rank> <Player_Team>Matthew Stafford, DET</Player_Team> <Comp>183</Comp> <Att>299</Att> <Pct>61.2</Pct> <Yds>2216</Yds> <YPA>7.41</YPA> <Long>73</Long> <TD>11</TD> <TD_Pct>3.7</TD_Pct> <Int>7</Int> <Int_Pct>2.3</Int_Pct> <Sacks>24</Sacks> <SackYards>143</SackYards> <Rating>86.5</Rating> </listing> <listing> <rank></rank> <Player_Team>Austin Davis, STL</Player_Team> <Comp>163</Comp> <Att>254</Att> <Pct>64.2</Pct> <Yds>1785</Yds> <YPA>7.03</YPA> <Long>51</Long> <TD>11</TD> <TD_Pct>4.3</TD_Pct> <Int>7</Int> <Int_Pct>2.8</Int_Pct> <Sacks>23</Sacks> <SackYards>137</SackYards> <Rating>87.8</Rating> </listing> <listing> <rank></rank> <Player_Team>Russell Wilson, SEA</Player_Team> <Comp>152</Comp> <Att>242</Att> <Pct>62.8</Pct> <Yds>1669</Yds> <YPA>6.90</YPA> <Long>53</Long> <TD>11</TD> <TD_Pct>4.5</TD_Pct> <Int>3</Int> <Int_Pct>1.2</Int_Pct> <Sacks>16</Sacks> <SackYards>96</SackYards> <Rating>93.1</Rating> </listing> <listing> <rank></rank> <Player_Team>Carson Palmer, ARI</Player_Team> <Comp>116</Comp> <Att>188</Att> <Pct>61.7</Pct> <Yds>1385</Yds> <YPA>7.37</YPA> <Long>80</Long> <TD>11</TD> <TD_Pct>5.9</TD_Pct> <Int>2</Int> <Int_Pct>1.1</Int_Pct> <Sacks>6</Sacks> <SackYards>40</SackYards> <Rating>99.3</Rating> </listing> <listing> <rank>13</rank> <Player_Team>Kirk Cousins, WAS</Player_Team> <Comp>126</Comp> <Att>204</Att> <Pct>61.8</Pct> <Yds>1710</Yds> <YPA>8.38</YPA> <Long>81</Long> <TD>10</TD> <TD_Pct>4.9</TD_Pct> <Int>9</Int> <Int_Pct>4.4</Int_Pct> <Sacks>8</Sacks> <SackYards>70</SackYards> <Rating>86.4</Rating> </listing> <listing> <rank></rank> <Player_Team>Mike Glennon, TAM</Player_Team> <Comp>117</Comp> <Att>203</Att> <Pct>57.6</Pct> <Yds>1417</Yds> <YPA>6.98</YPA> <Long>41</Long> <TD>10</TD> <TD_Pct>4.9</TD_Pct> <Int>6</Int> <Int_Pct>3.0</Int_Pct> <Sacks>16</Sacks> <SackYards>91</SackYards> <Rating>83.3</Rating> </listing> <listing> <rank>15</rank> <Player_Team>Cam Newton, CAR</Player_Team> <Comp>147</Comp> <Att>256</Att> <Pct>57.4</Pct> <Yds>1794</Yds> <YPA>7.01</YPA> <Long>51</Long> <TD>8</TD> <TD_Pct>3.1</TD_Pct> <Int>5</Int> <Int_Pct>2.0</Int_Pct> <Sacks>21</Sacks> <SackYards>170</SackYards> <Rating>81.4</Rating> </listing> <listing> <rank>16</rank> <Player_Team>Derek Anderson, CAR</Player_Team> <Comp>40</Comp> <Att>57</Att> <Pct>70.2</Pct> <Yds>424</Yds> <YPA>7.44</YPA> <Long>35</Long> <TD>4</TD> <TD_Pct>7.0</TD_Pct> <Int>0</Int> <Int_Pct>.0</Int_Pct> <Sacks>1</Sacks> <SackYards>9</SackYards> <Rating>114.9</Rating> </listing> <time_stamp> November 5, 2014, at 08:29 PM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLReceivingLeadersXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT receptions (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, receptions, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLReceivingLeadersXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLReceivingLeadersXML.dtd"> <message> <XML_File_ID>22113940</XML_File_ID> <heading>ABX%NFC-RECEIVINGAVERAGE-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Average Yards Per Reception Leaders</title> <listing> <rank>1</rank> <name>DeSean Jackson, WAS</name> <receptions>36</receptions> <yards>784</yards> <average>21.8</average> <long>81</long> <TD>4</TD> </listing> <listing> <rank>2</rank> <name>Jeremy Maclin, PHI</name> <receptions>45</receptions> <yards>790</yards> <average>17.6</average> <long>68</long> <TD>8</TD> </listing> <listing> <rank>3</rank> <name>Michael Floyd, ARI</name> <receptions>23</receptions> <yards>389</yards> <average>16.9</average> <long>63</long> <TD>2</TD> </listing> <listing> <rank>4</rank> <name>Marques Colston, NOS</name> <receptions>28</receptions> <yards>444</yards> <average>15.9</average> <long>57</long> <TD>1</TD> </listing> <listing> <rank>5</rank> <name>Calvin Johnson, DET</name> <receptions>22</receptions> <yards>348</yards> <average>15.8</average> <long>67</long> <TD>2</TD> </listing> <listing> <rank>6</rank> <name>Terrance Williams, DAL</name> <receptions>27</receptions> <yards>426</yards> <average>15.8</average> <long>47</long> <TD>6</TD> </listing> <listing> <rank>7</rank> <name>Kenny Britt, STL</name> <receptions>18</receptions> <yards>281</yards> <average>15.6</average> <long>43</long> <TD>2</TD> </listing> <listing> <rank>8</rank> <name>Kenny Stills, NOS</name> <receptions>24</receptions> <yards>373</yards> <average>15.5</average> <long>46</long> <TD>1</TD> </listing> <listing> <rank>9</rank> <name>Brian Quick, STL</name> <receptions>25</receptions> <yards>375</yards> <average>15.0</average> <long>51</long> <TD>3</TD> </listing> <listing> <rank>10</rank> <name>Alshon Jeffery, CHI</name> <receptions>38</receptions> <yards>563</yards> <average>14.8</average> <long>74</long> <TD>3</TD> </listing> <listing> <rank>11</rank> <name>Jordy Nelson, GBP</name> <receptions>50</receptions> <yards>737</yards> <average>14.7</average> <long>80</long> <TD>6</TD> </listing> <listing> <rank>12</rank> <name>Kelvin Benjamin, CAR</name> <receptions>40</receptions> <yards>589</yards> <average>14.7</average> <long>51</long> <TD>5</TD> </listing> <listing> <rank>13</rank> <name>Larry Fitzgerald, ARI</name> <receptions>35</receptions> <yards>513</yards> <average>14.7</average> <long>80</long> <TD>2</TD> </listing> <listing> <rank>14</rank> <name>Victor Cruz, NYG</name> <receptions>23</receptions> <yards>337</yards> <average>14.7</average> <long>61</long> <TD>1</TD> </listing> <listing> <rank>15</rank> <name>Devin Hester, ATL</name> <receptions>18</receptions> <yards>263</yards> <average>14.6</average> <long>36</long> <TD>1</TD> </listing> <listing> <rank>16</rank> <name>Golden Tate, DET</name> <receptions>55</receptions> <yards>800</yards> <average>14.5</average> <long>73</long> <TD>3</TD> </listing> <time_stamp> November 3, 2014, at 03:14 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLRushingLeadersXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT attempts (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, attempts, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLRushingLeadersXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLRushingLeadersXML.dtd"> <message> <XML_File_ID>21901204</XML_File_ID> <heading>ABX%AFC-RUSHINGAVERAGE-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 AFC Rushing Average Leaders</title> <listing> <rank>1</rank> <name>Justin Forsett, BAL</name> <attempts>44</attempts> <yards>255</yards> <average>5.8</average> <long>41</long> <TD>2</TD> </listing> <listing> <rank>2</rank> <name>Lamar Miller, MIA</name> <attempts>49</attempts> <yards>277</yards> <average>5.7</average> <long>24</long> <TD>2</TD> </listing> <listing> <rank>3</rank> <name>Knowshon Moreno, MIA</name> <attempts>25</attempts> <yards>138</yards> <average>5.5</average> <long>15</long> <TD>1</TD> </listing> <listing> <rank>4</rank> <name>Chris Ivory, NYJ</name> <attempts>50</attempts> <yards>274</yards> <average>5.5</average> <long>71</long> <TD>2</TD> </listing> <listing> <rank>5</rank> <name>Ahmad Bradshaw, IND</name> <attempts>34</attempts> <yards>182</yards> <average>5.4</average> <long>29</long> <TD>0</TD> </listing> <listing> <rank>6</rank> <name>Le'Veon Bell, PIT</name> <attempts>72</attempts> <yards>378</yards> <average>5.3</average> <long>81</long> <TD>1</TD> </listing> <listing> <rank>7</rank> <name>Isaiah Crowell, CLE</name> <attempts>27</attempts> <yards>141</yards> <average>5.2</average> <long>22</long> <TD>3</TD> </listing> <listing> <rank>8</rank> <name>Jeremy Hill, CIN</name> <attempts>26</attempts> <yards>132</yards> <average>5.1</average> <long>13</long> <TD>2</TD> </listing> <listing> <rank>9</rank> <name>Fred Jackson, BUF</name> <attempts>32</attempts> <yards>152</yards> <average>4.8</average> <long>38</long> <TD>0</TD> </listing> <listing> <rank>10</rank> <name>Shonn Greene, TEN</name> <attempts>33</attempts> <yards>154</yards> <average>4.7</average> <long>20</long> <TD>1</TD> </listing> <listing> <rank>11</rank> <name>Knile Davis, KAN</name> <attempts>71</attempts> <yards>321</yards> <average>4.5</average> <long>48</long> <TD>3</TD> </listing> <listing> <rank>12</rank> <name>Lorenzo Taliaferro, BAL</name> <attempts>33</attempts> <yards>149</yards> <average>4.5</average> <long>31</long> <TD>2</TD> </listing> <listing> <rank>13</rank> <name>Shane Vereen, NEP</name> <attempts>28</attempts> <yards>122</yards> <average>4.4</average> <long>12</long> <TD>1</TD> </listing> <listing> <rank>14</rank> <name>Terrance West, CLE</name> <attempts>47</attempts> <yards>204</yards> <average>4.3</average> <long>29</long> <TD>2</TD> </listing> <listing> <rank>15</rank> <name>Jamaal Charles, KAN</name> <attempts>27</attempts> <yards>115</yards> <average>4.3</average> <long>17</long> <TD>1</TD> </listing> <listing> <rank>16</rank> <name>Chris Johnson, NYJ</name> <attempts>41</attempts> <yards>167</yards> <average>4.1</average> <long>35</long> <TD>1</TD> </listing> <time_stamp> September 30, 2014, at 02:28 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLTackleFFLeadersXML.dtd view
@@ -0,0 +1,18 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Total (#PCDATA)>+<!ELEMENT Assist (#PCDATA)>+<!ELEMENT Sacks (#PCDATA)>+<!ELEMENT ForcedFumbles (#PCDATA)>+<!ELEMENT Combined (#PCDATA)>+<!ELEMENT SackYards (#PCDATA)>+<!ELEMENT PassDeflections (#PCDATA)>+<!ELEMENT Safeties (#PCDATA)>+<!ELEMENT listing ( ( rank, Player_Team, Total, Assist, Sacks, ForcedFumbles, Combined, SackYards, PassDeflections, Safeties ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLTackleFFLeadersXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTackleFFLeadersXML.dtd"> <message> <XML_File_ID>22129127</XML_File_ID> <heading>ABX%NFC-TACKLES-ASSISTED-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Tackles Assisted Leaders</title> <listing> <rank>1</rank> <Player_Team>Luke Kuechly, CAR</Player_Team> <Total>56</Total> <Assist>41</Assist> <Sacks>1</Sacks> <ForcedFumbles>1</ForcedFumbles> <Combined>97</Combined> <SackYards>7</SackYards> <PassDeflections>4</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>2</rank> <Player_Team>Paul Worrilow, ATL</Player_Team> <Total>44</Total> <Assist>34</Assist> <Sacks>1</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>78</Combined> <SackYards>10</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>3</rank> <Player_Team>Keenan Robinson, WAS</Player_Team> <Total>49</Total> <Assist>26</Assist> <Sacks>1.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>75</Combined> <SackYards>16</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>4</rank> <Player_Team>Lavonte David, TAM</Player_Team> <Total>63</Total> <Assist>25</Assist> <Sacks>0</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>88</Combined> <SackYards>0</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>5</rank> <Player_Team>A.J. Hawk, GBP</Player_Team> <Total>36</Total> <Assist>24</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>60</Combined> <SackYards>0</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>6</rank> <Player_Team>Curtis Lofton, NOS</Player_Team> <Total>49</Total> <Assist>23</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>72</Combined> <SackYards>0</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Bobby Wagner, SEA</Player_Team> <Total>27</Total> <Assist>23</Assist> <Sacks>1</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>50</Combined> <SackYards>8</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>8</rank> <Player_Team>Jameel McClain, NYG</Player_Team> <Total>26</Total> <Assist>21</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>47</Combined> <SackYards>3</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>K.J. Wright, SEA</Player_Team> <Total>43</Total> <Assist>21</Assist> <Sacks>0</Sacks> <ForcedFumbles>2</ForcedFumbles> <Combined>64</Combined> <SackYards>0</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Robert Blanton, MIN</Player_Team> <Total>39</Total> <Assist>21</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>60</Combined> <SackYards>0</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Thomas Davis, CAR</Player_Team> <Total>38</Total> <Assist>21</Assist> <Sacks>1</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>59</Combined> <SackYards>4</SackYards> <PassDeflections>1</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>12</rank> <Player_Team>Chad Greenway, MIN</Player_Team> <Total>25</Total> <Assist>20</Assist> <Sacks>1</Sacks> <ForcedFumbles>1</ForcedFumbles> <Combined>45</Combined> <SackYards>10</SackYards> <PassDeflections>2</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank></rank> <Player_Team>Joplo Bartu, ATL</Player_Team> <Total>27</Total> <Assist>20</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>47</Combined> <SackYards>0</SackYards> <PassDeflections>0</PassDeflections> <Safeties>0</Safeties> </listing> <listing> <rank>14</rank> <Player_Team>DeAndre Levy, DET</Player_Team> <Total>57</Total> <Assist>19</Assist> <Sacks>0.5</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>76</Combined> <SackYards>5</SackYards> <PassDeflections>3</PassDeflections> <Safeties>1</Safeties> </listing> <listing> <rank></rank> <Player_Team>Jacquian Williams, NYG</Player_Team> <Total>47</Total> <Assist>19</Assist> <Sacks>0</Sacks> <ForcedFumbles>0</ForcedFumbles> <Combined>66</Combined> <SackYards>0</SackYards> <PassDeflections>3</PassDeflections> <Safeties>0</Safeties> </listing> <time_stamp> November 6, 2014, at 08:00 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLTopKickoffReturnXML.dtd view
@@ -0,0 +1,15 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT returns (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT listing ( ( rank, name, returns, yards, average, long, TD ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLTopKickoffReturnXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTopKickoffReturnXML.dtd"> <message> <XML_File_ID>22118451</XML_File_ID> <heading>ABX%NFC-KICKRETYARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Kickoff Return Yards Leaders</title> <listing> <rank>1</rank> <name>Cordarrelle Patterson, MIN</name> <returns>22</returns> <yards>540</yards> <average>24.5</average> <long>49</long> <TD>0</TD> </listing> <listing> <rank>2</rank> <name>Devin Hester, ATL</name> <returns>19</returns> <yards>433</yards> <average>22.8</average> <long>36</long> <TD>0</TD> </listing> <listing> <rank>3</rank> <name>Benny Cunningham, STL</name> <returns>14</returns> <yards>419</yards> <average>29.9</average> <long>75</long> <TD>0</TD> </listing> <listing> <rank>4</rank> <name>Dwayne Harris, DAL</name> <returns>16</returns> <yards>406</yards> <average>25.4</average> <long>33</long> <TD>0</TD> </listing> <listing> <rank>5</rank> <name>Solomon Patton, ARI</name> <returns>17</returns> <yards>393</yards> <average>23.1</average> <long>28</long> <TD>0</TD> </listing> <listing> <rank>6</rank> <name>Bruce Ellington, SFX</name> <returns>13</returns> <yards>342</yards> <average>26.3</average> <long>38</long> <TD>0</TD> </listing> <listing> <rank>7</rank> <name>Percy Harvin, NYJ</name> <returns>12</returns> <yards>283</yards> <average>23.6</average> <long>46</long> <TD>0</TD> </listing> <listing> <rank>8</rank> <name>Philly Brown, CAR</name> <returns>12</returns> <yards>273</yards> <average>22.8</average> <long>35</long> <TD>0</TD> </listing> <listing> <rank>9</rank> <name>Andre Roberts, WAS</name> <returns>11</returns> <yards>258</yards> <average>23.5</average> <long>45</long> <TD>0</TD> </listing> <listing> <rank>10</rank> <name>Chris Williams, CHI</name> <returns>11</returns> <yards>249</yards> <average>22.6</average> <long>50</long> <TD>0</TD> </listing> <listing> <rank>11</rank> <name>Quintin Demps, NYG</name> <returns>11</returns> <yards>234</yards> <average>21.3</average> <long>29</long> <TD>0</TD> </listing> <listing> <rank>12</rank> <name>Michael Cox, NYG</name> <returns>9</returns> <yards>228</yards> <average>25.3</average> <long>40</long> <TD>0</TD> </listing> <listing> <rank>13</rank> <name>DuJuan Harris, GBP</name> <returns>9</returns> <yards>211</yards> <average>23.4</average> <long>41</long> <TD>0</TD> </listing> <listing> <rank>14</rank> <name>Chris Polk, PHI</name> <returns>5</returns> <yards>202</yards> <average>40.4</average> <long>102</long> <TD>1</TD> </listing> <listing> <rank>15</rank> <name>Jeremy Ross, DET</name> <returns>7</returns> <yards>171</yards> <average>24.4</average> <long>34</long> <TD>0</TD> </listing> <listing> <rank>16</rank> <name>Travaris Cadet, NOS</name> <returns>6</returns> <yards>145</yards> <average>24.2</average> <long>34</long> <TD>0</TD> </listing> <time_stamp> November 4, 2014, at 06:11 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLTopPuntReturnXML.dtd view
@@ -0,0 +1,16 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT rank (#PCDATA)>+<!ELEMENT name (#PCDATA)>+<!ELEMENT returns (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT average (#PCDATA)>+<!ELEMENT long (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT fair_catches (#PCDATA)>+<!ELEMENT listing ( ( rank, name, returns, yards, average, long, TD, fair_catches ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>
+ test/xml/sportinfo/NFLTopPuntReturnXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLTopPuntReturnXML.dtd"> <message> <XML_File_ID>22118453</XML_File_ID> <heading>ABX%NFC-PUNTRETURN-YARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFC Punt Return Yards Leaders</title> <listing> <rank>1</rank> <name>Darren Sproles, PHI</name> <returns>20</returns> <yards>307</yards> <average>15.3</average> <long>82</long> <TD>1</TD> <fair_catches>8</fair_catches> </listing> <listing> <rank>2</rank> <name>Jeremy Ross, DET</name> <returns>15</returns> <yards>172</yards> <average>11.5</average> <long>28</long> <TD>0</TD> <fair_catches>23</fair_catches> </listing> <listing> <rank>3</rank> <name>Marcus Sherels, MIN</name> <returns>20</returns> <yards>169</yards> <average>8.4</average> <long>24</long> <TD>0</TD> <fair_catches>16</fair_catches> </listing> <listing> <rank></rank> <name>Ted Ginn, ARI</name> <returns>14</returns> <yards>169</yards> <average>12.1</average> <long>71</long> <TD>1</TD> <fair_catches>13</fair_catches> </listing> <listing> <rank>5</rank> <name>Andre Roberts, WAS</name> <returns>17</returns> <yards>154</yards> <average>9.1</average> <long>37</long> <TD>0</TD> <fair_catches>19</fair_catches> </listing> <listing> <rank>6</rank> <name>Devin Hester, ATL</name> <returns>12</returns> <yards>151</yards> <average>12.6</average> <long>62</long> <TD>1</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>7</rank> <name>Dwayne Harris, DAL</name> <returns>16</returns> <yards>142</yards> <average>8.9</average> <long>38</long> <TD>0</TD> <fair_catches>9</fair_catches> </listing> <listing> <rank>8</rank> <name>Philly Brown, CAR</name> <returns>12</returns> <yards>137</yards> <average>11.4</average> <long>79</long> <TD>1</TD> <fair_catches>5</fair_catches> </listing> <listing> <rank>9</rank> <name>Bruce Ellington, SFX</name> <returns>15</returns> <yards>119</yards> <average>7.9</average> <long>21</long> <TD>0</TD> <fair_catches>9</fair_catches> </listing> <listing> <rank>10</rank> <name>Solomon Patton, TAM</name> <returns>10</returns> <yards>112</yards> <average>11.2</average> <long>33</long> <TD>0</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>11</rank> <name>Tavon Austin, STL</name> <returns>16</returns> <yards>109</yards> <average>6.8</average> <long>38</long> <TD>0</TD> <fair_catches>6</fair_catches> </listing> <listing> <rank></rank> <name>Bryan Walters, SEA</name> <returns>12</returns> <yards>109</yards> <average>9.1</average> <long>21</long> <TD>0</TD> <fair_catches>8</fair_catches> </listing> <listing> <rank>13</rank> <name>Stedman Bailey, STL</name> <returns>1</returns> <yards>90</yards> <average>90.0</average> <long>90</long> <TD>1</TD> <fair_catches>0</fair_catches> </listing> <listing> <rank>14</rank> <name>Randall Cobb, GBP</name> <returns>8</returns> <yards>86</yards> <average>10.8</average> <long>24</long> <TD>0</TD> <fair_catches>4</fair_catches> </listing> <listing> <rank>15</rank> <name>Preston Parker, NYG</name> <returns>8</returns> <yards>53</yards> <average>6.6</average> <long>18</long> <TD>0</TD> <fair_catches>6</fair_catches> </listing> <listing> <rank>16</rank> <name>Santonio Holmes, CHI</name> <returns>8</returns> <yards>50</yards> <average>6.3</average> <long>22</long> <TD>0</TD> <fair_catches>5</fair_catches> </listing> <time_stamp> November 4, 2014, at 06:12 AM ET </time_stamp> </message>
+ test/xml/sportinfo/NFLYardsXML.dtd view
@@ -0,0 +1,17 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT week (#PCDATA)>+<!ELEMENT player_team (#PCDATA)>+<!ELEMENT opponent (#PCDATA)>+<!ELEMENT yards (#PCDATA)>+<!ELEMENT Cp-At-In (#PCDATA)>+<!ELEMENT TD (#PCDATA)>+<!ELEMENT career (#PCDATA)>+<!ELEMENT listing ( ( week, player_team, opponent, yards, ( Cp-At-In | recept | rushes ), TD, career ) )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, listing*, time_stamp ) )>+<!ELEMENT recept (#PCDATA)>+<!ELEMENT rushes (#PCDATA)>
+ test/xml/sportinfo/NFLYardsXML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFLYardsXML.dtd"> <message> <XML_File_ID>22067890</XML_File_ID> <heading>ABX%300YARDS-PASS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 NFL 300-Yard Passers</title> <listing> <week>1</week> <player_team>Matt Ryan, Atlanta</player_team> <opponent>New Orleans</opponent> <yards>448</yards> <Cp-At-In>31-43-0</Cp-At-In> <TD>3</TD> <career>25</career> </listing> <listing> <week>1</week> <player_team>Andrew Luck, Indianapolis</player_team> <opponent>Denver</opponent> <yards>370</yards> <Cp-At-In>35-53-2</Cp-At-In> <TD>2</TD> <career>10</career> </listing> <listing> <week>1</week> <player_team>Ben Roethlisberger, Pittsburgh</player_team> <opponent>Cleveland</opponent> <yards>365</yards> <Cp-At-In>23-34-1</Cp-At-In> <TD>1</TD> <career>28</career> </listing> <listing> <week>1</week> <player_team>Jay Cutler, Chicago</player_team> <opponent>Buffalo</opponent> <yards>349</yards> <Cp-At-In>34-49-2</Cp-At-In> <TD>2</TD> <career>20</career> </listing> <listing> <week>1</week> <player_team>Matthew Stafford, Detroit</player_team> <opponent>NY Giants</opponent> <yards>346</yards> <Cp-At-In>22-32-0</Cp-At-In> <TD>2</TD> <career>24</career> </listing> <listing> <week>1</week> <player_team>Joe Flacco, Baltimore</player_team> <opponent>Cincinnati</opponent> <yards>345</yards> <Cp-At-In>35-62-1</Cp-At-In> <TD>1</TD> <career>17</career> </listing> <listing> <week>1</week> <player_team>Drew Brees, New Orleans</player_team> <opponent>Atlanta</opponent> <yards>333</yards> <Cp-At-In>29-42-1</Cp-At-In> <TD>1</TD> <career>79</career> </listing> <listing> <week>1</week> <player_team>Nick Foles, Philadelphia</player_team> <opponent>Jacksonville</opponent> <yards>322</yards> <Cp-At-In>27-45-1</Cp-At-In> <TD>2</TD> <career>5</career> </listing> <listing> <week>1</week> <player_team>Carson Palmer, Arizona</player_team> <opponent>San Diego</opponent> <yards>304</yards> <Cp-At-In>24-37-0</Cp-At-In> <TD>2</TD> <career>33</career> </listing> <listing> <week>1</week> <player_team>Andy Dalton, Cincinnati</player_team> <opponent>Baltimore</opponent> <yards>301</yards> <Cp-At-In>25-38-0</Cp-At-In> <TD>1</TD> <career>11</career> </listing> <listing> <week>2</week> <player_team>Aaron Rodgers, Green Bay</player_team> <opponent>NY Jets</opponent> <yards>346</yards> <Cp-At-In>25-42-0</Cp-At-In> <TD>3</TD> <career>33</career> </listing> <listing> <week>2</week> <player_team>Nick Foles, Philadelphia (2)</player_team> <opponent>Indianapolis</opponent> <yards>331</yards> <Cp-At-In>21-37-1</Cp-At-In> <TD>1</TD> <career>6</career> </listing> <listing> <week>3</week> <player_team>Kirk Cousins, Washington</player_team> <opponent>Philadelphia</opponent> <yards>427</yards> <Cp-At-In>30-48-1</Cp-At-In> <TD>3</TD> <career>3</career> </listing> <listing> <week>3</week> <player_team>Andrew Luck, Indianapolis (2)</player_team> <opponent>Jacksonville</opponent> <yards>370</yards> <Cp-At-In>31-39-0</Cp-At-In> <TD>4</TD> <career>11</career> </listing> <listing> <week>3</week> <player_team>Austin Davis, St. Louis</player_team> <opponent>Dallas</opponent> <yards>327</yards> <Cp-At-In>30-42-2</Cp-At-In> <TD>3</TD> <career>1</career> </listing> <listing> <week>3</week> <player_team>Nick Foles, Philadelphia (3)</player_team> <opponent>Washington</opponent> <yards>325</yards> <Cp-At-In>27-41-0</Cp-At-In> <TD>3</TD> <career>7</career> </listing> <listing> <week>3</week> <player_team>Geno Smith, NY Jets</player_team> <opponent>Chicago</opponent> <yards>316</yards> <Cp-At-In>26-43-2</Cp-At-In> <TD>1</TD> <career>2</career> </listing> <listing> <week>3</week> <player_team>Peyton Manning, Denver</player_team> <opponent>Seattle</opponent> <yards>303</yards> <Cp-At-In>31-49-1</Cp-At-In> <TD>2</TD> <career>85</career> </listing> <listing> <week>4</week> <player_team>Andrew Luck, Indianapolis (3)</player_team> <opponent>Tennessee</opponent> <yards>393</yards> <Cp-At-In>29-41-1</Cp-At-In> <TD>4</TD> <career>12</career> </listing> <listing> <week>4</week> <player_team>Philip Rivers, San Diego</player_team> <opponent>Jacksonville</opponent> <yards>377</yards> <Cp-At-In>29-39-0</Cp-At-In> <TD>3</TD> <career>34</career> </listing> <listing> <week>4</week> <player_team>Drew Brees, New Orleans (2)</player_team> <opponent>Dallas</opponent> <yards>340</yards> <Cp-At-In>32-44-1</Cp-At-In> <TD>2</TD> <career>80</career> </listing> <listing> <week>4</week> <player_team>Joe Flacco, Baltimore (2)</player_team> <opponent>Carolina</opponent> <yards>327</yards> <Cp-At-In>22-31-0</Cp-At-In> <TD>3</TD> <career>18</career> </listing> <listing> <week>4</week> <player_team>Teddy Bridgewater, Minnesota</player_team> <opponent>Atlanta</opponent> <yards>317</yards> <Cp-At-In>19-30-0</Cp-At-In> <TD>0</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>B.Roethlisberger, Pittsburgh (2)</player_team> <opponent>Tampa Bay</opponent> <yards>314</yards> <Cp-At-In>29-40-0</Cp-At-In> <TD>3</TD> <career>29</career> </listing> <listing> <week>4</week> <player_team>Aaron Rodgers, Green Bay (2)</player_team> <opponent>Chicago</opponent> <yards>302</yards> <Cp-At-In>22-28-0</Cp-At-In> <TD>4</TD> <career>34</career> </listing> <listing> <week>4</week> <player_team>Mike Glennon, Tampa Bay</player_team> <opponent>Pittsburgh</opponent> <yards>302</yards> <Cp-At-In>21-42-1</Cp-At-In> <TD>2</TD> <career>1</career> </listing> <listing> <week>4</week> <player_team>Eli Manning, NY Giants</player_team> <opponent>Washington</opponent> <yards>300</yards> <Cp-At-In>28-39-1</Cp-At-In> <TD>4</TD> <career>29</career> </listing> <listing> <week>5</week> <player_team>Peyton Manning, Denver (2)</player_team> <opponent>Arizona</opponent> <yards>479</yards> <Cp-At-In>31-47-2</Cp-At-In> <TD>4</TD> <career>86</career> </listing> <listing> <week>5</week> <player_team>Austin Davis, St. Louis (2)</player_team> <opponent>Philadelphia</opponent> <yards>375</yards> <Cp-At-In>29-49-0</Cp-At-In> <TD>3</TD> <career>2</career> </listing> <listing> <week>5</week> <player_team>Drew Brees, New Orleans (3)</player_team> <opponent>Tampa Bay</opponent> <yards>371</yards> <Cp-At-In>35-57-3</Cp-At-In> <TD>2</TD> <career>81</career> </listing> <listing> <week>5</week> <player_team>Tony Romo, Dallas</player_team> <opponent>Houston</opponent> <yards>324</yards> <Cp-At-In>28-41-1</Cp-At-In> <TD>2</TD> <career>45</career> </listing> <listing> <week>5</week> <player_team>Matt Ryan, Atlanta (2)</player_team> <opponent>NY Giants</opponent> <yards>316</yards> <Cp-At-In>29-45-1</Cp-At-In> <TD>1</TD> <career>26</career> </listing> <listing> <week>5</week> <player_team>Andrew Luck, Indianapolis (4)</player_team> <opponent>Baltimore</opponent> <yards>312</yards> <Cp-At-In>32-49-2</Cp-At-In> <TD>1</TD> <career>13</career> </listing> <listing> <week>5</week> <player_team>Kyle Orton, Buffalo</player_team> <opponent>Detroit</opponent> <yards>308</yards> <Cp-At-In>30-43-1</Cp-At-In> <TD>1</TD> <career>13</career> </listing> <listing> <week>6</week> <player_team>Jay Cutler, Chicago (2)</player_team> <opponent>Atlanta</opponent> <yards>381</yards> <Cp-At-In>26-38-0</Cp-At-In> <TD>1</TD> <career>21</career> </listing> <listing> <week>6</week> <player_team>Andrew Luck, Indianapolis (5)</player_team> <opponent>Houston</opponent> <yards>370</yards> <Cp-At-In>25-44-1</Cp-At-In> <TD>3</TD> <career>14</career> </listing> <listing> <week>6</week> <player_team>Tom Brady, New England</player_team> <opponent>Buffalo</opponent> <yards>361</yards> <Cp-At-In>27-37-0</Cp-At-In> <TD>4</TD> <career>60</career> </listing> <listing> <week>6</week> <player_team>Kirk Cousins, Washington (2)</player_team> <opponent>Arizona</opponent> <yards>354</yards> <Cp-At-In>24-38-3</Cp-At-In> <TD>2</TD> <career>4</career> </listing> <listing> <week>6</week> <player_team>Colin Kaepernick, San Francisco</player_team> <opponent>St. Louis</opponent> <yards>343</yards> <Cp-At-In>22-35-0</Cp-At-In> <TD>3</TD> <career>3</career> </listing> <listing> <week>6</week> <player_team>Blake Bortles, Jacksonville</player_team> <opponent>Tennessee</opponent> <yards>336</yards> <Cp-At-In>32-46-1</Cp-At-In> <TD>1</TD> <career>1</career> </listing> <listing> <week>6</week> <player_team>Andy Dalton, Cincinnati (2)</player_team> <opponent>Carolina</opponent> <yards>323</yards> <Cp-At-In>33-43-2</Cp-At-In> <TD>2</TD> <career>12</career> </listing> <listing> <week>6</week> <player_team>Mike Glennon, Tampa Bay (2)</player_team> <opponent>Baltimore</opponent> <yards>314</yards> <Cp-At-In>24-44-1</Cp-At-In> <TD>2</TD> <career>2</career> </listing> <listing> <week>6</week> <player_team>Philip Rivers, San Diego (2)</player_team> <opponent>Oakland</opponent> <yards>313</yards> <Cp-At-In>22-34-0</Cp-At-In> <TD>3</TD> <career>35</career> </listing> <listing> <week>6</week> <player_team>Joe Flacco, Baltimore (3)</player_team> <opponent>Tampa Bay</opponent> <yards>306</yards> <Cp-At-In>21-29-0</Cp-At-In> <TD>5</TD> <career>19</career> </listing> <listing> <week>7</week> <player_team>Andrew Luck, Indianapolis (6)</player_team> <opponent>Cincinnati</opponent> <yards>344</yards> <Cp-At-In>27-42-0</Cp-At-In> <TD>2</TD> <career>15</career> </listing> <listing> <week>7</week> <player_team>Drew Brees, New Orleans (4)</player_team> <opponent>Detroit</opponent> <yards>342</yards> <Cp-At-In>28-45-1</Cp-At-In> <TD>2</TD> <career>82</career> </listing> <listing> <week>7</week> <player_team>Peyton Manning, Denver (3)</player_team> <opponent>San Francisco</opponent> <yards>318</yards> <Cp-At-In>22-26-0</Cp-At-In> <TD>4</TD> <career>87</career> </listing> <listing> <week>7</week> <player_team>Russell Wilson, Seattle</player_team> <opponent>St. Louis</opponent> <yards>313</yards> <Cp-At-In>23-36-0</Cp-At-In> <TD>2</TD> <career>3</career> </listing> <listing> <week>8</week> <player_team>B.Roethlisberger, Pittsburgh (3)</player_team> <opponent>Indianapolis</opponent> <yards>522</yards> <Cp-At-In>40-49-0</Cp-At-In> <TD>6</TD> <career>30</career> </listing> <listing> <week>8</week> <player_team>Aaron Rodgers, Green Bay (3)</player_team> <opponent>New Orleans</opponent> <yards>418</yards> <Cp-At-In>28-39-2</Cp-At-In> <TD>1</TD> <career>35</career> </listing> <listing> <week>8</week> <player_team>Nick Foles, Philadelphia (4)</player_team> <opponent>Arizona</opponent> <yards>411</yards> <Cp-At-In>36-62-2</Cp-At-In> <TD>2</TD> <career>8</career> </listing> <listing> <week>8</week> <player_team>Andrew Luck, Indianapolis (7)</player_team> <opponent>Pittsburgh</opponent> <yards>400</yards> <Cp-At-In>26-45-2</Cp-At-In> <TD>3</TD> <career>16</career> </listing> <listing> <week>8</week> <player_team>Tom Brady, New England (2)</player_team> <opponent>Chicago</opponent> <yards>354</yards> <Cp-At-In>30-35-0</Cp-At-In> <TD>5</TD> <career>61</career> </listing> <listing> <week>8</week> <player_team>Carson Palmer, Arizona (2)</player_team> <opponent>Philadelphia</opponent> <yards>329</yards> <Cp-At-In>20-42-0</Cp-At-In> <TD>2</TD> <career>34</career> </listing> <listing> <week>8</week> <player_team>Derek Carr, Oakland</player_team> <opponent>Cleveland</opponent> <yards>328</yards> <Cp-At-In>34-54-0</Cp-At-In> <TD>1</TD> <career>1</career> </listing> <listing> <week>8</week> <player_team>Matthew Stafford, Detroit (2)</player_team> <opponent>Atlanta</opponent> <yards>325</yards> <Cp-At-In>24-47-1</Cp-At-In> <TD>2</TD> <career>25</career> </listing> <listing> <week>8</week> <player_team>Drew Brees, New Orleans (5)</player_team> <opponent>Green Bay</opponent> <yards>311</yards> <Cp-At-In>27-32-0</Cp-At-In> <TD>3</TD> <career>83</career> </listing> <time_stamp> October 28, 2014, at 06:01 PM ET </time_stamp> </message>
+ test/xml/sportinfo/NFL_PuntingLeaders_XML.dtd view
@@ -0,0 +1,22 @@+<!ELEMENT XML_File_ID (#PCDATA)>+<!ELEMENT heading (#PCDATA)>+<!ELEMENT category (#PCDATA)>+<!ELEMENT sport (#PCDATA)>+<!ELEMENT title (#PCDATA)>+<!ELEMENT Rank (#PCDATA)>+<!ELEMENT PlayerID (#PCDATA)>+<!ELEMENT Player_Team (#PCDATA)>+<!ELEMENT Punts (#PCDATA)>+<!ELEMENT Yards (#PCDATA)>+<!ELEMENT Average (#PCDATA)>+<!ELEMENT Longest (#PCDATA)>+<!ELEMENT Inside_Twenty (#PCDATA)>+<!ELEMENT Inside_Twenty_Percentage (#PCDATA)>+<!ELEMENT Touchback (#PCDATA)>+<!ELEMENT Touchback_Percentage (#PCDATA)>+<!ELEMENT listing ( ( Rank, PlayerID, Player_Team, Punts, Yards, Average, Longest, Inside_Twenty, Inside_Twenty_Percentage, Touchback, Touchback_Percentage ) )>+<!ELEMENT Punting_Leaders ( listing* )>+<!ELEMENT time_stamp (#PCDATA)>+<!ELEMENT message ( ( XML_File_ID, heading, category, sport, title, Punting_Leaders, time_stamp ) )>++<!ATTLIST Punting_Leaders Report_Type CDATA #REQUIRED>
+ test/xml/sportinfo/NFL_PuntingLeaders_XML.xml view
@@ -0,0 +1,1 @@+<?xml version="1.0" standalone="no" ?> <!DOCTYPE message PUBLIC "-//TSN//DTD Statistics 1.0/EN" "NFL_PuntingLeaders_XML.dtd"> <message> <XML_File_ID>22034665</XML_File_ID> <heading>ABX%AFC-PUNTINGYARDS-LEADERS</heading> <category>Statistics</category> <sport>NFL</sport> <title>2014 AFC Punting Yards Leaders</title> <Punting_Leaders Report_Type="Yard Leaders"> <listing> <Rank>1</Rank> <PlayerID>10712</PlayerID> <Player_Team>Bryan Anger, JAC</Player_Team> <Punts>42</Punts> <Yards>1954</Yards> <Average>46.5</Average> <Longest>64</Longest> <Inside_Twenty>10</Inside_Twenty> <Inside_Twenty_Percentage>23.8</Inside_Twenty_Percentage> <Touchback>5</Touchback> <Touchback_Percentage>11.9</Touchback_Percentage> </listing> <listing> <Rank>2</Rank> <PlayerID>12397</PlayerID> <Player_Team>Colton Schmidt, BUF</Player_Team> <Punts>41</Punts> <Yards>1805</Yards> <Average>44.0</Average> <Longest>61</Longest> <Inside_Twenty>14</Inside_Twenty> <Inside_Twenty_Percentage>34.1</Inside_Twenty_Percentage> <Touchback>4</Touchback> <Touchback_Percentage>9.8</Touchback_Percentage> </listing> <listing> <Rank>3</Rank> <PlayerID>11322</PlayerID> <Player_Team>Ryan Quigley, NYJ</Player_Team> <Punts>37</Punts> <Yards>1765</Yards> <Average>47.7</Average> <Longest>64</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>32.4</Inside_Twenty_Percentage> <Touchback>3</Touchback> <Touchback_Percentage>8.1</Touchback_Percentage> </listing> <listing> <Rank>4</Rank> <PlayerID>8601</PlayerID> <Player_Team>Britton Colquitt, DEN</Player_Team> <Punts>36</Punts> <Yards>1628</Yards> <Average>45.2</Average> <Longest>60</Longest> <Inside_Twenty>14</Inside_Twenty> <Inside_Twenty_Percentage>38.9</Inside_Twenty_Percentage> <Touchback>0</Touchback> <Touchback_Percentage>0.0</Touchback_Percentage> </listing> <listing> <Rank>5</Rank> <PlayerID>3740</PlayerID> <Player_Team>Mike Scifres, SDC</Player_Team> <Punts>35</Punts> <Yards>1613</Yards> <Average>46.1</Average> <Longest>72</Longest> <Inside_Twenty>15</Inside_Twenty> <Inside_Twenty_Percentage>42.9</Inside_Twenty_Percentage> <Touchback>6</Touchback> <Touchback_Percentage>17.1</Touchback_Percentage> </listing> <listing> <Rank>6</Rank> <PlayerID>8001</PlayerID> <Player_Team>Brett Kern, TEN</Player_Team> <Punts>35</Punts> <Yards>1568</Yards> <Average>44.8</Average> <Longest>69</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>34.3</Inside_Twenty_Percentage> <Touchback>5</Touchback> <Touchback_Percentage>14.3</Touchback_Percentage> </listing> <listing> <Rank>7</Rank> <PlayerID>789</PlayerID> <Player_Team>Shane Lechler, HOU</Player_Team> <Punts>32</Punts> <Yards>1540</Yards> <Average>48.1</Average> <Longest>71</Longest> <Inside_Twenty>9</Inside_Twenty> <Inside_Twenty_Percentage>28.1</Inside_Twenty_Percentage> <Touchback>6</Touchback> <Touchback_Percentage>18.8</Touchback_Percentage> </listing> <listing> <Rank>8</Rank> <PlayerID>11652</PlayerID> <Player_Team>Ryan Allen, NEP</Player_Team> <Punts>33</Punts> <Yards>1524</Yards> <Average>46.2</Average> <Longest>63</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>36.4</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>6.1</Touchback_Percentage> </listing> <listing> <Rank>9</Rank> <PlayerID>11655</PlayerID> <Player_Team>Brad Wing, PIT</Player_Team> <Punts>33</Punts> <Yards>1456</Yards> <Average>44.1</Average> <Longest>70</Longest> <Inside_Twenty>12</Inside_Twenty> <Inside_Twenty_Percentage>36.4</Inside_Twenty_Percentage> <Touchback>3</Touchback> <Touchback_Percentage>9.1</Touchback_Percentage> </listing> <listing> <Rank>10</Rank> <PlayerID>10072</PlayerID> <Player_Team>Spencer Lanning, CLE</Player_Team> <Punts>32</Punts> <Yards>1446</Yards> <Average>45.2</Average> <Longest>59</Longest> <Inside_Twenty>9</Inside_Twenty> <Inside_Twenty_Percentage>28.1</Inside_Twenty_Percentage> <Touchback>4</Touchback> <Touchback_Percentage>12.5</Touchback_Percentage> </listing> <listing> <Rank>11</Rank> <PlayerID>11162</PlayerID> <Player_Team>Marquette King, OAK</Player_Team> <Punts>33</Punts> <Yards>1430</Yards> <Average>43.3</Average> <Longest>61</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>39.4</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.0</Touchback_Percentage> </listing> <listing> <Rank>12</Rank> <PlayerID>8438</PlayerID> <Player_Team>Pat McAfee, IND</Player_Team> <Punts>27</Punts> <Yards>1285</Yards> <Average>47.6</Average> <Longest>61</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>48.1</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.7</Touchback_Percentage> </listing> <listing> <Rank></Rank> <PlayerID>8230</PlayerID> <Player_Team>Kevin Huber, CIN</Player_Team> <Punts>28</Punts> <Yards>1285</Yards> <Average>45.9</Average> <Longest>63</Longest> <Inside_Twenty>11</Inside_Twenty> <Inside_Twenty_Percentage>39.3</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>3.6</Touchback_Percentage> </listing> <listing> <Rank>13</Rank> <PlayerID>4998</PlayerID> <Player_Team>Dustin Colquitt, KAN</Player_Team> <Punts>24</Punts> <Yards>1062</Yards> <Average>44.3</Average> <Longest>64</Longest> <Inside_Twenty>13</Inside_Twenty> <Inside_Twenty_Percentage>54.2</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>8.3</Touchback_Percentage> </listing> <listing> <Rank>14</Rank> <PlayerID>6010</PlayerID> <Player_Team>Sam Koch, BAL</Player_Team> <Punts>21</Punts> <Yards>988</Yards> <Average>47.0</Average> <Longest>69</Longest> <Inside_Twenty>10</Inside_Twenty> <Inside_Twenty_Percentage>47.6</Inside_Twenty_Percentage> <Touchback>2</Touchback> <Touchback_Percentage>9.5</Touchback_Percentage> </listing> <listing> <Rank>15</Rank> <PlayerID>6554</PlayerID> <Player_Team>Brandon Fields, MIA</Player_Team> <Punts>21</Punts> <Yards>909</Yards> <Average>43.3</Average> <Longest>60</Longest> <Inside_Twenty>5</Inside_Twenty> <Inside_Twenty_Percentage>23.8</Inside_Twenty_Percentage> <Touchback>1</Touchback> <Touchback_Percentage>4.8</Touchback_Percentage> </listing> </Punting_Leaders> <time_stamp> October 24, 2014, at 01:44 AM ET </time_stamp> </message>