Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example files

⚠️ WARNING: this page refers to an outdated version of the data standard. Find here the latest version

EventList

This list is used to exchange event information for a number of events, e.g. fixtures.

ClubList

This list is used to exchange information of a number of clubs, e.g. contact addresses and bank accounts. This could be used by a national club register.

CompetitorList

This list is used to exchange non-event specific information on a number of Competitors. This could be used by a national competitor register.

EntryList

This list is used to send entries from a single club to an organizer of an event.

StartList

This list is used for the start list of an event. In fact it could be put on WWW using XSLT (XML Style Language Transformation).

ResultList

This list is used for the result list of an event. In fact it could be put on WWW using XSLT (XML Style Language Transformation).

A result list comes in three types:

  • complete: This is a complete list including all competitors. It should only be used after the event.

  • snapshot: This is also a complete list including all competitors but some may not have started yet, others may still be out running. It is a snapshot of the current standing.

  • delta: This is a file containing only the changes since the last file was sent. It is also a snapshot.

The last two types are intended to be used for "real time" results during the event. The first type is for the final standing after the event.

  • ResultList_example A result list using competitor IDs. This should only be used if the reciever uses the same competitor database and uses the same IDs.
    The list is also a "snapshot" result file.

  • ResultList_example2 A result list also using competitor IDs. It looks much the same as Example 1 but this is a "delta" result file. Only the changes since the last file was sent are included.

  • ResultList_example3 A relay result list also using competitor IDs. It is a "snapshot" file just as Example 1.

CourseData

These data contains courses and controls including starting points and finish controls. This defines all the control and course information. It is typically exchanged between the course setting software and the event software for this to be able to perform punch checking. The data also contains information about the position of the controls on the map so it can be used by map printing software.

  • CourseData_example1 An ordinary event. In fact this is "real" data from Spring Cup.

  • CourseData_example2 A relay event. This is also "real" data from Spring Cup. Beware, it is a quite big file.