---
title: |-
  Explanation of the FIS Data Exchange XML Protocol
  Alpine Skiing
version: "2.12"
date: 2026-09-10
documentName: Alpine Result XML Description
documentType: XML Protocol Description
author: FIS IT
theme: dark
toc: true
tocDepth: 3
cover: true
chapterNumbering: true
headerTitle: Alpine Result XML Description
footerDateFormat: YYYY-MM-DD
---

## Table of contents

- [1. General](#1-general)
- [2. Structure of XML](#2-structure-of-xml)
  - [2.1 `<Fisresults>`](#21-fisresults)
  - [2.2 `<Raceheader>`](#22-raceheader)
    - [2.2.1 `<Racedate>`](#221-racedate)
  - [2.3 `<AL_race>`](#23-al_race)
    - [2.3.1 `<AL_raceinfo>`](#231-al_raceinfo)
    - [2.3.2 `<Jury>`](#232-jury)
    - [2.3.3 `<Member>`](#233-member)
    - [2.3.4 `<Runinfo>`](#234-runinfo)
    - [2.3.5 `<Course>`](#235-course)
    - [2.3.6 `<Coursesetter>`](#236-coursesetter)
    - [2.3.7 `<Forerunner>`](#237-forerunner)
    - [2.3.8 `<Intermediate>`](#238-intermediate)
    - [2.3.9 `<Weather>`](#239-weather)
- [3. Result for individual competition](#3-result-for-individual-competition)
  - [3.1 `<AL_classified>`](#31-al_classified)
  - [3.2 `<AL_ranked>`](#32-al_ranked)
  - [3.3 `<Competitor>`](#33-competitor)
  - [3.4 `<AL_result>`](#34-al_result)
  - [3.5 `<AL_resultdetail>`](#35-al_resultdetail)
  - [3.6 `<Run>`](#36-run)
  - [3.7 `<Intermediate>`](#37-intermediate)
  - [3.8 `<AL_notclassified>`](#38-al_notclassified)
  - [3.9 `<AL_notranked>`](#39-al_notranked)
  - [3.10 `<Competitor>`](#310-competitor)
  - [3.11 `<AL_result>`](#311-al_result)
  - [3.12 `<AL_resultdetail>`](#312-al_resultdetail)
  - [3.13 `<Run>`](#313-run)
  - [3.14 `<Intermediate>`](#314-intermediate)
- [4. Result for team competition](#4-result-for-team-competition)
  - [4.1 `<AL_classified>`](#41-al_classified)
  - [4.2 `<AL_ranked>`](#42-al_ranked)
  - [4.3 `<Team>`](#43-team)
  - [4.4 `<AL_result>`](#44-al_result)
  - [4.5 `<AL_team>`](#45-al_team)
  - [4.6 `<AL_ranked>`](#46-al_ranked)
  - [4.7 `<Competitor>`](#47-competitor)
  - [4.8 `<AL_result>`](#48-al_result)
  - [4.9 `<AL_notclassified>`](#49-al_notclassified)
  - [4.10 `<AL_notranked>`](#410-al_notranked)
  - [4.11 `<Team>`](#411-team)
  - [4.12 `<AL_team>`](#412-al_team)
  - [4.13 `<AL_notranked>`](#413-al_notranked)
  - [4.14 `<Competitor>`](#414-competitor)
  - [4.15 `<AL_result>`](#415-al_result)
- [5. Example individual competition](#5-example-individual-competition)
- [6. Example team competition](#6-example-team-competition)
- [7. Document Control](#7-document-control)

# 1. General

This document provides an explanation of the protocol used for the FIS Data Exchange for start lists, intermediate results, results and standings.

Encoding should be in UTF8.

If optional elements are used (not empty) they should at least contain the required child elements.

Language for the content is English.

File name of the xml files: &lt;NSA code&gt;&lt;race codex (4 digits)&gt;.xml<br> Example: AUT1234.xml

Result XML files can be sent as one file or also more than one file within one email. Files can be also sent packed in ZIP file. The ZIP should only contain the result file(s) but no folders or hidden system files.

Send the results to [results@fis-ski.com](mailto:results@fis-ski.com).

Please note that the examples do not need to be correct in terms of data but should only show the XML structure.

# 2. Structure of XML

## 2.1 `<Fisresults>`

The general term for the results of all FIS competitions, root element

| Element        | Child elements                                                                                                                                                                                                                       | Description                                                                                                                                                                   | Required |
|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Raceheader>` | `<Season>`<br>`<Codex>`<br>`<Nation>`<br>`<Discipline>`<br>`<Category>`<br>`<Type>`<br>`<Training>`<br>`<Speedcodex>`<br>`<Eventname>`<br>`<Place>`<br>`<Racedate>`<br>`<Tempunit>`<br>`<Longunit>`<br>`<Speedunit>`<br>`<Windunit>` | Information to define each event. The following information is applicable to all Fis Disciplines. Each Fis Discipline has a specific race header with further technical data. | required |
| `<AL_race>`    | `<AL_raceinfo>`<br>`<AL_classified>`<br>`<AL_notclassified>`                                                                                                                                                                         | Information about the race and results                                                                                                                                        | required |

Attributes of `<Raceheader>`:

| Element        | Attribute | Attribute values                  |
|----------------|-----------|-----------------------------------|
| `<Raceheader>` | `Sector`  | AL                                |
| `<Raceheader>` | `Gender`  | M = Men<br>W = Women<br>A = Mixed |

## 2.2 `<Raceheader>`

| Element        | Data    | Child elements                   | Description                                                                                                                                                                                                                                                                                                 | Required |
|----------------|---------|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Season>`     | integer |                                  | Season, ie. 2012 for June 2011 - May 2012                                                                                                                                                                                                                                                                   | required |
| `<Codex>`      | Integer |                                  | The unique 4 digits identification number for each competition with the Fis Discipline (latest details can be found in the calendar section of the FIS website)                                                                                                                                             | required |
| `<Nation>`     | string  |                                  | The three letter FIS code for the organizing nation (latest details can be found in the calendar section of the FIS website)                                                                                                                                                                                | required |
| `<Discipline>` | string  |                                  | The respective discipline<br>DH – Downhill<br>SL – Slalom<br>GS – Giant Slalom<br>SG – Super G<br>AC – Alpine Combined<br>TE – Team<br>KOS – KO Slalom<br>KOG – KO Giant Slalom<br>PGS – Parallel Giant Slalom<br>PSL – Parallel Slalom<br>CE – City Event<br>IND – Indoor<br>P – Parallel<br>CAR – Carving | required |
| `<Category>`   | string  |                                  | The FIS abbreviation for the category of competition specific to the Fis Discipline (see appendix)<br>According category provided in FIS calendar                                                                                                                                                           | required |
| `<Type>`       | string  |                                  | Type of content<br>Startlist – Startlist<br>Partial – Partial unofficial result<br>Unofficial – Unofficial result<br>Official – Official result                                                                                                                                                             | required |
| `<Training>`   | string  |                                  | Number of training<br>1<br>2<br>3<br>…                                                                                                                                                                                                                                                                      | optional |
| `<Speedcodex>` | integer |                                  | Race codex of speed race for Alpine Combined<br>(description see Codex)                                                                                                                                                                                                                                     | optional |
| `<Eventname>`  | string  |                                  | Name of event as published in FIS calendar                                                                                                                                                                                                                                                                  | optional |
| `<Place>`      | string  |                                  | Resort, town, etc. of competition venue                                                                                                                                                                                                                                                                     | optional |
| `<Racedate>`   |         | `<Day>`<br>`<Month>`<br>`<Year>` | Date of race                                                                                                                                                                                                                                                                                                | optional |
| `<Tempunit>`   | string  |                                  | Unit of the temperature<br>C = Celsius<br>F = Fahrenheit<br>K = Kelvin                                                                                                                                                                                                                                      | optional |
| `<Longunit>`   | string  |                                  | Unit of length<br>Remark: i.e. if ‘m’ is long unit intermediate points in ‘km’ need to be send as ‘m’<br>m = Meter<br>km = Kilometer<br>mi = Miles<br>in = Inch<br>yd = Yard                                                                                                                                | optional |
| `<Speedunit>`  | string  |                                  | Unit of speed of an athlete attempt<br>km/h = Kilometer/Hour<br>mph = Miles/Hour<br>ms = Meter/Second                                                                                                                                                                                                       | optional |
| `<Windunit>`   | string  |                                  | Unit wind speed<br>ms = Meter/Second<br>kmh = Kilometer/Hour<br>mph = Miles/Hour<br>kn = Knots<br>bft = Beaufort                                                                                                                                                                                            | optional |

### 2.2.1 `<Racedate>`

| Element   | Data    | Description                                                | Required |
|-----------|---------|------------------------------------------------------------|----------|
| `<Day>`   | integer | Day in numerical form: 1, 11, 21, etc.                     | required |
| `<Month>` | integer | Month in numerical form: 1, 2, 10, etc.                    | required |
| `<Year>`  | integer | Year in four digits numerical form: 2000, 2001, 2002, etc. | required |

## 2.3 `<AL_race>`

| Element              | Child elements                                                                                                                                                                                                                  | Description                                               | Required |
|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|----------|
| `<AL_raceinfo>`      | `<Usedfislist>`<br>`<Appliedpenalty>`<br>`<Calculatedpenalty>`<br>`<Fvalue>`<br>`<Jury>`<br>`<Member>`<br>`<Runinfo>`<br>`<Timingby>`<br>`<Dataprocessingby>`<br>`<Softwarecompany>`<br>`<Softwarename>`<br>`<Softwareversion>` | Specific technical data about each race                   | required |
| `<AL_classified>`    | `<AL_ranked>`                                                                                                                                                                                                                   | All competitors who are classified in the competition     | required |
| `<AL_notclassified>` | `<AL_notranked>`                                                                                                                                                                                                                | All competitors who are not classified in the competition | required |

### 2.3.1 `<AL_raceinfo>`

| Element               | Data    | Child elements                                                           | Description                                                                                                                                                                                                                         | Required |
|-----------------------|---------|--------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Usedfislist>`       | string  |                                                                          | FIS list number which is used for the preparation of the start list and the for calculation of FIS point penalty based on the results                                                                                               | optional |
| `<Appliedpenalty>`    | decimal |                                                                          | Penalty of race which is applied. This may differ from the calculated penalty in case the calculated penalty is lower than the minimum allowed for the category of competition or above the maximum for the category of competition | optional |
| `<Calculatedpenalty>` | decimal |                                                                          | Penalty of race which is calculated                                                                                                                                                                                                 | optional |
| `<Fvalue>`            | integer |                                                                          | Valid F value for the discipline according the current FIS point rules                                                                                                                                                              | optional |
| `<Jury>`              |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>`<br>`<Phonenbr>`<br>`<Email>` | Details about the competition Jury                                                                                                                                                                                                  | required |
| `<Member>`            |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>`                              | Details about the competition Jury member                                                                                                                                                                                           | required |
| `<Runinfo>`           |         | `<Course>`<br>`<Member>`<br>`<Starttime>`<br>`<Endtime>`<br>`<Weather>`  |                                                                                                                                                                                                                                     |          |
| `<Timingby>`          | string  |                                                                          | Timing or Scoring by company                                                                                                                                                                                                        | optional |
| `<Dataprocessingby>`  | string  |                                                                          | Data processing by company                                                                                                                                                                                                          | optional |
| `<Softwarecompany>`   | string  |                                                                          | Name of software company                                                                                                                                                                                                            | optional |
| `<Softwarename>`      | string  |                                                                          | Name of timing/scoring software                                                                                                                                                                                                     | optional |
| `<Softwareversion>`   | string  |                                                                          | Version of the timing/scoring software                                                                                                                                                                                              | optional |

Attributes of the elements above:

| Element     | Attribute  | Attribute values                                                                                                             |
|-------------|------------|------------------------------------------------------------------------------------------------------------------------------|
| `<Jury>`    | `Function` | TechnicalDelegate<br>ChiefRace<br>Referee<br>Assistantreferee<br>ChiefCourse<br>Startreferee<br>Finishreferee<br>ChiefTiming |
| `<Member>`  | `Function` | ChiefRace<br>Referee<br>Assistantreferee<br>ChiefCourse<br>Startreferee<br>Finishreferee<br>ChiefTiming                      |
| `<Runinfo>` | `No`       | Number of run                                                                                                                |

### 2.3.2 `<Jury>`

| Element       | Data   | Description                              | Required |
|---------------|--------|------------------------------------------|----------|
| `<Lastname>`  | string | Last name jury member                    | required |
| `<Firstname>` | string | First name jury member                   | required |
| `<Nation>`    | string | Nation (FIS abbreviation) of jury member | required |
| `<Email>`     | string | Email of jury member                     | optional |
| `<Phonenbr>`  | string | Phone number of jury member              | optional |

### 2.3.3 `<Member>`

| Element       | Data   | Description                              | Required |
|---------------|--------|------------------------------------------|----------|
| `<Lastname>`  | string | Last name jury member                    | required |
| `<Firstname>` | string | First name jury member                   | required |
| `<Nation>`    | string | Nation (FIS abbreviation) of jury member | required |

### 2.3.4 `<Runinfo>`

| Element       | Child elements                                                                                                                                                           | Description                                                                            | Required                               |
|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------|
| `<Course>`    | `<Name>`<br>`<Homologation>`<br>`<Length>`<br>`<Gates>`<br>`<Turninggates>`<br>`<Startelev>`<br>`<Finishelev>`<br>`<Coursesetter>`<br>`<Forerunner>`<br>`<Intermediate>` | For team run 1 and run 2 must be sent (normally the same data for course red and blue) | required                               |
| `<Weather>`   | `<Time>`<br>`<Place>`<br>`<Weather>`<br>`<Snow>`<br>`<Temperatureair>`<br>`<Temperaturesnow>`<br>`<Humidity>`<br>`<Windspeed>`<br>`<Winddirection>`                      |                                                                                        | optional                               |
| `<Starttime>` |                                                                                                                                                                          | Start time of the run<br>Time in 24h, HH:MM                                            | required                               |
| `<Endtime>`   |                                                                                                                                                                          | End time of the run<br>Time in 24h, HH:MM                                              | optional,<br>required for OWG, WSC, WC |

### 2.3.5 `<Course>`

| Element          | Data    | Child elements                              | Description                    | Required |
|------------------|---------|---------------------------------------------|--------------------------------|----------|
| `<Name>`         | string  |                                             | Name of the course             | optional |
| `<Homologation>` | string  |                                             | published homologation no.     | required |
| `<Length>`       | Integer |                                             | Length of the course           | optional |
| `<Gates>`        | integer |                                             | Number of gates                | required |
| `<Turninggates>` | integer |                                             | Number of turns                | required |
| `<Startlelev>`   | integer |                                             | Altitude of the start          | required |
| `<Finishelev>`   | integer |                                             | Altitude of the finish         | required |
| `<Coursesetter>` |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>` | Course setter of the run       | required |
| `<Forerunner>`   |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>` | Forerunner information         | optional |
| `<Intermediate>` |         | `<Distance>`                                | Intermediate point information | optional |

Attributes of the elements above:

| Element          | Attribute | Attribute values                                                                                            |
|------------------|-----------|-------------------------------------------------------------------------------------------------------------|
| `<Forerunner>`   | `Order`   | Number of forerunner                                                                                        |
| `<Intermediate>` | `i`       | Order number of intermediate point, counts up over all courses<br>1-98 = intermediate points<br>99 = Finish |
| `<Intermediate>` | `type`    | time<br>speed                                                                                               |

### 2.3.6 `<Coursesetter>`

| Element       | Data   | Description                             | Required |
|---------------|--------|-----------------------------------------|----------|
| `<Lastname>`  | string | Last name course setter                 | required |
| `<Firstname>` | string | First name course setter                | required |
| `<Nation>`    | string | Nation (FIS abbreviation) course setter | required |

### 2.3.7 `<Forerunner>`

| Element       | Data   | Description                          | Required |
|---------------|--------|--------------------------------------|----------|
| `<Lastname>`  | string | Last name forerunner                 | required |
| `<Firstname>` | string | First name forerunner                | required |
| `<Nation>`    | string | Nation (FIS abbreviation) forerunner | required |

### 2.3.8 `<Intermediate>`

| Element      | Data   | Description                                           | Required |
|--------------|--------|-------------------------------------------------------|----------|
| `<Distance>` | string | Distance in long unit or name of intermediate point i | optional |

### 2.3.9 `<Weather>`

| Element             | Data    | Description                         | Required |
|---------------------|---------|-------------------------------------|----------|
| `<Time>`            | string  | Time of the weather recording       | optional |
| `<Place>`           | string  | Place of weather recording          | optional |
| `<Weather>`         | string  | Description of weather conditions   | optional |
| `<Snow>`            | string  | Description of snow conditions      | optional |
| `<Temperatureair>`  | decimal | Air Temperature competition (2.5)   | optional |
| `<Temperaturesnow>` | decimal | Snow Temperature competition (-3.5) | optional |
| `<Humiditystart>`   | integer | Air humidity competition start (78) | optional |
| `<Windspeed>`       | decimal | Wind speed (3.5)                    | optional |

# 3. Result for individual competition

## 3.1 `<AL_classified>`

| Element       | Child elements                                                                             | Description                          | Required |
|---------------|--------------------------------------------------------------------------------------------|--------------------------------------|----------|
| `<AL_ranked>` | `<Rank>`<br>`<Order>`<br>`<Bib>`<br>`<Competitor>`<br>`<AL_result>`<br>`<AL_resultdetail>` | Details of each competitor’s results | required |

Attributes of `<AL_ranked>`:

| Element       | Attribute | Attribute values         |
|---------------|-----------|--------------------------|
| `<AL_ranked>` | `Status`  | QLF = completed the race |

## 3.2 `<AL_ranked>`

| Element             | Data    | Child elements                                                                                              | Description                                       | Required |
|---------------------|---------|-------------------------------------------------------------------------------------------------------------|---------------------------------------------------|----------|
| `<Rank>`            | integer |                                                                                                             | The competitor’s position in the race             | required |
| `<Order>`           | integer |                                                                                                             | The competitor’s order position in the start list | required |
| `<Bib>`             | string  |                                                                                                             | The competitor’s starting bib from the first run  | required |
| `<Competitor>`      |         | `<Fiscode>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Gender>`<br>`<Nation>`<br>`<Yearofbirth>`<br>`<Clubname>` | Details of a competitor                           | required |
| `<AL_result>`       |         | `<Timerun1>`<br>`<Timerun2>`<br>`<Timerun3>`<br>`<Totaltime>`<br>`<Diff>`<br>`<Racepoints>`<br>`<Level>`    | Details of the result of the competitor           | required |
| `<AL_resultdetail>` |         | `<Run>`                                                                                                     | Details of run and race result                    | optional |

## 3.3 `<Competitor>`

| Element         | Data    | Description                                                                                                                                                                                                                                                                                             | Required |
|-----------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`     | string  | The competitor’s personal and unique FIS code. Every competitor must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Lastname>`    | string  | The competitor’s last name as it appears on the FIS list                                                                                                                                                                                                                                                | required |
| `<Firstname>`   | string  | The competitor’s first name as it appears on the FIS list                                                                                                                                                                                                                                               | required |
| `<Gender>`      | string  | Gender of competitor<br>M = Male<br>F = Female                                                                                                                                                                                                                                                          | optional |
| `<Nation>`      | string  | The competitor’s nation using the FIS abbreviation                                                                                                                                                                                                                                                      | required |
| `<Yearofbirth>` | integer | The competitor’s year of birth as it appears on the FIS list (i.e. 1987)                                                                                                                                                                                                                                | optional |
| `<Clubname>`    | String  | Name of club of competitor                                                                                                                                                                                                                                                                              | optional |

## 3.4 `<AL_result>`

| Element        | Data    | Description                                                                                                                                          | Required |
|----------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Timerun1>`   | string  | Time of 1st run<br>MM:SS:ZZ                                                                                                                          | required |
| `<Timerun2>`   | string  | Time of 2nd run<br>MM:SS:ZZ                                                                                                                          | optional |
| `<Timerun3>`   | string  | Time of 3rd run<br>MM:SS:ZZ                                                                                                                          | optional |
| `<Totaltime>`  | string  | Total time of race<br>MM:SS:ZZ                                                                                                                       | required |
| `<Diff>`       | string  | Time difference on finish<br>MM:SS:ZZ                                                                                                                | optional |
| `<Racepoints>` | decimal | Race (FIS) points                                                                                                                                    | required |
| `<Level>`      | string  | phase reached<br>final<br>smallfinal<br>semifinal<br>quarterfinal<br>eightfinal<br>qualification<br>sixteenfinal<br>thirtytwofinal<br>sixtyfourfinal | optional |

## 3.5 `<AL_resultdetail>`

| Element | Child elements   | Description | Required |
|---------|------------------|-------------|----------|
| `<Run>` | `<Intermediate>` | Run details | optional |

Attributes of `<Run>`:

| Element | Attribute | Attribute values                                                            |
|---------|-----------|-----------------------------------------------------------------------------|
| `<Run>` | `no`      | Number of run<br>1-3 = run result details<br>tot = cumulated result details |

## 3.6 `<Run>`

| Element          | Child elements                                                                                      | Description                     | Required |
|------------------|-----------------------------------------------------------------------------------------------------|---------------------------------|----------|
| `<Intermediate>` | `<Time>`<br>`<Diff>`<br>`<Rank>`<br>`<Speed>`<br>`<Sectortime>`<br>`<Sectordiff>`<br>`<Sectorrank>` | Intermediate result information | optional |

Attributes of `<Intermediate>`:

| Element          | Attribute | Attribute values                                                                |
|------------------|-----------|---------------------------------------------------------------------------------|
| `<Intermediate>` | `i`       | Order number of intermediate point<br>1-98 = intermediate points<br>99 = Finish |

## 3.7 `<Intermediate>`

| Element        | Data    | Description                                                                                                                        | Required |
|----------------|---------|------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Time>`       | string  | Time on intermediate point i<br>MM:SS:ZZ                                                                                           | required |
| `<Diff>`       | string  | Time difference on intermediate point i<br>MM:SS:ZZ                                                                                | optional |
| `<Rank>`       | integer | Rank on intermediate point i                                                                                                       | required |
| `<Speed>`      | decimal | Speed on intermediate point i in speed unit<br>(Speed can be also used without using Time, Diff and Rank on an intermediate point) | optional |
| `<Sectortime>` | string  | Time of the last sector (last intermediate point to current intermediate point)<br>MM:SS:ZZ                                        | optional |
| `<Sectordiff>` | string  | Time difference of a sector<br>MM:SS:ZZ                                                                                            | optional |
| `<Sectorrank>` | integer | Rank of the last sector                                                                                                            | optional |

## 3.8 `<AL_notclassified>`

| Element          | Child elements                                                 | Description                          | Required |
|------------------|----------------------------------------------------------------|--------------------------------------|----------|
| `<AL_notranked>` | `<Run>`<br>`<Bib>`<br>`<Competitor>`<br>`<Gate>`<br>`<Reason>` | Details of each competitor’s results | optional |

Attributes of `<AL_notranked>`:

| Element          | Attribute | Attribute values                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
|------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<AL_notranked>` | `Status`  | DNS = Did not start<br>DNS1 = Did not start run 1<br>DNS2 = Did not start run 2<br>DSQ = Disqualified<br>DSQ1 = Disqualified run 1<br>DSQ2 = Disqualified run 2<br>DNF = Did not finish<br>DNF1 = Did not finish run 1<br>DNF2 = Did not finish run 2<br>DNQ = Did not qualify<br>DNQ1 = Did not qualify run 1<br>DPO = Doping offense<br>NPS = Not permitted to start<br>DQB = Disqualification for unsportsmanlike behavior<br>DQO = Disqualified for over quota |

## 3.9 `<AL_notranked>`

| Element             | Data    | Child elements                                                                                              | Description                                                   | Required |
|---------------------|---------|-------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|----------|
| `<Run>`             | Integer |                                                                                                             | Number of run                                                 | required |
| `<Bib>`             | string  |                                                                                                             | The competitor’s starting bib from the first run              | required |
| `<Competitor>`      |         | `<Fiscode>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Gender>`<br>`<Nation>`<br>`<Yearofbirth>`<br>`<Clubname>` | Details of a competitor                                       | required |
| `<Gate>`            | integer |                                                                                                             | Gate number where the infraction took place<br>(only for DSQ) | optional |
| `<AL_result>`       |         | `<Timerun1>`<br>`<Timerun2>`<br>`<Timerun3>`<br>`<Totaltime>`<br>`<Diff>`<br>`<Racepoints>`<br>`<Level>`    | Details of the result of the competitor                       | optional |
| `<AL_resultdetail>` |         | `<Intermediate>`                                                                                            | Details of race result                                        | optional |
| `<Reason>`          | string  |                                                                                                             | Reference to ICR rule number for disqualification offence     | optional |

Attributes of `<AL_resultdetail>`:

| Element             | Attribute | Attribute values                                                            |
|---------------------|-----------|-----------------------------------------------------------------------------|
| `<AL_resultdetail>` | `Run`     | Number of run<br>1-3 = run result details<br>tot = cumulated result details |

## 3.10 `<Competitor>`

| Element         | Data    | Description                                                                                                                                                                                                                                                                                             | Required |
|-----------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`     | string  | The competitor’s personal and unique FIS code. Every competitor must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Lastname>`    | string  | The competitor’s last name as it appears on the FIS list                                                                                                                                                                                                                                                | required |
| `<Firstname>`   | string  | The competitor’s first name as it appears on the FIS list                                                                                                                                                                                                                                               | required |
| `<Gender>`      | string  | Gender of competitor<br>M = Male<br>F = Female                                                                                                                                                                                                                                                          | optional |
| `<Nation>`      | string  | The competitor’s nation using the FIS abbreviation                                                                                                                                                                                                                                                      | required |
| `<Yearofbirth>` | integer | The competitor’s year of birth as it appears on the FIS list (ie. 1987)                                                                                                                                                                                                                                 | optional |
| `<Clubname>`    | String  | Name of club of competitor                                                                                                                                                                                                                                                                              | optional |

## 3.11 `<AL_result>`

| Element        | Data    | Description                                                                                                                                          | Required |
|----------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Timerun1>`   | string  | Time of 1st run<br>MM:SS:ZZ                                                                                                                          | required |
| `<Timerun2>`   | string  | Time of 2nd run<br>MM:SS:ZZ                                                                                                                          | optional |
| `<Timerun3>`   | string  | Time of 3rd run<br>MM:SS:ZZ                                                                                                                          | optional |
| `<Totaltime>`  | string  | Total time of race<br>MM:SS:ZZ                                                                                                                       | optional |
| `<Diff>`       | string  | Time difference on finish<br>MM:SS:ZZ                                                                                                                | optional |
| `<Racepoints>` | decimal | Race (FIS) points                                                                                                                                    | required |
| `<Level>`      | string  | phase reached<br>final<br>smallfinal<br>semifinal<br>quarterfinal<br>eightfinal<br>qualification<br>sixteenfinal<br>thirtytwofinal<br>sixtyfourfinal | optional |

## 3.12 `<AL_resultdetail>`

| Element | Child elements   | Description            | Required |
|---------|------------------|------------------------|----------|
| `<Run>` | `<Intermediate>` | run result information | optional |

Attributes of `<Run>`:

| Element | Attribute | Attribute values                                                            |
|---------|-----------|-----------------------------------------------------------------------------|
| `<Run>` | `no`      | Number of run<br>1-3 = run result details<br>tot = cumulated result details |

## 3.13 `<Run>`

| Element          | Child elements                                                                                      | Description                     | Required |
|------------------|-----------------------------------------------------------------------------------------------------|---------------------------------|----------|
| `<Intermediate>` | `<Time>`<br>`<Diff>`<br>`<Rank>`<br>`<Speed>`<br>`<Sectortime>`<br>`<Sectordiff>`<br>`<Sectorrank>` | Intermediate result information | optional |

Attributes of `<Intermediate>`:

| Element          | Attribute | Attribute values                                                                                            |
|------------------|-----------|-------------------------------------------------------------------------------------------------------------|
| `<Intermediate>` | `i`       | Order number of intermediate point, counts up over all courses<br>1-98 = intermediate points<br>99 = Finish |

## 3.14 `<Intermediate>`

| Element        | Data    | Description                                                                                                                        | Required |
|----------------|---------|------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Time>`       | string  | Time on intermediate point i<br>MM:SS:ZZ                                                                                           | required |
| `<Diff>`       | string  | Time difference on intermediate point i<br>MM:SS:ZZ                                                                                | optional |
| `<Rank>`       | integer | Rank on intermediate point i                                                                                                       | required |
| `<Speed>`      | decimal | Speed on intermediate point i in speed unit<br>(Speed can be also used without using Time, Diff and Rank on an intermediate point) | optional |
| `<Sectortime>` | string  | Time of the last sector (last intermediate point to current intermediate point)<br>MM:SS:ZZ                                        | optional |
| `<Sectordiff>` | string  | Time difference of a sector<br>MM:SS:ZZ                                                                                            | optional |
| `<Sectorrank>` | integer | Rank of the last sector                                                                                                            | optional |

# 4. Result for team competition

## 4.1 `<AL_classified>`

| Element       | Child elements                                               | Description                  | Required |
|---------------|--------------------------------------------------------------|------------------------------|----------|
| `<AL_ranked>` | `<Rank>`<br>`<Team>`<br>`<AL_result>`<br>`<AL_resultdetail>` | Details of each team results | required |

Attributes of `<AL_ranked>`:

| Element       | Attribute | Attribute values         |
|---------------|-----------|--------------------------|
| `<AL_ranked>` | `Status`  | QLF = completed the race |

## 4.2 `<AL_ranked>`

| Element       | Data    | Child elements                            | Description                               | Required |
|---------------|---------|-------------------------------------------|-------------------------------------------|----------|
| `<Rank>`      | integer |                                           |                                           | required |
| `<Order>`     | integer |                                           | The team order position in the start list | required |
| `<Team>`      |         | `<Fiscode>`<br>`<Teamname>`<br>`<Nation>` | Details of a team                         | required |
| `<AL_result>` |         | `<Level>`                                 | Details of the result of the team         | required |
| `<AL_team>`   |         | `<AL_ranked>`                             |                                           | optional |

## 4.3 `<Team>`

| Element      | Data   | Description                                                                                                                                                                                                                                                                    | Required |
|--------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`  | string | The team’s unique FIS code. Every team must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Teamname>` | string | The team name as it appears on the FIS list                                                                                                                                                                                                                                    | required |
| `<Nation>`   | string | The team nation using the FIS abbreviation                                                                                                                                                                                                                                     | required |
| `<Bib>`      | String | Bib for team                                                                                                                                                                                                                                                                   | required |

## 4.4 `<AL_result>`

| Element   | Data   | Description                                                                                                                                          | Required |
|-----------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Level>` | string | phase reached<br>final<br>smallfinal<br>semifinal<br>quarterfinal<br>eightfinal<br>qualification<br>sixteenfinal<br>thirtytwofinal<br>sixtyfourfinal | optional |

## 4.5 `<AL_team>`

| Element       | Child elements                                         | Description                                   | Required |
|---------------|--------------------------------------------------------|-----------------------------------------------|----------|
| `<AL_ranked>` | `<Competitor>`<br>`<AL_result>`<br>`<AL_resultdetail>` | Details of team and each competitor’s results | optional |

## 4.6 `<AL_ranked>`

| Element             | Child elements                                                                                                         | Description             | Required |
|---------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------|----------|
| `<Competitor>`      | `<Bib>`<br>`<Fiscode>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Gender>`<br>`<Nation>`<br>`<Yearofbirth>`<br>`<Clubname>` | Details of a competitor | required |
| `<AL_result>`       | `<Rank>`<br>`<Color>`<br>`<Totaltime>`<br>`<Level>`<br>`<Points>`                                                      |                         | required |
| `<AL_resultdetail>` | `<Intermediate>`                                                                                                       |                         | optional |

Attributes of the elements above:

| Element             | Attribute | Attribute values         |
|---------------------|-----------|--------------------------|
| `<AL_result>`       | `Run`     | Number of run            |
| `<AL_result>`       | `Status`  | QLF = completed the race |
| `<AL_resultdetail>` | `Run`     | Number of run            |

## 4.7 `<Competitor>`

| Element         | Data    | Description                                                                                                                                                                                                                                                                                             | Required |
|-----------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Bib>`         | string  | The competitor’s starting bib                                                                                                                                                                                                                                                                           | required |
| `<Fiscode>`     | string  | The competitor’s personal and unique FIS code. Every competitor must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Lastname>`    | string  | The competitor’s last name as it appears on the FIS list                                                                                                                                                                                                                                                | required |
| `<Firstname>`   | string  | The competitor’s first name as it appears on the FIS list                                                                                                                                                                                                                                               | required |
| `<Gender>`      | string  | Gender of competitor<br>M = Male<br>F = Female                                                                                                                                                                                                                                                          | required |
| `<Nation>`      | string  | The competitor’s nation using the FIS abbreviation                                                                                                                                                                                                                                                      | required |
| `<Yearofbirth>` | integer | The competitor’s year of birth as it appears on the FIS list (ie. 1987)                                                                                                                                                                                                                                 | optional |
| `<Clubname>`    | String  | Name of club of competitor                                                                                                                                                                                                                                                                              | optional |

## 4.8 `<AL_result>`

| Element       | Data    | Description                                                                                                                                          | Required |
|---------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Rank>`      | integer | The competitor’s position in the race                                                                                                                | required |
| `<Color>`     | string  | Color of the Bib<br>red<br>blue                                                                                                                      | optional |
| `<Totaltime>` | String  | Total time of race<br>MM:SS:ZZ                                                                                                                       | required |
| `<Level>`     | string  | phase reached<br>final<br>smallfinal<br>semifinal<br>quarterfinal<br>eightfinal<br>qualification<br>sixteenfinal<br>thirtytwofinal<br>sixtyfourfinal | required |
| `<Points>`    | decimal | Points for run                                                                                                                                       | required |

Attributes of `<Level>`:

| Element   | Attribute | Attribute values        |
|-----------|-----------|-------------------------|
| `<Level>` | `Heat`    | Number of heat in phase |
<!-- pagebreak -->

## 4.9 `<AL_notclassified>`

| Element          | Child elements                                    | Description                   | Required |
|------------------|---------------------------------------------------|-------------------------------|----------|
| `<AL_notranked>` | `<Team>`<br>`<AL_team>`<br>`<Gate>`<br>`<Reason>` | Details of each teams results | required |

Attributes of `<AL_notranked>`:

| Element          | Attribute | Attribute values                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
|------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<AL_notranked>` | `Status`  | DNS = Did not start<br>DNS1 = Did not start run 1<br>DNS2 = Did not start run 2<br>DSQ = Disqualified<br>DSQ1 = Disqualified run 1<br>DSQ2 = Disqualified run 2<br>DNF = Did not finish<br>DNF1 = Did not finish run 1<br>DNF2 = Did not finish run 2<br>DNQ = Did not qualify<br>DNQ1 = Did not qualify run 1<br>DPO = Doping offense<br>NPS = Not permitted to start<br>DQB = Disqualification for unsportsmanlike behavior<br>DQO = Disqualified for over quota |

## 4.10 `<AL_notranked>`

| Element     | Data   | Child elements                            | Description                                               | Required |
|-------------|--------|-------------------------------------------|-----------------------------------------------------------|----------|
| `<Team>`    |        | `<Fiscode>`<br>`<Teamname>`<br>`<Nation>` | Details of a team                                         | required |
| `<AL_team>` |        | `<AL_notranked>`                          |                                                           | optional |
| `<Reason>`  | string |                                           | Reference to ICR rule number for disqualification offence | optional |

## 4.11 `<Team>`

| Element      | Data   | Description                                                                                                                                                                                                                                                                    | Required |
|--------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`  | string | The team’s unique FIS code. Every team must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Teamname>` | string | The team name as it appears on the FIS list                                                                                                                                                                                                                                    | required |
| `<Nation>`   | string | The team nation using the FIS abbreviation                                                                                                                                                                                                                                     | required |

## 4.12 `<AL_team>`

| Element          | Child elements                                         | Description                                   | Required |
|------------------|--------------------------------------------------------|-----------------------------------------------|----------|
| `<AL_notranked>` | `<Competitor>`<br>`<AL_result>`<br>`<AL_resultdetail>` | Details of team and each competitor’s results | optional |

## 4.13 `<AL_notranked>`

| Element             | Child elements                                                                                                         | Description             | Required |
|---------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------|----------|
| `<Competitor>`      | `<Bib>`<br>`<Fiscode>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Gender>`<br>`<Nation>`<br>`<Yearofbirth>`<br>`<Clubname>` | Details of a competitor | required |
| `<AL_result>`       | `<Rank>`<br>`<Color>`<br>`<Time>`<br>`<Gate>`<br>`<Level>`<br>`<Points>`                                               |                         | required |
| `<AL_resultdetail>` | `<Intermediate>`                                                                                                       |                         | optional |

Attributes of the elements above:

| Element             | Attribute | Attribute values                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
|---------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<AL_result>`       | `Run`     | Number of run                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `<AL_result>`       | `Status`  | DNS = Did not start<br>DNS1 = Did not start run 1<br>DNS2 = Did not start run 2<br>DSQ = Disqualified<br>DSQ1 = Disqualified run 1<br>DSQ2 = Disqualified run 2<br>DNF = Did not finish<br>DNF1 = Did not finish run 1<br>DNF2 = Did not finish run 2<br>DNQ = Did not qualify<br>DNQ1 = Did not qualify run 1<br>DPO = Doping offense<br>NPS = Not permitted to start<br>DQB = Disqualification for unsportsmanlike behavior<br>DQO = Disqualified for over quota |
| `<AL_resultdetail>` | `Run`     | Number of run                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

## 4.14 `<Competitor>`

| Element         | Data    | Description                                                                                                                                                                                                                                                                                             | Required |
|-----------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Bib>`         | string  | The competitor’s starting bib                                                                                                                                                                                                                                                                           | required |
| `<Fiscode>`     | string  | The competitor’s personal and unique FIS code. Every competitor must have a valid FIS code to participate in a FIS race. This code is published on the FIS list, or in exceptional cases between the publications of lists may have been provided to the TD or organizers by the FIS Office in writing. | required |
| `<Lastname>`    | string  | The competitor’s last name as it appears on the FIS list                                                                                                                                                                                                                                                | required |
| `<Firstname>`   | string  | The competitor’s first name as it appears on the FIS list                                                                                                                                                                                                                                               | required |
| `<Gender>`      | string  | Gender of competitor<br>M = Male<br>F = Female                                                                                                                                                                                                                                                          | required |
| `<Nation>`      | string  | The competitor’s nation using the FIS abbreviation                                                                                                                                                                                                                                                      | required |
| `<Yearofbirth>` | integer | The competitor’s year of birth as it appears on the FIS list (ie. 1987)                                                                                                                                                                                                                                 | optional |
| `<Clubname>`    | String  | Name of club of competitor                                                                                                                                                                                                                                                                              | optional |

## 4.15 `<AL_result>`

| Element       | Data    | Description                                                                                                                                          | Required |
|---------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Rank>`      | integer | The competitor’s position in the race                                                                                                                | required |
| `<Color>`     | string  | Color of the Bib<br>red<br>blue                                                                                                                      | optional |
| `<Totaltime>` | String  | Total time of race<br>MM:SS:ZZ                                                                                                                       | required |
| `<Gate>`      | integer | Gate number where the infraction took place                                                                                                          | optional |
| `<Level>`     | string  | phase reached<br>final<br>smallfinal<br>semifinal<br>quarterfinal<br>eightfinal<br>qualification<br>sixteenfinal<br>thirtytwofinal<br>sixtyfourfinal | Optional |
| `<Points>`    | decimal | Points for run                                                                                                                                       | required |

Attributes of `<Level>`:

| Element   | Attribute | Attribute values        |
|-----------|-----------|-------------------------|
| `<Level>` | `Heat`    | Number of heat in phase |

# 5. Example individual competition

```xml
<?xml version="1.0" encoding="utf-8"?>
<Fisresults>
  <Raceheader Sector="AL" Gender="W">
    <Season>2011</Season>
    <Codex>9970</Codex>
    <Nation>FIN</Nation>
    <Discipline>GS</Discipline>
    <Category>WC</Category>
    <Type>Official</Type>
    <Training/>
    <Racedate>
      <Day>19</Day>
      <Month>11</Month>
      <Year>2010</Year>
    </Racedate>
    <Place>St. Moritz</Place>
    <Eventname>Audi FIS World Cup</Eventname>
    <Tempunit>C</Tempunit>
    <Longunit>m</Longunit>
    <Speedunit>kmh</Speedunit>
    <Windunit>ms</Windunit>
  </Raceheader>
  <AL_race>
    <AL_raceinfo>
      <Usedfislist>1</Usedfislist>
      <Appliedpenalty>0.00</Appliedpenalty>
      <Calculatedpenalty>0.00</Calculatedpenalty>
      <Fvalue>800</Fvalue>
      <Jury Function="TechnicalDelegate">
        <Number>1047</Number>
        <Lastname>JOHANSSON</Lastname>
        <Firstname>Claes</Firstname>
        <Nation>SWE</Nation>
        <Phonenbr>+1234567890</Phonenbr>
        <Email>johansson@swe.se</Email>
      </Jury>
      <Jury Function="Chiefrace">
        <lastname>TUOMIKOSKI</lastname>
        <firstname>Petri</firstname>
        <nation>FIN</nation>
      </Jury>
      <Jury Function="Referee">
        <lastname>SKAARDAL</lastname>
        <firstname>Atle</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="Assistantreferee">
        <lastname>MAYR</lastname>
        <firstname>Markus</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="Assistantreferee">
        <lastname>MAYR</lastname>
        <firstname>Markus</firstname>
        <nation>FIS</nation>
      </Jury>
      <Member Function="ChiefCourse">
        <lastname>MUELLER</lastname>
        <firstname>Hans</firstname>
        <nation>GER</nation>
      </Member>
      <Runinfo no="1">
        <Course>
          <Name>Super Piste</Name>
          <Homologation>123.4567</Homologation>
          <Gates>22</Gates>
          <Turninggates>22</Turninggates>
          <Length>3650</Length>
          <Startelev>2650</Startelev>
          <Finishelev>1650</Finishelev>
          <Coursesetter>
            <Lastname>Bundi</Lastname>
            <Firstname>Luca</Firstname>
            <Nation>SUI</Nation>
          </Coursesetter>
          <Forerunner Order="1">
            <Lastname>ANDERSON</Lastname>
            <Firstname>J.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Forerunner Order="2">
            <Lastname>ANDERSON</Lastname>
            <Firstname>J.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Forerunner Order="3">
            <Lastname>BUCKLEY</Lastname>
            <Firstname>H.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Intermediate i="1" type="time">
            <Distance>300</Distance>
          </Intermediate>
          <Intermediate i="2" type="time">
            <Distance>1500</Distance>
          </Intermediate>
          <Intermediate i="3" type="time">
            <Distance>3000</Distance>
          </Intermediate>
          <Intermediate i="4" type="speed">
            <Distance>3250</Distance>
          </Intermediate>
        </Course>
        <Weather>
          <Time>10:00</Time>
          <Place>Start</Place>
          <Weather>sunny</Weather>
          <Snow>hard packed</Snow>
          <Temperatureair>-2.3</Temperatureair>
          <Temperaturesnow>-2.0</Temperaturesnow>
          <Humnidity>78</Humnidity>
          <Windspeed>2.8</Windspeed>
        </Weather>
        <Weather>
          <Time>10:00</Time>
          <Place>Finish</Place>
          <Weather>sunny</Weather>
          <Snow>packed</Snow>
          <Temperatureair>-2.8</Temperatureair>
          <Temperaturesnow>-1.2</Temperaturesnow>
          <Humnidity>81</Humnidity>
          <Windspeed>0.5</Windspeed>
        </Weather>
        <Starttime>10:00</Starttime>
        <Endtime>11:51</Endtime>
      </Runinfo>
      <Runinfo no="2">
        <Course>
          <Name>Super Powder Piste</Name>
          <Homologation>123.4568</Homologation>
          <Gates>24</Gates>
          <Turninggates>24</Turninggates>
          <Length>3500</Length>
          <Startelev>2650</Startelev>
          <Finishelev>1650</Finishelev>
          <Coursesetter>
            <Lastname>Road</Lastname>
            <Firstname>John</Firstname>
            <Nation>CAN</Nation>
          </Coursesetter>
          <Forerunner Order="1">
            <Lastname>ANDERSON</Lastname>
            <Firstname>J.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Forerunner Order="2">
            <Lastname>ANDERSON</Lastname>
            <Firstname>J.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Forerunner Order="3">
            <Lastname>BUCKLEY</Lastname>
            <Firstname>H.</Firstname>
            <Nation>USA</Nation>
          </Forerunner>
          <Intermediate i="1" type="time">
            <Distance>300</Distance>
          </Intermediate>
          <Intermediate i="2" type="time">
            <Distance>1500</Distance>
          </Intermediate>
          <Intermediate i="3" type="time">
            <Distance>3000</Distance>
          </Intermediate>
          <Intermediate i="4" type="speed">
            <Distance>3200</Distance>
          </Intermediate>
        </Course>
        <Weather>
          <Time>13:00</Time>
          <Place>Start</Place>
          <Weather>sunny</Weather>
          <Snow>hard packed</Snow>
          <Temperatureair>-2.3</Temperatureair>
          <Temperaturesnow>-2.0</Temperaturesnow>
          <Humnidity>78</Humnidity>
          <Windspeed>2.8</Windspeed>
        </Weather>
        <Weather>
          <Time>13:00</Time>
          <Place>Finish</Place>
          <Weather>sunny</Weather>
          <Snow>packed</Snow>
          <Temperatureair>-2.8</Temperatureair>
          <Temperaturesnow>-1.2</Temperaturesnow>
          <Humnidity>81</Humnidity>
          <Windspeed>0.5</Windspeed>
        </Weather>
        <Starttime>13:00</Starttime>
        <Endtime>14:01</Endtime>
      </Runinfo>
      <Timingby>Swiss Timing</Timingby>
      <Dataprocessingby>Swiss Timing</Dataprocessingby>
      <Softwarecompany>Swiss Timing</Softwarecompany>
      <Softwarename>Vertical</Softwarename>
      <Softwareversion>7.6</Softwareversion>
    </AL_raceinfo>
    <AL_classified>
      <AL_ranked Status="QLF">
        <Rank>1</Rank>
        <Bib>13</Bib>
        <Competitor>
          <Fiscode>6531115</Fiscode>
          <Lastname>BROWN</Lastname>
          <Firstname>Griffin</Firstname>
          <Gender>M</Gender>
          <Nation>USA</Nation>
          <Yearofbirth>1995</Yearofbirth>
          <Clubname>Skiclub XY</Clubname>
        </Competitor>
        <AL_result>
          <Timerun1>55.87</Timerun1>
          <Timerun2>54.11</Timerun2>
          <Totaltime>1:49.98</Totaltime>
          <Diff>0.00</Diff>
          <Racepoints>0.00</Racepoints>
        </AL_result>
        <AL_resultdetail>
          <Run No="1">
            <Intermediate i="1">
              <Time>12.88</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
              <Sectortime>11.42</Sectortime>
              <Sectordiff/>
              <Sectorrank>2</Sectorrank>
            </Intermediate>
            <Intermediate i="2">
              <Time>24.30</Time>
              <Diff>0.01</Diff>
              <Rank>2</Rank>
              <Sectortime>21.80</Sectortime>
              <Sectordiff/>
              <Sectorrank>3</Sectorrank>
            </Intermediate>
            <Intermediate i="3">
              <Time>46.10</Time>
              <Diff>0.02</Diff>
              <Rank>2</Rank>
              <Sectortime>9.77</Sectortime>
              <Sectordiff/>
              <Sectorrank>2</Sectorrank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>55.87</Time>
              <Diff>0.21</Diff>
              <Rank>2</Rank>
            </Intermediate>
          </Run>
          <Run No="2">
            <Intermediate i="1">
              <Time>13.27</Time>
              <Diff>0.04</Diff>
              <Rank>5</Rank>
              <Sectortime>10.93</Sectortime>
              <Sectordiff/>
              <Sectorrank>1</Sectorrank>
            </Intermediate>
            <Intermediate i="2">
              <Time>24.20</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
              <Sectortime>20.32</Sectortime>
              <Sectordiff/>
              <Sectorrank>3</Sectorrank>
            </Intermediate>
            <Intermediate i="3">
              <Time>44.52</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
              <Sectortime>9.59</Sectortime>
              <Sectordiff/>
              <Sectorrank>4</Sectorrank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>54.11</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
          </Run>
          <Run No="tot">
            <Intermediate i="1">
              <Time>1:09.14</Time>
              <Diff>0.23</Diff>
              <Rank>2</Rank>
            </Intermediate>
            <Intermediate i="2">
              <Time>1:20.07</Time>
              <Diff>0.04</Diff>
              <Rank>2</Rank>
            </Intermediate>
            <Intermediate i="3">
              <Time>1:40.39</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
            <Intermediate i="99">
              <Time>1:49.98</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
          </Run>
        </AL_resultdetail>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>2</Rank>
        <Bib>21</Bib>
        <Competitor>
          <Fiscode>6531619</Fiscode>
          <Lastname>PUTRE</Lastname>
          <Firstname>Cody</Firstname>
          <Gender>M</Gender>
          <Nation>USA</Nation>
          <Yearofbirth>1994</Yearofbirth>
          <Clubname>Skiclub XY</Clubname>
        </Competitor>
        <AL_result>
          <Timerun1>56.86</Timerun1>
          <Timerun2>54.47</Timerun2>
          <Totaltime>1:51.33</Totaltime>
          <Diff>2.87</Diff>
          <Racepoints>8.84</Racepoints>
        </AL_result>
        <AL_resultdetail>
          <Run No="1">
            <Intermediate i="1">
              <Time>13.00</Time>
              <Diff>0.12</Diff>
              <Rank>5</Rank>
              <Sectortime>11.29</Sectortime>
              <Sectordiff/>
              <Sectorrank>1</Sectorrank>
            </Intermediate>
            <Intermediate i="2">
              <Time>24.29</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
              <Sectortime>21.79</Sectortime>
              <Sectordiff/>
              <Sectorrank>2</Sectorrank>
            </Intermediate>
            <Intermediate i="3">
              <Time>46.08</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
              <Sectortime>9.58</Sectortime>
              <Sectordiff/>
              <Sectorrank>1</Sectorrank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>55.66</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
          </Run>
          <Run No="2">
            <Intermediate i="1">
              <Time>13.25</Time>
              <Diff>0.02</Diff>
              <Rank>2</Rank>
              <Sectortime>11.12</Sectortime>
              <Sectordiff/>
              <Sectorrank>10</Sectorrank>
            </Intermediate>
            <Intermediate i="2">
              <Time>24.37</Time>
              <Diff>0.17</Diff>
              <Rank>5</Rank>
              <Sectortime>20.68</Sectortime>
              <Sectordiff/>
              <Sectorrank>6</Sectorrank>
            </Intermediate>
            <Intermediate i="3">
              <Time>45.05</Time>
              <Diff>0.53</Diff>
              <Rank>3</Rank>
              <Sectortime>9.37</Sectortime>
              <Sectordiff/>
              <Sectorrank>1</Sectorrank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>54.42</Time>
              <Diff>0.31</Diff>
              <Rank>2</Rank>
            </Intermediate>
          </Run>
          <Run No="tot">
            <Intermediate i="1">
              <Time>1:08.91</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
            <Intermediate i="2">
              <Time>1:20.03</Time>
              <Diff>0.00</Diff>
              <Rank>1</Rank>
            </Intermediate>
            <Intermediate i="3">
              <Time>1:40.71</Time>
              <Diff>0.32</Diff>
              <Rank>2</Rank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>1:50.08</Time>
              <Diff>0.10</Diff>
              <Rank>2</Rank>
            </Intermediate>
          </Run>
        </AL_resultdetail>
      </AL_ranked>
    </AL_classified>
    <AL_notclassified>
      <AL_notranked Status="DSQ">
        <Run>2</Run>
        <Bib>69</Bib>
        <Competitor>
          <Fiscode>1452345</Fiscode>
          <Lastname>Kofler</Lastname>
          <Firstname>Andreas</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1984</Yearofbirth>
          <Clubname>Skiclub XY</Clubname>
        </Competitor>
        <AL_result>
          <Timerun1>59.68</Timerun1>
        </AL_result>
        <AL_resultdetail>
          <Run No="1">
            <Intermediate i="1">
              <Time>0:26.9</Time>
              <Diff>2.00</Diff>
              <Rank>4</Rank>
              <Speed>99.3</Speed>
            </Intermediate>
            <Intermediate i="2">
              <Time>1:37.8</Time>
              <Diff>3.00</Diff>
              <Rank>7</Rank>
            </Intermediate>
            <Intermediate i="3">
              <Time>2:56.2</Time>
              <Diff>2.00</Diff>
              <Rank>4</Rank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>59.68</Time>
              <Diff>0.80</Diff>
              <Rank>17</Rank>
            </Intermediate>
          </Run>
        </AL_resultdetail>
        <Gate>13</Gate>
        <Reason>ICR 123.4</Reason>
      </AL_notranked>
      <AL_notranked Status="DNF">
        <Run>2</Run>
        <Bib>2</Bib>
        <Competitor>
          <Fiscode>425771</Fiscode>
          <Lastname>HAVER-LOESETH</Lastname>
          <Firstname>Nina</Firstname>
          <Sex Sex="W"/>
          <Nation>NOR</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <AL_result>
          <Timerun1>57.03</Timerun1>
        </AL_result>
        <AL_resultdetail>
          <Run No="1">
            <Intermediate i="1">
              <Time>13.17</Time>
              <Diff>0.29</Diff>
              <Rank>13</Rank>
              <Sectortime>11.85</Sectortime>
              <Sectordiff/>
              <Sectorrank>28</Sectorrank>
            </Intermediate>
            <Intermediate i="2">
              <Time>25.02</Time>
              <Diff>0.73</Diff>
              <Rank>22</Rank>
              <Sectortime>22.27</Sectortime>
              <Sectordiff/>
              <Sectorrank>5</Sectorrank>
            </Intermediate>
            <Intermediate i="3">
              <Time>47.29</Time>
              <Diff>1.21</Diff>
              <Rank>8</Rank>
              <Sectortime>9.74</Sectortime>
              <Sectordiff/>
              <Sectorrank>2</Sectorrank>
            </Intermediate>
            <Intermediate i="4">
              <Speed>109.3</Speed>
            </Intermediate>
            <Intermediate i="99">
              <Time>57.03</Time>
              <Diff>1.37</Diff>
              <Rank>5</Rank>
            </Intermediate>
          </Run>
        </AL_resultdetail>
        <Gate/>
      </AL_notranked>
      <AL_notranked Status="DNS">
        <Run>2</Run>
        <Bib>8</Bib>
        <Competitor>
          <Fiscode>2025</Fiscode>
          <Lastname>Choi</Lastname>
          <Firstname>Heung-Chul</Firstname>
          <Gender>M</Gender>
          <Nation>KOR</Nation>
          <Yearofbirth>1981</Yearofbirth>
          <Clubname>Skiclub XY</Clubname>
        </Competitor>
      </AL_notranked>
    </AL_notclassified>
  </AL_race>
</Fisresults>
```

# 6. Example team competition

```xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Fisresults>
  <Raceheader Sector="AL" Gender="A">
    <Season>2016</Season>
    <Codex>5207</Codex>
    <Nation>NOR</Nation>
    <Discipline>TE</Discipline>
    <Category>YOG</Category>
    <Type>Official</Type>
    <Eventname>Lillehammer / Hafjell</Eventname>
    <Racedate>
      <Day>20</Day>
      <Month>2</Month>
      <Year>2016</Year>
    </Racedate>
  </Raceheader>
  <AL_race>
    <AL_raceinfo>
      <Usedfislist />
      <Appliedpenalty>0</Appliedpenalty>
      <Calculatedpenalty>0</Calculatedpenalty>
      <Fvalue>0</Fvalue>
      <Jury Function="TechnicalDelegate">
        <Number>1047</Number>
        <Lastname>JOHANSSON</Lastname>
        <Firstname>Claes</Firstname>
        <Nation>SWE</Nation>
        <Phonenbr>+1234567890</Phonenbr>
        <Email>johansson@swe.se</Email>
      </Jury>
      <Jury Function="Referee">
        <Lastname>Flere</Lastname>
        <Firstname>Janez</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Jury Function="ChiefRace">
        <Lastname>Johansson</Lastname>
        <Firstname>Roland</Firstname>
        <Nation>NOR</Nation>
      </Jury>
      <Jury Function="Startreferee">
        <Lastname>Petit</Lastname>
        <Firstname>Dominique</Firstname>
        <Nation>FRA</Nation>
      </Jury>
      <Jury Function="Finishreferee">
        <Lastname>Johansson</Lastname>
        <Firstname>Claes</Firstname>
        <Nation>SWE</Nation>
      </Jury>
      <Jury Function="Assistantreferee">
        <Lastname>Gerdol</Lastname>
        <Firstname>Peter</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Runinfo No="1">
        <Course>
          <Name>Olympia-loypa</Name>
          <Startelev>300m</Startelev>
          <Finishelev>220m</Finishelev>
          <Homologation>9905/12/10</Homologation>
          <Gates>20</Gates>
          <Turninggates>20</Turninggates>
          <Coursesetter>
            <Lastname>Johansson</Lastname>
            <Firstname>Roland</Firstname>
            <Nation>NOR</Nation>
          </Coursesetter>
          <Forerunner Order="1">
            <Lastname>HAUAN</Lastname>
            <Firstname>Marcus</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="2">
            <Lastname>SAGBAKKENN</Lastname>
            <Firstname>Sindre</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="3">
            <Lastname>KONGELF</Lastname>
            <Firstname>Hanna</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="4">
            <Lastname>KOJEN</Lastname>
            <Firstname>Aurora</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Intermediate i="1" type="time">
            <Distance>300</Distance>
          </Intermediate>
        </Course>
        <Weather>
          <Time>10:00</Time>
          <Place>Start</Place>
          <Weather>sunny</Weather>
          <Snow>hard packed</Snow>
          <Temperatureair>-2.3</Temperatureair>
          <Temperaturesnow>-2.0</Temperaturesnow>
          <Humnidity>78</Humnidity>
          <Windspeed>2.8</Windspeed>
        </Weather>
        <Weather>
          <Time>10:00</Time>
          <Place>Finish</Place>
          <Weather>sunny</Weather>
          <Snow>packed</Snow>
          <Temperatureair>-2.8</Temperatureair>
          <Temperaturesnow>-1.2</Temperaturesnow>
          <Humnidity>81</Humnidity>
          <Windspeed>0.5</Windspeed>
        </Weather>
        <Starttime>10:00</Starttime>
        <Endtime>11:51</Endtime>
      </Runinfo>
      <Runinfo No="2">
        <Course>
          <Name>Olympia-loypa</Name>
          <Startelev>300m</Startelev>
          <Finishelev>220m</Finishelev>
          <Homologation>9905/12/10</Homologation>
          <Gates>22</Gates>
          <Turninggates>22</Turninggates>
          <Coursesetter>
            <Lastname>Road</Lastname>
            <Firstname>John</Firstname>
            <Nation>CAN</Nation>
          </Coursesetter>
          <Forerunner Order="1">
            <Lastname>HAUAN</Lastname>
            <Firstname>Marcus</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="2">
            <Lastname>SAGBAKKENN</Lastname>
            <Firstname>Sindre</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="3">
            <Lastname>KONGELF</Lastname>
            <Firstname>Hanna</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Forerunner Order="4">
            <Lastname>KOJEN</Lastname>
            <Firstname>Aurora</Firstname>
            <Nation>NOR</Nation>
          </Forerunner>
          <Intermediate i="1" type="time">
            <Distance>300</Distance>
          </Intermediate>
        </Course>
        <Weather>
          <Time>13:00</Time>
          <Place>Start</Place>
          <Weather>sunny</Weather>
          <Snow>hard packed</Snow>
          <Temperatureair>-2.3</Temperatureair>
          <Temperaturesnow>-2.0</Temperaturesnow>
          <Humnidity>78</Humnidity>
          <Windspeed>2.8</Windspeed>
        </Weather>
        <Weather>
          <Time>13:00</Time>
          <Place>Finish</Place>
          <Weather>sunny</Weather>
          <Snow>packed</Snow>
          <Temperatureair>-2.8</Temperatureair>
          <Temperaturesnow>-1.2</Temperaturesnow>
          <Humnidity>81</Humnidity>
          <Windspeed>0.5</Windspeed>
        </Weather>
        <Starttime>13:00</Starttime>
        <Endtime>14:01</Endtime>
      </Runinfo>
      <Timingby>Swiss Timing</Timingby>
      <Dataprocessingby>Swiss Timing</Dataprocessingby>
      <Softwarecompany>Swiss Timing</Softwarecompany>
      <Softwarename>Vertical</Softwarename>
      <Softwareversion>7.6</Softwareversion>
    </AL_raceinfo>
    <AL_classified>
      <AL_ranked Status="QLF">
        <Rank>5</Rank>
        <Team>
          <Bib>1</Bib>
          <Fiscode>422696</Fiscode>
          <Teamname>Norway</Teamname>
          <Nation>NOR</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>11</Bib>
              <Fiscode>426257</Fiscode>
              <Lastname>LIE</Lastname>
              <Firstname>Kajsa Vickhoff</Firstname>
              <Gender>W</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.21</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.94</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.12</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.25</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>12</Bib>
              <Fiscode>422626</Fiscode>
              <Lastname>THORSBY</Lastname>
              <Firstname>Henrik</Firstname>
              <Gender>M</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.68</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.81</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.76</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.69</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>16</Bib>
          <Fiscode>151277</Fiscode>
          <Teamname>Czech Republic</Teamname>
          <Nation>CZE</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>161</Bib>
              <Fiscode>155873</Fiscode>
              <Lastname>ARNOLD</Lastname>
              <Firstname>Andrea Louise</Firstname>
              <Gender>W</Gender>
              <Nation>CZE</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>21.20</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>21.13</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>162</Bib>
              <Fiscode>151238</Fiscode>
              <Lastname>ZABYSTRAN</Lastname>
              <Firstname>Jan</Firstname>
              <Gender>M</Gender>
              <Nation>CZE</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.56</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.47</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>4</Rank>
        <Team>
          <Bib>8</Bib>
          <Fiscode>104867</Fiscode>
          <Teamname>Canada</Teamname>
          <Nation>CAN</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>81</Bib>
              <Fiscode>107798</Fiscode>
              <Lastname>NULLMEYER</Lastname>
              <Firstname>Ali</Firstname>
              <Gender>W</Gender>
              <Nation>CAN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.00</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.69</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>20.04</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.89</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.20</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.86</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.13</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.75</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>82</Bib>
              <Fiscode>104577</Fiscode>
              <Lastname>ALKIER</Lastname>
              <Firstname>Justin</Firstname>
              <Gender>M</Gender>
              <Nation>CAN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.74</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.33</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.89</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.96</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.90</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.86</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.92</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.52</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>9</Bib>
          <Fiscode>6532554</Fiscode>
          <Teamname>United States of America</Teamname>
          <Nation>USA</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>91</Bib>
              <Fiscode>6536213</Fiscode>
              <Lastname>CASHMAN</Lastname>
              <Firstname>Keely</Firstname>
              <Gender>W</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.53</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.59</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>92</Bib>
              <Fiscode>6532084</Fiscode>
              <Lastname>RADAMUS</Lastname>
              <Firstname>River</Firstname>
              <Gender>M</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.17</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.18</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>5</Rank>
        <Team>
          <Bib>5</Bib>
          <Fiscode>561403</Fiscode>
          <Teamname>Slovenia</Teamname>
          <Nation>SLO</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>51</Bib>
              <Fiscode>565471</Fiscode>
              <Lastname>HROVAT</Lastname>
              <Firstname>Meta</Firstname>
              <Gender>W</Gender>
              <Nation>SLO</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.17</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.96</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.68</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.76</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>52</Bib>
              <Fiscode>561377</Fiscode>
              <Lastname>CUFAR</Lastname>
              <Firstname>Anze</Firstname>
              <Gender>M</Gender>
              <Nation>SLO</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.30</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.82</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.14</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.95</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>12</Bib>
          <Fiscode>380386</Fiscode>
          <Teamname>Croatia</Teamname>
          <Nation>CRO</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>121</Bib>
              <Fiscode>385101</Fiscode>
              <Lastname>ZBASNIK</Lastname>
              <Firstname>Lana</Firstname>
              <Gender>W</Gender>
              <Nation>CRO</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>21.00</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.76</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>122</Bib>
              <Fiscode>380377</Fiscode>
              <Lastname>KOLEGA</Lastname>
              <Firstname>Samuel</Firstname>
              <Gender>M</Gender>
              <Nation>CRO</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.37</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.11</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>4</Bib>
          <Fiscode>6293392</Fiscode>
          <Teamname>Italy</Teamname>
          <Nation>ITA</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>41</Bib>
              <Fiscode>6295068</Fiscode>
              <Lastname>SARACCO</Lastname>
              <Firstname>Carlotta</Firstname>
              <Gender>W</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.30</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.17</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>42</Bib>
              <Fiscode>6292768</Fiscode>
              <Lastname>CANZIO</Lastname>
              <Firstname>Pietro</Firstname>
              <Gender>M</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.79</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.39</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>2</Rank>
        <Team>
          <Bib>13</Bib>
          <Fiscode>482015</Fiscode>
          <Teamname>Russian Federation</Teamname>
          <Nation>RUS</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>131</Bib>
              <Fiscode>485973</Fiscode>
              <Lastname>SILANTEVA</Lastname>
              <Firstname>Anastasiia</Firstname>
              <Gender>W</Gender>
              <Nation>RUS</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.84</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.09</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.10</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.04</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.25</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.18</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.06</Totaltime>
              <Level>final</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.13</Totaltime>
              <Level>final</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>132</Bib>
              <Fiscode>481912</Fiscode>
              <Lastname>KONKOV</Lastname>
              <Firstname>Aleksey</Firstname>
              <Gender>M</Gender>
              <Nation>RUS</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.35</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.31</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.43</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.25</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.31</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.25</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.07</Totaltime>
              <Level>final</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>DNF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime></Totaltime>
              <Level>final</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>5</Rank>
        <Team>
          <Bib>3</Bib>
          <Fiscode>54569</Fiscode>
          <Teamname>Austria</Teamname>
          <Nation>AUT</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>31</Bib>
              <Fiscode>56417</Fiscode>
              <Lastname>FEST</Lastname>
              <Firstname>Nadine</Firstname>
              <Gender>W</Gender>
              <Nation>AUT</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.96</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.96</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.95</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.96</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>32</Bib>
              <Fiscode>54481</Fiscode>
              <Lastname>TRANINGER</Lastname>
              <Firstname>Manuel</Firstname>
              <Gender>M</Gender>
              <Nation>AUT</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.63</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.34</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.53</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.26</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>14</Bib>
          <Fiscode>6300816</Fiscode>
          <Teamname>Japan</Teamname>
          <Nation>JPN</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>141</Bib>
              <Fiscode>307813</Fiscode>
              <Lastname>MAEDA</Lastname>
              <Firstname>Chisaki</Firstname>
              <Gender>W</Gender>
              <Nation>JPN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.53</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.33</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>142</Bib>
              <Fiscode>6300464</Fiscode>
              <Lastname>KOYAMA</Lastname>
              <Firstname>Yohei</Firstname>
              <Gender>M</Gender>
              <Nation>JPN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.40</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.18</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>6</Bib>
          <Fiscode>6190846</Fiscode>
          <Teamname>France</Teamname>
          <Nation>FRA</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>61</Bib>
              <Fiscode>197931</Fiscode>
              <Lastname>LACHEB</Lastname>
              <Firstname>Kenza</Firstname>
              <Gender>W</Gender>
              <Nation>FRA</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.87</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.86</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>62</Bib>
              <Fiscode>6190628</Fiscode>
              <Lastname>ANGUENOT</Lastname>
              <Firstname>Leo</Firstname>
              <Gender>M</Gender>
              <Nation>FRA</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.14</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>DNF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime></Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>3</Rank>
        <Team>
          <Bib>11</Bib>
          <Fiscode>180863</Fiscode>
          <Teamname>Finland</Teamname>
          <Nation>FIN</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>111</Bib>
              <Fiscode>185430</Fiscode>
              <Lastname>HONKANEN</Lastname>
              <Firstname>Riikka</Firstname>
              <Gender>W</Gender>
              <Nation>FIN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>20.19</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>20.22</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.04</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.95</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.22</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.97</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>20.08</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.98</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>112</Bib>
              <Fiscode>180831</Fiscode>
              <Lastname>KANKKUNEN</Lastname>
              <Firstname>Sampo</Firstname>
              <Gender>M</Gender>
              <Nation>FIN</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.20</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.30</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.26</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.31</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.25</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.26</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.27</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>18.98</Totaltime>
              <Level>smallfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>1</Rank>
        <Team>
          <Bib>7</Bib>
          <Fiscode>202966</Fiscode>
          <Teamname>Germany</Teamname>
          <Nation>GER</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>71</Bib>
              <Fiscode>206763</Fiscode>
              <Lastname>RISPLER</Lastname>
              <Firstname>Lucia</Firstname>
              <Gender>W</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.82</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.92</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.85</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.17</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.67</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.13</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.83</Totaltime>
              <Level>final</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.70</Totaltime>
              <Level>final</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>72</Bib>
              <Fiscode>202909</Fiscode>
              <Lastname>STOCKINGER</Lastname>
              <Firstname>Jonas</Firstname>
              <Gender>M</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.51</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.82</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.19</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.37</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.67</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.17</Totaltime>
              <Level>semifinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.23</Totaltime>
              <Level>final</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.10</Totaltime>
              <Level>final</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>10</Bib>
          <Fiscode>502366</Fiscode>
          <Teamname>Sweden</Teamname>
          <Nation>SWE</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>101</Bib>
              <Fiscode>506860</Fiscode>
              <Lastname>LUTHMAN</Lastname>
              <Firstname>Jonna</Firstname>
              <Gender>W</Gender>
              <Nation>SWE</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>20.38</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>DNF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime></Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>102</Bib>
              <Fiscode>502278</Fiscode>
              <Lastname>VENNERSTROEM</Lastname>
              <Firstname>Filip</Firstname>
              <Gender>M</Gender>
              <Nation>SWE</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.42</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.52</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>5</Rank>
        <Team>
          <Bib>2</Bib>
          <Fiscode>512381</Fiscode>
          <Teamname>Switzerland</Teamname>
          <Nation>SUI</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>21</Bib>
              <Fiscode>516528</Fiscode>
              <Lastname>MEILLARD</Lastname>
              <Firstname>Melanie</Firstname>
              <Gender>W</Gender>
              <Nation>SUI</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.94</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.77</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="1">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.81</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Red</Color>
              <Totaltime>19.74</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>22</Bib>
              <Fiscode>512273</Fiscode>
              <Lastname>SPARR</Lastname>
              <Firstname>Maurus</Firstname>
              <Gender>M</Gender>
              <Nation>SUI</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.51</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>1</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.65</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.68</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime>19.71</Totaltime>
              <Level>quarterfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
      <AL_ranked Status="QLF">
        <Rank>9</Rank>
        <Team>
          <Bib>15</Bib>
          <Fiscode>60277</Fiscode>
          <Teamname>Belgium</Teamname>
          <Nation>BEL</Nation>
        </Team>
        <AL_team>
          <AL_ranked>
            <Competitor>
              <Bib>151</Bib>
              <Fiscode>65117</Fiscode>
              <Lastname>VANREUSEL</Lastname>
              <Firstname>Kim</Firstname>
              <Gender>W</Gender>
              <Nation>BEL</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="1">
              <Status>DNF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Blue</Color>
              <Totaltime></Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="3">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>20.24</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
          <AL_ranked>
            <Competitor>
              <Bib>152</Bib>
              <Fiscode>60261</Fiscode>
              <Lastname>MAES</Lastname>
              <Firstname>Sam</Firstname>
              <Gender>M</Gender>
              <Nation>BEL</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
            <AL_result Run="2">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>0</Points>
              <Color>Red</Color>
              <Totaltime>19.66</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
            <AL_result Run="4">
              <Status>QLF</Status>
              <Rank>2</Rank>
              <Points>1</Points>
              <Color>Blue</Color>
              <Totaltime>19.55</Totaltime>
              <Level>eightfinal</Level>
            </AL_result>
          </AL_ranked>
        </AL_team>
      </AL_ranked>
    </AL_classified>
    <AL_notclassified>
      <AL_notranked Status="DSQ">
        <Team>
          <Bib>10</Bib>
          <Fiscode>76543</Fiscode>
          <Teamname>Cuba</Teamname>
          <Nation>CUB</Nation>
        </Team>
        <AL_team>
          <AL_notranked>
            <Competitor>
              <Bib>31</Bib>
              <Fiscode>6531115</Fiscode>
              <Lastname>Conzales</Lastname>
              <Firstname>Diego</Firstname>
              <Gender>M</Gender>
              <Nation>CUB</Nation>
              <Yearofbirth>1995</Yearofbirth>
            </Competitor>
            <AL_result Run="2" Status="QLF">
              <Rank>2</Rank>
              <Color>red</Color>
              <Totaltime>26.20</Totaltime>
              <Level Heat="1">eightfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="4" Status="QLF">
              <Rank>2</Rank>
              <Color>blue</Color>
              <Totaltime>27.23</Totaltime>
              <Level Heat="2">eightfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="1" Status="QLF">
              <Rank>2</Rank>
              <Color>blue</Color>
              <Totaltime>27.01</Totaltime>
              <Level Heat="2">quarterfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="2" Status="DSQ">
              <Color>red</Color>
              <Level Heat="1">quarterfinal</Level>
              <Points>0</Points>
            </AL_result>
          </AL_notranked>
          <AL_notranked>
            <Competitor>
              <Bib>32</Bib>
              <Fiscode>9876543</Fiscode>
              <Lastname>Rodriges</Lastname>
              <Firstname>Luis</Firstname>
              <Gender>M</Gender>
              <Nation>CUB</Nation>
              <Yearofbirth>1994</Yearofbirth>
            </Competitor>
            <AL_result Run="1" Status="QLF">
              <Rank>2</Rank>
              <Color>red</Color>
              <Totaltime>26.20</Totaltime>
              <Level Heat="1">eightfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="3" Status="QLF">
              <Rank>2</Rank>
              <Color>blue</Color>
              <Totaltime>27.23</Totaltime>
              <Level Heat="2">eightfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="4" Status="QLF">
              <Rank>2</Rank>
              <Color>blue</Color>
              <Totaltime>27.01</Totaltime>
              <Level Heat="2">quarterfinal</Level>
              <Points>1</Points>
            </AL_result>
            <AL_result Run="2" Status="QLF">
              <Rank>2</Rank>
              <Color>red</Color>
              <Totaltime>28.01</Totaltime>
              <Level Heat="2">quarterfinal</Level>
              <Points>1</Points>
            </AL_result>
          </AL_notranked>
        </AL_team>
        <Reason>ICR 123.4</Reason>
      </AL_notranked>
    </AL_notclassified>
  </AL_race>
</Fisresults>
```

# 7. Document Control

| Version History           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Version 2.0 (27.11.2012)  | Update of version 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Version 2.1 (16.01.2013)  | Changes AL\_race<br>Set required: AL\_raceinfo, Course, Homologation, Gates, Turninggates, Startlelev, Finishelev, Coursesetter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Version 2.2 (16.01.2013)  | Tag `<Sex>` changed to `<Gender>`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Version 2.3 (10.12.2013)  | Raceheader attribute Sex changed to Gender; add file name definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Version 2.4 (25.06.2014)  | Changed values for element Training                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Version 2.5 (21.01.2016)  | Update General, add status DQO                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Version 2.6 (04.03.2016)  | Update weather, team result, add Timerun3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Version 2.7 (11.08.2016)  | Added new IRM’s NPS, DQB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Version 2.8 (10.11.2016)  | Type mistake for Length                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Version 2.9 (20.11.2017)  | Add AL\_result to AL\_notranked<br> time format example for time fields<br> Appliedpenalty, Calculatedpenalty, Speed format decimal<br> updated XML example individual                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Version 2.10 (30.11.2017) | Major changes Raceheader, AL\_race, AL\_raceinfo<br> Deleted element TD from Raceheader, TD now used in Jury<br> Course moved to Runinfo, removed attribute run, element Starttime<br> Course information: added attribute type to Intermediate<br> AL\_resultdetail attribute Run deleted; added child element Run with attribute No and values for run: 1,2,3, tot (with result details for run 1-3 and total result)<br> Intermediate: added child elements Sectortime, Sectordiff, Sectorrank                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Version 2.11 (01.10.2019) | Changed Ladies to Women L to W and L = Ladies to F = Female                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Version 2.12 (10.09.2026) | Converted the document to Markdown as the document base<br>Moved Document Control to the end of the document<br>Added chapter numbering<br>Page layout changed from landscape to A4 portrait<br>Corrected the domain of the FIS email addresses and made them links<br>Removed the alternative alpineresults address<br>Element reference tables regrouped into a child elements table and a separate attributes table, with value lists written at the end of the description and a line above each attributes table naming what it belongs to<br>Corrected a change-log entry that disagreed with the cover<br>Corrected spelling errors<br>Corrected a German month name to English<br>Replaced typographic quotes in the examples with straight quotes<br>Removed stray spaces from inside element values in the examples<br>Corrected malformed tags in the examples<br>Added a missing word to the note about the examples<br>Removed the sentence stating that earlier versions of the description remain valid |
