<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-play-participant" minOccurs="0" maxOccurs="unbounded" />
<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" />
<attributeGroup ref="sportsml:commonPropertiesIceHockey" />
<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>DEPRECATE: in favour of action-ice-hockey-play-participant with role of "scorer".</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="skaters-on-ice" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: in favour of player-count.</documentation>
</annotation>
</attribute>
<attribute name="skaters-on-ice-opposing" type="string" use="optional">
<annotation>
<documentation>DEPRECATE: in favour of player-count-opposing.</documentation>
</annotation>
</attribute>
<attribute name="shootout-shot-order" type="string" use="optional">
<annotation>
<documentation>The sequence number of the shootout goal.</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="goal-zone" type="string" use="optional">
<annotation>
<documentation>Area of the goal at which the scoring shot was aimed.</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>
</complexType>
</element>
|