Definition Type: Element
Name: stats-american-football-scoring
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Statistics about a particular team's scoring performance. | For touchdowns, field goals, etc.
Collapse XSD Schema Diagram:
Drilldown into stats-american-football-field-goals in schema sportsml-specific-american-football_xsd Drilldown into inside-20-touchdowns-percentage in schema sportsml-specific-american-football_xsd Drilldown into inside-20-touchdowns in schema sportsml-specific-american-football_xsd Drilldown into inside-20-points in schema sportsml-specific-american-football_xsd Drilldown into single-points in schema sportsml-specific-american-football_xsd Drilldown into touchbacks-total in schema sportsml-specific-american-football_xsd Drilldown into two-point-conversions-made-passing in schema sportsml-specific-american-football_xsd Drilldown into two-point-conversions-made-rushing in schema sportsml-specific-american-football_xsd Drilldown into two-point-conversions-made in schema sportsml-specific-american-football_xsd Drilldown into two-point-conversions-attempts in schema sportsml-specific-american-football_xsd Drilldown into safeties-against in schema sportsml-specific-american-football_xsd Drilldown into field-goals-average in schema sportsml-specific-american-football_xsd Drilldown into field-goals-percentage in schema sportsml-specific-american-football_xsd Drilldown into field-goal-longest in schema sportsml-specific-american-football_xsd Drilldown into field-goals-blocked in schema sportsml-specific-american-football_xsd Drilldown into field-goals-missed in schema sportsml-specific-american-football_xsd Drilldown into field-goals-made in schema sportsml-specific-american-football_xsd Drilldown into field-goal-attempts in schema sportsml-specific-american-football_xsd Drilldown into extra-points-percentage in schema sportsml-specific-american-football_xsd Drilldown into extra-points-blocked in schema sportsml-specific-american-football_xsd Drilldown into extra-points-missed in schema sportsml-specific-american-football_xsd Drilldown into extra-points-made in schema sportsml-specific-american-football_xsd Drilldown into extra-points-attempts in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-receptions in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-defensive in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-special-teams in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-rushing in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-passing in schema sportsml-specific-american-football_xsd Drilldown into touchdowns-total in schema sportsml-specific-american-football_xsdXSD Diagram of stats-american-football-scoring in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-american-football-scoring">
    <annotation>
        <documentation>Statistics about a particular team's scoring performance. | For touchdowns, field goals, etc.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-american-football-field-goals" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="touchdowns-total" type="string" use="optional">
            <annotation>
                <documentation>The number of touchdowns scored by the offense.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchdowns-passing" type="string" use="optional">
            <annotation>
                <documentation>The number of touchdowns scored by passing.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchdowns-rushing" type="string" use="optional">
            <annotation>
                <documentation>The number of touchdowns scored by rushing.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchdowns-special-teams" type="string" use="optional">
            <annotation>
                <documentation>The number of touchdowns scored by special teams.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchdowns-defensive" type="string" use="optional">
            <annotation>
                <documentation>The number of touchdowns scored by the defense.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchdowns-receptions" type="string" use="optional">
            <annotation>
                <documentation>The number of receptions resulting in a touchdown.</documentation>
            </annotation>
        </attribute>
        <attribute name="extra-points-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of extra points attempted by the offense.</documentation>
            </annotation>
        </attribute>
        <attribute name="extra-points-made" type="string" use="optional">
            <annotation>
                <documentation>The number of extra points made.</documentation>
            </annotation>
        </attribute>
        <attribute name="extra-points-missed" type="string" use="optional">
            <annotation>
                <documentation>The number of extra points missed.</documentation>
            </annotation>
        </attribute>
        <attribute name="extra-points-blocked" type="string" use="optional">
            <annotation>
                <documentation>The number of extra points blocked. Extra points made + blocked does not equal attempts.</documentation>
            </annotation>
        </attribute>
        <attribute name="extra-points-percentage" type="string" use="optional">
            <annotation>
                <documentation>Ratio of extra points completed to attempts.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goal-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of field goals attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-made" type="string" use="optional">
            <annotation>
                <documentation>The number of field goals made.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-missed" type="string" use="optional">
            <annotation>
                <documentation>The number of field goals missed.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-blocked" type="string" use="optional">
            <annotation>
                <documentation>The number of field goald blocked. Note that field-goals-made + field-goals-blocked does not equal field-goals-attempts.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goal-longest" type="string" use="optional">
            <annotation>
                <documentation>Yardage of longest successful field goal attempt.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-percentage" type="string" use="optional">
            <annotation>
                <documentation>Ratio of field goals made to attempts.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-average" type="string" use="optional">
            <annotation>
                <documentation>Average number of field goals made per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="safeties-against" type="string" use="optional">
            <annotation>
                <documentation>The number of safeties scored against the offense.</documentation>
            </annotation>
        </attribute>
        <attribute name="two-point-conversions-attempts" type="string" use="optional">
            <annotation>
                <documentation>The number of two point conversions attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="two-point-conversions-made" type="string" use="optional">
            <annotation>
                <documentation>The number of successful two point conversions.</documentation>
            </annotation>
        </attribute>
        <attribute name="two-point-conversions-made-rushing" type="string" use="optional">
            <annotation>
                <documentation>Number of successful two-point conversions from running plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="two-point-conversions-made-passing" type="string" use="optional">
            <annotation>
                <documentation>Number of successful two-point conversions from passing plays.</documentation>
            </annotation>
        </attribute>
        <attribute name="touchbacks-total" type="string" use="optional">
            <annotation>
                <documentation>For Canadian Football. Used to record the number of touchbacks that resulted in scores.</documentation>
            </annotation>
        </attribute>
        <attribute name="single-points" type="string" use="optional">
            <annotation>
                <documentation>Number of points earned from the single, a CFL-specific play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.</documentation>
            </annotation>
        </attribute>
        <attribute name="inside-20-points" type="string" use="optional">
            <annotation>
                <documentation>Points earned by offensive team when possession starts inside opponent's 20 yard line.</documentation>
            </annotation>
        </attribute>
        <attribute name="inside-20-touchdowns" type="string" use="optional">
            <annotation>
                <documentation>Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.</documentation>
            </annotation>
        </attribute>
        <attribute name="inside-20-touchdowns-percentage" type="string" use="optional">
            <annotation>
                <documentation>Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-american-football-field-goals sportsml:stats-american-football-field-goals 0 unbounded
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
touchdowns-total sportsml:touchdowns-total Optional
touchdowns-passing sportsml:touchdowns-passing Optional
touchdowns-rushing sportsml:touchdowns-rushing Optional
touchdowns-special-teams sportsml:touchdowns-special-teams Optional
touchdowns-defensive sportsml:touchdowns-defensive Optional
touchdowns-receptions sportsml:touchdowns-receptions Optional
extra-points-attempts sportsml:extra-points-attempts Optional
extra-points-made sportsml:extra-points-made Optional
extra-points-missed sportsml:extra-points-missed Optional
extra-points-blocked sportsml:extra-points-blocked Optional
extra-points-percentage sportsml:extra-points-percentage Optional
field-goal-attempts sportsml:field-goal-attempts Optional
field-goals-made sportsml:field-goals-made Optional
field-goals-missed sportsml:field-goals-missed Optional
field-goals-blocked sportsml:field-goals-blocked Optional
field-goal-longest sportsml:field-goal-longest Optional
field-goals-percentage sportsml:field-goals-percentage Optional
field-goals-average sportsml:field-goals-average Optional
safeties-against sportsml:safeties-against Optional
two-point-conversions-attempts sportsml:two-point-conversions-attempts Optional
two-point-conversions-made sportsml:two-point-conversions-made Optional
two-point-conversions-made-rushing sportsml:two-point-conversions-made-rushing Optional
two-point-conversions-made-passing sportsml:two-point-conversions-made-passing Optional
touchbacks-total sportsml:touchbacks-total Optional
single-points sportsml:single-points Optional
inside-20-points sportsml:inside-20-points Optional
inside-20-touchdowns sportsml:inside-20-touchdowns Optional
inside-20-touchdowns-percentage sportsml:inside-20-touchdowns-percentage Optional