<element name="action-tennis-point">
<annotation>
<documentation>Can be recorded whenever a point is won. | Includes an identifier for how that point was one.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:action-tennis-volley" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateTennis" />
<attribute name="winner-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the player or team (for doubles) who won the point.</documentation>
</annotation>
</attribute>
<attribute name="win-type" type="sportsml:winType.Tennis" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|