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