<element name="action-ice-hockey-play-participant">
<annotation>
<documentation>A generic play participant element.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="player-idref" type="IDREF" use="required">
<annotation>
<documentation>A pointer to a player who participated in the play.</documentation>
</annotation>
</attribute>
<attribute name="team-idref" type="IDREF" use="required">
<annotation>
<documentation>A pointer to the participant's team.</documentation>
</annotation>
</attribute>
<attribute name="role" type="sportsml:participantRole.IceHockey" use="required">
<annotation>
<documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
</annotation>
</attribute>
<attribute name="goals-cumulative" type="string" use="optional">
<annotation>
<documentation>Total number goals at time of goal scored.</documentation>
</annotation>
</attribute>
<attribute name="assists-cumulative" type="string" use="optional">
<annotation>
<documentation>Total number assists at time of assist scored.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|