<element name="team-stats-tennis">
<annotation>
<documentation>Holds tennis-specific stats. Used for doubles matches. | Generally having to do with the score of the match.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-tennis-service" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-tennis-return" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-tennis-set" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
</complexType>
</element>
|