<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>
|