Definition Type: Element
Name: action-american-football-play-participant
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Describes which player was involved in the play and how. | The role and result attributes are critical.
Collapse XSD Schema Diagram:
Drilldown into yards-gained in schema sportsml-specific-american-football_xsd Drilldown into official-idref in schema sportsml-specific-american-football_xsd Drilldown into penalty-acceptance in schema sportsml-specific-american-football_xsd Drilldown into penalty-type in schema sportsml-specific-american-football_xsd Drilldown into kick-type in schema sportsml-specific-american-football_xsd Drilldown into score-credit in schema sportsml-specific-american-football_xsd Drilldown into result in schema sportsml-specific-american-football_xsd Drilldown into role in schema sportsml-specific-american-football_xsd Drilldown into player-idref in schema sportsml-specific-american-football_xsd Drilldown into comment 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-participant in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-american-football-play-participant">
    <annotation>
        <documentation>Describes which player was involved in the play and how. | The role and result attributes are critical.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateAmericanFootball" />
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A comment.</documentation>
            </annotation>
        </attribute>
        <attribute name="player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the player involved in the play.</documentation>
            </annotation>
        </attribute>
        <attribute name="role" type="sportsml:role.AmericanFootball" use="optional">
            <annotation>
                <documentation>Describes how the player got the ball, not what the player did with it.</documentation>
            </annotation>
        </attribute>
        <attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
            <annotation>
                <documentation>How this segment of the play finished.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-credit" use="optional">
            <annotation>
                <documentation>Whether a player scored or not. Either 1 or 0.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="1" />
                    <enumeration value="0" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="kick-type" type="sportsml:kickType.AmericanFootball" use="optional">
            <annotation>
                <documentation>If result was kick, then the type of kick.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
            <annotation>
                <documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-acceptance" use="optional">
            <annotation>
                <documentation>Whether the penalty was accepted or declined.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="accepted" />
                    <enumeration value="declined" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="official-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Which official called the penalty.</documentation>
            </annotation>
        </attribute>
        <attribute name="yards-gained" type="string" use="optional">
            <annotation>
                <documentation>The number of yards gained on this play by this player.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
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
comment sportsml:comment Optional
player-idref sportsml:player-idref Optional
role sportsml:role Optional
result sportsml:result Optional
score-credit sportsml:score-credit Optional
kick-type sportsml:kick-type Optional
penalty-type sportsml:penalty-type Optional
penalty-acceptance sportsml:penalty-acceptance Optional
official-idref sportsml:official-idref Optional
yards-gained sportsml:yards-gained Optional