Definition Type: Element
Name: action-american-football-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
A play that ended in a score. | Holds participant elements, which detail the role each player had in the scoring play.
Collapse XSD Schema Diagram:
Drilldown into action-american-football-play-participant in schema sportsml-specific-american-football_xsd Drilldown into yards-gained in schema sportsml-specific-american-football_xsd Drilldown into play-type in schema sportsml-specific-american-football_xsd Drilldown into score-team-opposing in schema sportsml-specific-american-football_xsd Drilldown into score-team in schema sportsml-specific-american-football_xsd Drilldown into comment in schema sportsml-specific-american-football_xsd Drilldown into points in schema sportsml-specific-american-football_xsd Drilldown into score-subtype in schema sportsml-specific-american-football_xsd Drilldown into score-type in schema sportsml-specific-american-football_xsd Drilldown into team-idref in schema sportsml-specific-american-football_xsd Drilldown into sequence-number in schema sportsml-specific-american-football_xsd Drilldown into field-line in schema sportsml-specific-american-football_xsd Drilldown into field-side in schema sportsml-specific-american-football_xsd Drilldown into distance-for-1st-down in schema sportsml-specific-american-football_xsd Drilldown into down in schema sportsml-specific-american-football_xsd Drilldown into team-in-possession-idref in schema sportsml-specific-american-football_xsd Drilldown into clock-state in schema sportsml-specific-american-football_xsd Drilldown into period-time-remaining in schema sportsml-specific-american-football_xsd Drilldown into period-time-elapsed in schema sportsml-specific-american-football_xsd Drilldown into period-value in schema sportsml-specific-american-football_xsd Drilldown into eventStateAmericanFootball in schema sportsml-specific-american-football_xsdXSD Diagram of action-american-football-score in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-american-football-score">
    <annotation>
        <documentation>A play that ended in a score. | Holds participant elements, which detail the role each player had in the scoring play.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-american-football-play-participant" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateAmericanFootball" />
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Pointer to the team that scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-type" type="sportsml:scoreType.AmericanFootball" use="optional">
            <annotation>
                <documentation>Specifies the type of scoring play. Touchdown, field goal, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-subtype" type="sportsml:scoreSubType.AmericanFootball" use="optional">
            <annotation>
                <documentation>Specifies the type of touchdown. Passing, rushing, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="points" type="string" use="optional">
            <annotation>
                <documentation>The number of points scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A textual comment.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team" type="string" use="optional">
            <annotation>
                <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team-opposing" type="string" use="optional">
            <annotation>
                <documentation>After this action took place, the score of the team opposing that listed in team-idref.</documentation>
            </annotation>
        </attribute>
        <attribute name="play-type" type="string" use="optional">
            <annotation>
                <documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="yards-gained" type="string" use="optional">
            <annotation>
                <documentation>The number of yards gained on this scoring play.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-american-football-play-participant sportsml:action-american-football-play-participant 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
period-value sportsml:period-value Optional
period-time-elapsed sportsml:period-time-elapsed Optional
period-time-remaining sportsml:period-time-remaining Optional
clock-state sportsml:clock-state Optional
team-in-possession-idref sportsml:team-in-possession-idref Optional
down sportsml:down Optional
distance-for-1st-down sportsml:distance-for-1st-down Optional
field-side sportsml:field-side Optional
field-line sportsml:field-line Optional
sequence-number sportsml:sequence-number Optional
team-idref sportsml:team-idref Optional
score-type sportsml:score-type Optional
score-subtype sportsml:score-subtype Optional
points sportsml:points Optional
comment sportsml:comment Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing Optional
play-type sportsml:play-type Optional
yards-gained sportsml:yards-gained Optional