Definition Type: Element
Name: action-basketball-score-attempt
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Used to record shots that are NOT made. | If the shot was made, use the action-basketball-score.
Collapse XSD Schema Diagram:
Drilldown into action-basketball-blocking-player in schema sportsml-specific-basketball_xsd Drilldown into action-basketball-rebounder in schema sportsml-specific-basketball_xsd 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-attempt-result 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-attempt in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-score-attempt">
    <annotation>
        <documentation>Used to record shots that are NOT made. | If the shot was made, use the action-basketball-score.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-basketball-assisting-player" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:action-basketball-rebounder" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:action-basketball-blocking-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 attempted the shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
            <annotation>
                <documentation>What type of shot it was.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
            <annotation>
                <documentation>TBD.</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
action-basketball-rebounder sportsml:action-basketball-rebounder 0 unbounded
action-basketball-blocking-player sportsml:action-basketball-blocking-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
score-attempt-result sportsml:score-attempt-result Optional
shot-location sportsml:shot-location Optional
comment sportsml:comment Optional