Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note: There are cases where a tournament doesn’t fit the usual definition but can still be represented by a Tournament entity in TODS. Some examples:

  • A tennis ladder at a club - this could take place over a whole season.
  • Davis Cup World Group (to 2018) - matches take place all over the world


2. Tournament Schema

To see a graphical representation of the data model (schema) for the Tournament entity please expand the link below:

Expand
titleView Person Schema Diagram

Image Added

3. Creating a Tournament

The minimum information required to create a Tournament entity is an ID and a name.

...

This is a valid Tournament but not very useful for your clients so you will probably wait until you have some more information about the Tournament - for example the start date - before creating a TODS message.

...

4. Tournament Id

In TournamentId you must supply your unique identifier for the tournament.

...

Info
When you’re exchanging information with a client or supplier it is very likely that you both have an id for the Tournament. To make exchange easier TODS allows for any number of additional ids to be included with Tournament. See ‘How to include multiple identifiers’ for more information.

...


5. Tournament Names

TODS allows for different names for a Tournament to be provided so that clients can use the best one for their situations.

...

PromotionalName: this is for a media-friendly name that is used to promote the tournament, for example ‘Wimbledon 2019’ 

...

6. Adding more information

Once the minimum information has been supplied you can add additional information if it is available or as it becomes available.

...

Info

TODS defines a set of standard attributes that are widely used within tennis. If you need to supply some extra information that doesn’t fit one of the standard attributes you can use an extension. See ‘How to included additional information using extensions’ for more information.


Related Information


Go back to Tennis Open Data Standards home page.