<element name="action-basketball-score">
<annotation>
<documentation>Used to record shots that were successful. | Can include update of what the new score is between teams.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:action-basketball-assisting-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 made the shot.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>How many points are given for the goal. Generally: 1, 2, or 3.</documentation>
</annotation>
</attribute>
<attribute name="score-team" type="string" use="optional">
<annotation>
<documentation>The resulting new total score of the team that scored.</documentation>
</annotation>
</attribute>
<attribute name="score-team-opposing" type="string" use="optional">
<annotation>
<documentation>The current total score of the team was scored upon.</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>
|