Definition Type: Element
Name: action-basketball-turnover
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
When one team loses the ball, and the other team recovers. | Can be a steal, or just a lost ball.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-basketball_xsd Drilldown into turnover-type in schema sportsml-specific-basketball_xsd Drilldown into recovering-player-idref in schema sportsml-specific-basketball_xsd Drilldown into losing-player-idref in schema sportsml-specific-basketball_xsd Drilldown into period-time-remaining in schema sportsml-specific-basketball_xsd Drilldown into period-time-elapsed in schema sportsml-specific-basketball_xsd Drilldown into period-value in schema sportsml-specific-basketball_xsd Drilldown into eventStateBasketball in schema sportsml-specific-basketball_xsdXSD Diagram of action-basketball-turnover in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-turnover">
    <annotation>
        <documentation>When one team loses the ball, and the other team recovers. | Can be a steal, or just a lost ball.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateBasketball" />
        <attribute name="losing-player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Identifier for the participant who lost posession of the ball.</documentation>
            </annotation>
        </attribute>
        <attribute name="recovering-player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Identifier for the participant who gained posession of the ball, if any.</documentation>
            </annotation>
        </attribute>
        <attribute name="turnover-type" type="string" use="optional">
            <annotation>
                <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment about the action.</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
losing-player-idref sportsml:losing-player-idref Optional
recovering-player-idref sportsml:recovering-player-idref Optional
turnover-type sportsml:turnover-type Optional
comment sportsml:comment Optional