<element name="action-basketball-jump-ball">
<annotation>
<documentation>A jump ball. | For use when the referree throws a ball up for two opposing players to try to tip towards their team.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="player-1-idref" type="IDREF" use="optional">
<annotation>
<documentation>Identifier for one of the jump-ball participants.</documentation>
</annotation>
</attribute>
<attribute name="player-2-idref" type="IDREF" use="optional">
<annotation>
<documentation>Identifier for the other jump-ball participant.</documentation>
</annotation>
</attribute>
<attribute name="winning-player-idref" type="IDREF" use="optional">
<annotation>
<documentation>Identifier for the participant whose team recovered the ball after the jump.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment about the action.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|