statsTennis

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
net-points-played xs:string optional
Number of points played where the player went forward to the net.
net-points-won xs:string optional
Points won after the player went forward close to the net.
net-points-won-pct xs:string optional
Percentage of points won after the player went forward close to the net. Should be possible to calculate from the other net-xxx attributes.
points-won xs:string optional
Total number of points won.
unforced-errors xs:string optional
Total number of unforced errors performed.
winners xs:string optional
Total number of winning strokes.
winners-backhand xs:string optional
Total number of winning strokes using the backhand.
winners-forehand xs:string optional
Total number of winning strokes using the forehand.
winners-volley xs:string optional
Total number of winning strokes using volley.

Used By

Source

<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>