Definition Type: Element
Name: action-american-football-play
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Only for non-scoring plays. | Holds elements that describe the role each play participant performed.
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 score-attempt-type in schema sportsml-specific-american-football_xsd Drilldown into drive-result 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-play in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-american-football-play">
    <annotation>
        <documentation>Only for non-scoring plays. | Holds elements that describe the role each play participant performed.</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="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
            <annotation>
                <documentation>Describes how a drive ended, if this play ended a drive.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="sportsml:scoreType.AmericanFootball" use="optional">
            <annotation>
                <documentation>Type of score that was attempted, but missed.</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 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
drive-result sportsml:drive-result Optional
score-attempt-type sportsml:score-attempt-type 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