| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| net-points-played | xs:string | optional |
|
||||
| net-points-won | xs:string | optional |
|
||||
| net-points-won-pct | xs:string | optional |
|
||||
| points-won | xs:string | optional |
|
||||
| unforced-errors | xs:string | optional |
|
||||
| winners | xs:string | optional |
|
||||
| winners-backhand | xs:string | optional |
|
||||
| winners-forehand | xs:string | optional |
|
||||
| winners-volley | xs:string | optional |
|
| Complex Type | baseTennisStatsComplexType |
<xs:attributeGroup name="statsTennis"> <xs:attribute name="net-points-won" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Points won after the player went forward close to the net.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="net-points-played" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Number of points played where the player went forward to the net.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="net-points-won-pct" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Percentage of points won after the player went forward close to the net. Should be possible to calculate from the other net-xxx attributes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="points-won" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of points won.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="winners" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of winning strokes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="winners-forehand" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of winning strokes using the forehand.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="winners-backhand" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of winning strokes using the backhand.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="winners-volley" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of winning strokes using volley.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="unforced-errors" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Total number of unforced errors performed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |