<element name="action-basketball-turnover">
<annotation>
<documentation>When one team loses the ball, and the other team recovers. | Can be a steal, or just a lost ball.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="losing-player-idref" type="IDREF" use="optional">
<annotation>
<documentation>Identifier for the participant who lost posession of the ball.</documentation>
</annotation>
</attribute>
<attribute name="recovering-player-idref" type="IDREF" use="optional">
<annotation>
<documentation>Identifier for the participant who gained posession of the ball, if any.</documentation>
</annotation>
</attribute>
<attribute name="turnover-type" type="string" use="optional">
<annotation>
<documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment about the action.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|