Definition Type: Element
Name: action-ice-hockey-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Data about a score in ice-hockey. | Includes elements detailing who was on the ice during the score.
Collapse XSD Schema Diagram:
Drilldown into action-ice-hockey-scored-on-players in schema sportsml-specific-ice-hockey_xsd Drilldown into action-ice-hockey-scoring-players in schema sportsml-specific-ice-hockey_xsd Drilldown into action-ice-hockey-assisting-player 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-team-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into score-team in schema sportsml-specific-ice-hockey_xsd Drilldown into comment 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 score-attempt-type 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 in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-ice-hockey-score">
    <annotation>
        <documentation>Data about a score in ice-hockey. | Includes elements detailing who was on the ice during the score.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-ice-hockey-assisting-player" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:action-ice-hockey-scoring-players" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:action-ice-hockey-scored-on-players" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateIceHockey" />
        <attribute name="score-attempt-type" type="sportsml:scoreAttemptType.IceHockey" use="optional">
            <annotation>
                <documentation>The type of shot. Called attempt because it shares the same values as score-attempt element.</documentation>
            </annotation>
        </attribute>
        <attribute name="player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the player that scored the goal.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>A pointer to the team that scored the goal.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A textual comment.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team" type="string" use="optional">
            <annotation>
                <documentation>After this action took place, the score of the team that team-idref points to.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team-opposing" type="string" use="optional">
            <annotation>
                <documentation>After this action took place, the score of the team opposing that listed in team-idref.</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>TBD.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-ice-hockey-assisting-player sportsml:action-ice-hockey-assisting-player 0 unbounded
action-ice-hockey-scoring-players sportsml:action-ice-hockey-scoring-players 0 unbounded
action-ice-hockey-scored-on-players sportsml:action-ice-hockey-scored-on-players 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
score-attempt-type sportsml:score-attempt-type Optional
player-idref sportsml:player-idref Optional
team-idref sportsml:team-idref Optional
comment sportsml:comment Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing 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