<element name="action-basketball-score-attempt">
<annotation>
<documentation>Used to record shots that are NOT made. | If the shot was made, use the action-basketball-score.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:action-basketball-assisting-player" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:action-basketball-rebounder" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:action-basketball-blocking-player" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="player-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the player who attempted the shot.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
<annotation>
<documentation>What type of shot it was.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="shot-location" type="string" use="optional">
<annotation>
<documentation>A string indicating where on the court the shot was taken from. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|