Definition Type: Element
Name: stats-american-football-fumbles
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
For tracking fumble stats. | Covers teams that do the fumbling and the recovering.
Collapse XSD Schema Diagram:
Drilldown into touchbacks-fumbles-percentage in schema sportsml-specific-american-football_xsd Drilldown into touchbacks-fumbles in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-yards-other in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-other in schema sportsml-specific-american-football_xsd Drilldown into fumbles-forced-other in schema sportsml-specific-american-football_xsd Drilldown into fumbles-lost-other in schema sportsml-specific-american-football_xsd Drilldown into fumbles-committed-other in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-yards-special-teams in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-special-teams in schema sportsml-specific-american-football_xsd Drilldown into fumbles-forced-special-teams in schema sportsml-specific-american-football_xsd Drilldown into fumbles-lost-special-teams in schema sportsml-specific-american-football_xsd Drilldown into fumbles-committed-special-teams in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-yards-defense in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered-defense in schema sportsml-specific-american-football_xsd Drilldown into fumbles-forced-defense in schema sportsml-specific-american-football_xsd Drilldown into fumbles-lost-defense in schema sportsml-specific-american-football_xsd Drilldown into fumbles-committed-defense in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-touchdowns in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-yards-gained in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-lost in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-recovered-average-per-game in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-recovered in schema sportsml-specific-american-football_xsd Drilldown into fumbles-opposing-committed in schema sportsml-specific-american-football_xsd Drilldown into fumbles-own-touchdowns in schema sportsml-specific-american-football_xsd Drilldown into fumbles-own-yards-gained in schema sportsml-specific-american-football_xsd Drilldown into fumbles-own-lost in schema sportsml-specific-american-football_xsd Drilldown into fumbles-own-recovered in schema sportsml-specific-american-football_xsd Drilldown into fumbles-own-committed in schema sportsml-specific-american-football_xsd Drilldown into fumbles-yards-gained in schema sportsml-specific-american-football_xsd Drilldown into fumbles-lost-average-per-game in schema sportsml-specific-american-football_xsd Drilldown into fumbles-lost in schema sportsml-specific-american-football_xsd Drilldown into fumbles-recovered in schema sportsml-specific-american-football_xsd Drilldown into fumbles-forced in schema sportsml-specific-american-football_xsd Drilldown into fumbles-committed in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-fumbles in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
fumbles-committed sportsml:fumbles-committed Optional
fumbles-forced sportsml:fumbles-forced Optional
fumbles-recovered sportsml:fumbles-recovered Optional
fumbles-lost sportsml:fumbles-lost Optional
fumbles-lost-average-per-game sportsml:fumbles-lost-average-per-game Optional
fumbles-yards-gained sportsml:fumbles-yards-gained Optional
fumbles-own-committed sportsml:fumbles-own-committed Optional
fumbles-own-recovered sportsml:fumbles-own-recovered Optional
fumbles-own-lost sportsml:fumbles-own-lost Optional
fumbles-own-yards-gained sportsml:fumbles-own-yards-gained Optional
fumbles-own-touchdowns sportsml:fumbles-own-touchdowns Optional
fumbles-opposing-committed sportsml:fumbles-opposing-committed Optional
fumbles-opposing-recovered sportsml:fumbles-opposing-recovered Optional
fumbles-opposing-recovered-average-per-game sportsml:fumbles-opposing-recovered-average-per-game Optional
fumbles-opposing-lost sportsml:fumbles-opposing-lost Optional
fumbles-opposing-yards-gained sportsml:fumbles-opposing-yards-gained Optional
fumbles-opposing-touchdowns sportsml:fumbles-opposing-touchdowns Optional
fumbles-committed-defense sportsml:fumbles-committed-defense Optional
fumbles-lost-defense sportsml:fumbles-lost-defense Optional
fumbles-forced-defense sportsml:fumbles-forced-defense Optional
fumbles-recovered-defense sportsml:fumbles-recovered-defense Optional
fumbles-recovered-yards-defense sportsml:fumbles-recovered-yards-defense Optional
fumbles-committed-special-teams sportsml:fumbles-committed-special-teams Optional
fumbles-lost-special-teams sportsml:fumbles-lost-special-teams Optional
fumbles-forced-special-teams sportsml:fumbles-forced-special-teams Optional
fumbles-recovered-special-teams sportsml:fumbles-recovered-special-teams Optional
fumbles-recovered-yards-special-teams sportsml:fumbles-recovered-yards-special-teams Optional
fumbles-committed-other sportsml:fumbles-committed-other Optional
fumbles-lost-other sportsml:fumbles-lost-other Optional
fumbles-forced-other sportsml:fumbles-forced-other Optional
fumbles-recovered-other sportsml:fumbles-recovered-other Optional
fumbles-recovered-yards-other sportsml:fumbles-recovered-yards-other Optional
touchbacks-fumbles sportsml:touchbacks-fumbles Optional
touchbacks-fumbles-percentage sportsml:touchbacks-fumbles-percentage Optional