Definition Type: Element
Name: action-ice-hockey-play
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Any kind of on-ice play indicated by play-type vocabulary.
Collapse XSD Schema Diagram:
Drilldown into action-ice-hockey-play-participant in schema sportsml-specific-ice-hockey_xsd Drilldown into person-type in schema sportsml-specific-ice-hockey_xsd Drilldown into goal-zone in schema sportsml-specific-ice-hockey_xsd Drilldown into shot-type in schema sportsml-specific-ice-hockey_xsd Drilldown into shot-distance in schema sportsml-specific-ice-hockey_xsd Drilldown into strength in schema sportsml-specific-ice-hockey_xsd Drilldown into sequence-number in schema sportsml-specific-ice-hockey_xsd Drilldown into play-type in schema sportsml-specific-ice-hockey_xsd Drilldown into comment in schema sportsml-specific-ice-hockey_xsd Drilldown into shootout-shot-order 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 location in schema sportsml-specific-ice-hockey_xsd Drilldown into zone in schema sportsml-specific-ice-hockey_xsd Drilldown into player-count-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into player-count in schema sportsml-specific-ice-hockey_xsd Drilldown into commonPropertiesIceHockey in schema sportsml-specific-ice-hockey_xsd Drilldown into score-team-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into score-team in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-player-advantage in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-team-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-time-remaining 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-play in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-ice-hockey-play">
    <annotation>
        <documentation>Any kind of on-ice play indicated by play-type vocabulary.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-ice-hockey-play-participant" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateIceHockey" />
        <attributeGroup ref="sportsml:commonPropertiesIceHockey" />
        <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 goal attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.IceHockey" use="optional">
            <annotation>
                <documentation>The result of the score attempt.</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>
        <attribute name="play-type" type="sportsml:playType.IceHockey" use="optional">
            <annotation>
                <documentation>The type of play.</documentation>
            </annotation>
        </attribute>
        <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="strength" type="sportsml:strength.IceHockey" use="optional">
            <annotation>
                <documentation>Denotes play-strength situation of the goal: even-strength | power-play | short-handed</documentation>
            </annotation>
        </attribute>
        <attribute name="shot-distance" type="string" use="optional">
            <annotation>
                <documentation>The distance of the shot from the net.</documentation>
            </annotation>
        </attribute>
        <attribute name="shot-type" type="string" use="optional">
            <annotation>
                <documentation>The type of shot taken.</documentation>
            </annotation>
        </attribute>
        <attribute name="goal-zone" type="string" use="optional">
            <annotation>
                <documentation>Area of the goal at which the score-attempt was aimed.</documentation>
            </annotation>
        </attribute>
        <attribute name="person-type" use="optional">
            <annotation>
                <documentation>The type of person who is substituting, for example: a player, a coach, a referree.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="player" />
                    <enumeration value="auxilliary" />
                    <enumeration value="official" />
                </restriction>
            </simpleType>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-ice-hockey-play-participant sportsml:action-ice-hockey-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
power-play-time-remaining sportsml:power-play-time-remaining Optional
power-play-team-idref sportsml:power-play-team-idref Optional
power-play-player-advantage sportsml:power-play-player-advantage Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing Optional
player-count sportsml:player-count Optional
player-count-opposing sportsml:player-count-opposing Optional
zone sportsml:zone Optional
location sportsml:location Optional
team-idref sportsml:team-idref Optional
score-attempt-type sportsml:score-attempt-type Optional
score-attempt-result sportsml:score-attempt-result Optional
shootout-shot-order sportsml:shootout-shot-order Optional
comment sportsml:comment Optional
play-type sportsml:play-type Optional
sequence-number sportsml:sequence-number Optional
strength sportsml:strength Optional
shot-distance sportsml:shot-distance Optional
shot-type sportsml:shot-type Optional
goal-zone sportsml:goal-zone Optional
person-type sportsml:person-type Optional