Definition Type: Element
Name: action-basketball-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Used to record shots that were successful. | Can include update of what the new score is between teams.
Collapse XSD Schema Diagram:
Drilldown into action-basketball-assisting-player in schema sportsml-specific-basketball_xsd Drilldown into comment in schema sportsml-specific-basketball_xsd Drilldown into shot-location in schema sportsml-specific-basketball_xsd Drilldown into score-team-opposing in schema sportsml-specific-basketball_xsd Drilldown into score-team in schema sportsml-specific-basketball_xsd Drilldown into points in schema sportsml-specific-basketball_xsd Drilldown into score-attempt-type in schema sportsml-specific-basketball_xsd Drilldown into 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-score in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-score">
    <annotation>
        <documentation>Used to record shots that were successful. | Can include update of what the new score is between teams.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-basketball-assisting-player" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateBasketball" />
        <attribute name="player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the player who made the shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="points" type="string" use="optional">
            <annotation>
                <documentation>How many points are given for the goal. Generally: 1, 2, or 3.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team" type="string" use="optional">
            <annotation>
                <documentation>The resulting new total score of the team that scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team-opposing" type="string" use="optional">
            <annotation>
                <documentation>The current total score of the team was scored upon.</documentation>
            </annotation>
        </attribute>
        <attribute name="shot-location" type="string" use="optional">
            <annotation>
                <documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A textual comment.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-basketball-assisting-player sportsml:action-basketball-assisting-player 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
player-idref sportsml:player-idref Optional
score-attempt-type sportsml:score-attempt-type Optional
points sportsml:points Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing Optional
shot-location sportsml:shot-location Optional
comment sportsml:comment Optional