Definition Type: Element
Name: action-basketball-play
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Any kind of on-ice play indicated by play-type vocabulary.
Collapse XSD Schema Diagram:
Drilldown into action-basketball-play-participant in schema sportsml-specific-basketball_xsd Drilldown into turnover-type in schema sportsml-specific-basketball_xsd Drilldown into zone in schema sportsml-specific-basketball_xsd Drilldown into comment in schema sportsml-specific-basketball_xsd Drilldown into 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 play-type in schema sportsml-specific-basketball_xsd Drilldown into sequence-number 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-play in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-play">
    <annotation>
        <documentation>Any kind of on-ice play indicated by play-type vocabulary.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-basketball-play-participant" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateBasketball" />
        <attribute name="sequence-number" type="string" use="optional">
            <annotation>
                <documentation>The sequence number of the play within the game as a whole.</documentation>
            </annotation>
        </attribute>
        <attribute name="play-type" type="sportsml:playType.Basketball" use="optional">
            <annotation>
                <documentation>The type of play.</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="location" type="string" use="optional">
            <annotation>
                <documentation>A string indicating where on the court the play occured. 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>
        <attribute name="zone" use="optional">
            <annotation>
                <documentation>The zone on the rink for the stat or action: offense | defense | neutral.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="offense" />
                    <enumeration value="defense" />
                    <enumeration value="neutral" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="turnover-type" type="string" use="optional">
            <annotation>
                <documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-basketball-play-participant sportsml:action-basketball-play-participant 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
sequence-number sportsml:sequence-number Optional
play-type sportsml:play-type Optional
score-attempt-type sportsml:score-attempt-type Optional
score-attempt-result sportsml:score-attempt-result Optional
location sportsml:location Optional
comment sportsml:comment Optional
zone sportsml:zone Optional
turnover-type sportsml:turnover-type Optional