Definition Type: Element
Name: action-basketball-jump-ball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
A jump ball. | For use when the referree throws a ball up for two opposing players to try to tip towards their team.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-basketball_xsd Drilldown into winning-player-idref in schema sportsml-specific-basketball_xsd Drilldown into player-2-idref in schema sportsml-specific-basketball_xsd Drilldown into player-1-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-jump-ball in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-jump-ball">
    <annotation>
        <documentation>A jump ball. | For use when the referree throws a ball up for two opposing players to try to tip towards their team.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateBasketball" />
        <attribute name="player-1-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Identifier for one of the jump-ball participants.</documentation>
            </annotation>
        </attribute>
        <attribute name="player-2-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Identifier for the other jump-ball participant.</documentation>
            </annotation>
        </attribute>
        <attribute name="winning-player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>Identifier for the participant whose team recovered the ball after the jump.</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
player-1-idref sportsml:player-1-idref Optional
player-2-idref sportsml:player-2-idref Optional
winning-player-idref sportsml:winning-player-idref Optional
comment sportsml:comment Optional