tennisEventMetadataComplexType

Metadata about the specific tennis match. | When in the match this document was issued.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
game xs:string optional
Wich game in the current set this item covers. Generally 1 through 7.
number-of-sets xs:string optional
How many sets the match is played for. Normally 3 or 5.
receiver-idref xs:IDREF optional
A pointer to the player-id or team-id who received the served ball on this point.
receiver-score gameResult.Tennis optional
The score of the player or team presently receiving, either love, 15, 30, 40, game.
serve-number restriction of xs:string optional
Identifying either the first or second serve.
server-idref xs:IDREF optional
A pointer to the player-id or team-id who served the ball on this point.
server-score gameResult.Tennis optional
The score of the player or team presently serving, either love, 15, 30, 40, game.
set xs:string optional
Which set in the game this item covers. Normally 1,2,3,4 or 5.

Used By

Source

<xs:complexType name="tennisEventMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Metadata about the specific tennis match. | When in the match this document was issued.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="eventStateTennis"/>
  <xs:attribute name="number-of-sets" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>How many sets the match is played for. Normally 3 or 5.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>