The score of the player or team presently serving, either love, 15, 30, 40, game. |
<xs:simpleType name="gameResult.Tennis"> <xs:annotation> <xs:documentation>The score of the player or team presently serving, either love, 15, 30, 40, game.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="love"/> <xs:enumeration value="15"/> <xs:enumeration value="30"/> <xs:enumeration value="40"/> <xs:enumeration value="game"/> <xs:enumeration value="ad"/> <xs:enumeration value="deuce"/> </xs:restriction> </xs:simpleType> |