Definition Type: Element
Name: action-ice-hockey-score-attempt
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Used to record shots that are NOT made. | If the shot was made, use the action-ice-hockey-score.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-ice-hockey_xsd Drilldown into shootout-shot-order in schema sportsml-specific-ice-hockey_xsd Drilldown into skaters-on-ice-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into skaters-on-ice in schema sportsml-specific-ice-hockey_xsd Drilldown into score-attempt-result in schema sportsml-specific-ice-hockey_xsd Drilldown into score-attempt-type in schema sportsml-specific-ice-hockey_xsd Drilldown into team-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into player-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into period-time-remaining in schema sportsml-specific-ice-hockey_xsd Drilldown into period-time-elapsed in schema sportsml-specific-ice-hockey_xsd Drilldown into period-value in schema sportsml-specific-ice-hockey_xsd Drilldown into eventStateIceHockey in schema sportsml-specific-ice-hockey_xsdXSD Diagram of action-ice-hockey-score-attempt in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-ice-hockey-score-attempt">
    <annotation>
        <documentation>Used to record shots that are NOT made. | If the shot was made, use the action-ice-hockey-score.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateIceHockey" />
        <attribute name="player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the player that attempted to score.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the team that attempted to score.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.IceHockey" use="optional">
            <annotation>
                <documentation>The type of shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.IceHockey" use="optional">
            <annotation>
                <documentation>The result of the shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="skaters-on-ice" type="string" use="optional">
            <annotation>
                <documentation>The number of non-goalie skaters on the ice when the team that did the shooting shot the puck.</documentation>
            </annotation>
        </attribute>
        <attribute name="skaters-on-ice-opposing" type="string" use="optional">
            <annotation>
                <documentation>The number of non-goalie skaters on the ice for the team that was shot upon.</documentation>
            </annotation>
        </attribute>
        <attribute name="shootout-shot-order" type="string" use="optional">
            <annotation>
                <documentation>When this shot was take, amongst all the shootout shots of a game for one particular team. For example: 3 (if it was the third shot of the shootout).</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A textual comment.</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-idref sportsml:player-idref Optional
team-idref sportsml:team-idref Optional
score-attempt-type sportsml:score-attempt-type Optional
score-attempt-result sportsml:score-attempt-result Optional
skaters-on-ice sportsml:skaters-on-ice Optional
skaters-on-ice-opposing sportsml:skaters-on-ice-opposing Optional
shootout-shot-order sportsml:shootout-shot-order Optional
comment sportsml:comment Optional