<element name="action-basketball-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.Basketball" use="required">
<annotation>
<documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|