Definition Type: Element
Name: stats-american-football-fumbles
Namespace: http://www.sportsml.org/schema/
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-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>TBD.</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>TBD.</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>TBD.</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>TBD.</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
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
touchbacks-fumbles sportsml:touchbacks-fumbles Optional
touchbacks-fumbles-percentage sportsml:touchbacks-fumbles-percentage Optional