<element name="stats-american-football-fumbles">
<annotation>
<documentation>For tracking fumble stats. | Covers teams that do the fumbling and the recovering.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="fumbles-committed" type="string" use="optional">
<annotation>
<documentation>The total number of fumbles.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-forced" type="string" use="optional">
<annotation>
<documentation>The number of fumbles that were forced by the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered" type="string" use="optional">
<annotation>
<documentation>The number of fumbles that were recovered by the fumbling team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-lost" type="string" use="optional">
<annotation>
<documentation>The number of fumbles that were not recovered by the fumbling team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-lost-average-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of fumbles lost per game.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-yards-gained" type="string" use="optional">
<annotation>
<documentation>The number of yards gained as a result of fumbles.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-own-committed" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by this team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-own-recovered" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by this team that were then also recovered by this team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-own-lost" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-own-yards-gained" type="string" use="optional">
<annotation>
<documentation>The number of yards gained as a result of fumbles by this team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-own-touchdowns" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns earned after a team recovers its own fumbles.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-committed" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-recovered" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-recovered-average-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of opposing team's fumbles recovered per game.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-lost" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-yards-gained" type="string" use="optional">
<annotation>
<documentation>The number of yards gained as a result of fumbles by the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-opposing-touchdowns" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored as a result of fumbles by the opposing team..</documentation>
</annotation>
</attribute>
<attribute name="fumbles-committed-defense" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by a player or team on defense.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-lost-defense" type="string" use="optional">
<annotation>
<documentation>The number of fumbles lost by a player or team on defense.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-forced-defense" type="string" use="optional">
<annotation>
<documentation>The number of fumbles forced by a player or team on defense.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-defense" type="string" use="optional">
<annotation>
<documentation>The number of fumbles recovered by a player or team on defense.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-yards-defense" type="string" use="optional">
<annotation>
<documentation>The number of yards gained on fumbles recovered by a player or team on defense.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-committed-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by a player or team on special-teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-lost-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of fumbles lost by a player or team on special-teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-forced-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of fumbles forced by a player or team on special-teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of fumbles recovered by a player or team on special-teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-yards-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of yards gained on fumbles recovered by a player or team on special-teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-committed-other" type="string" use="optional">
<annotation>
<documentation>The number of fumbles committed by a player or team on neither defense or special teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-lost-other" type="string" use="optional">
<annotation>
<documentation>The number of fumbles lost by a player or team on neither defense or special teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-forced-other" type="string" use="optional">
<annotation>
<documentation>The number of fumbles forced by a player or team on neither defense or special teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-other" type="string" use="optional">
<annotation>
<documentation>The number of fumbles recovered by a player or team on neither defense or special teams.</documentation>
</annotation>
</attribute>
<attribute name="fumbles-recovered-yards-other" type="string" use="optional">
<annotation>
<documentation>The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.</documentation>
</annotation>
</attribute>
<attribute name="touchbacks-fumbles" type="string" use="optional">
<annotation>
<documentation>The number of fumbles into the end zone that are not brought out.</documentation>
</annotation>
</attribute>
<attribute name="touchbacks-fumbles-percentage" type="string" use="optional">
<annotation>
<documentation>The percentage of fumbles that resulted in touchbacks.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|