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