<element name="stats-tennis-set">
<annotation>
<documentation>Holds the score of a set. | Includes an attribute for a set's tiebreaker score.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-tennis-game" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="set-number" type="string" use="optional">
<annotation>
<documentation>An integer, generally 1 through 7.</documentation>
</annotation>
</attribute>
<attribute name="score" type="string" use="optional">
<annotation>
<documentation>Either love, 15, 30, 40, game.</documentation>
</annotation>
</attribute>
<attribute name="score-tiebreaker" type="string" use="optional">
<annotation>
<documentation>An integer. Generally 0 through 7.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|