Introduction to the Event
DRAFT DOCUMENTATION
Please note that this documentation is in draft and is not finalised.
We would encourage you provide any comments, questions, or suggestions for changes by use in-line commenting on this page. To do so simply highlight a section of text and then click on the "Comment" option that appears.
1. What is an Event?
Within a tournament the participants usually don’t all play each other. They are split into different groups and compete in those groups to see who is the winner. In TODS each of those groups is an Event. Each Tournament will have at least one event but could have many more. And players may take part in more than one event in each Tournament. Each Event will have a name and some characteristics that define it.
For example:
• Discipline - is this event Tennis, Beach Tennis or Wheelchair?
• EventType - singles, doubles or team
• Age Category - is there a restriction on what age you must be to take part?
• Gender - must players be men, women or is it open to all?
• WheelchairClass - must players be a certain class to take part?
Organisers may have other ways of defining which people can take part in an event - perhaps by World Tennis Number or being resident in a certain area.
2. Event Schema
To see a graphical representation of the data model (schema) for the Event entity please expand the link below:
3. Creating an Event
The mandatory information required to create an Event entity is an id and a name. This would be valid but a normal Event will include at a minimum the ID, name, discipline, event type and gender.
4. Event ID
In EventID you must supply your unique identifier for the event. The value must be unique within the tournament.
Related Information
- Introduction to the Person
- Introduction to Rankings
- Introduction to the Tournament
- Introduction to Participants
- Introduction to the Event
- Introduction to the Stage
- Introduction to the Draw
- Introduction to the MatchUp
- Introduction to Ties
Go back to Tennis Open Data Standards home page.