---
title: |-
  Explanation of the FIS Data Exchange XML Protocol
  Ski Jumping
version: "2.10"
date: 2026-09-14
documentName: Ski Jumping Result XML Description
documentType: XML Protocol Description
author: FIS IT
theme: dark
toc: true
tocDepth: 3
cover: true
chapterNumbering: true
headerTitle: Ski Jumping 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 `<JP_Race>`](#23-jp_race)
    - [2.3.1 `<JP_raceinfo>`](#231-jp_raceinfo)
    - [2.3.2 `<Jury>`](#232-jury)
    - [2.3.3 `<Member>`](#233-member)
    - [2.3.4 `<Judges>`](#234-judges)
    - [2.3.5 `<Runinfo>`](#235-runinfo)
    - [2.3.6 `<Weather>`](#236-weather)
    - [2.3.7 `<Statistics>`](#237-statistics)
    - [2.3.8 `<Group>`](#238-group)
    - [2.3.9 `<Stats>`](#239-stats)
    - [2.3.10 `<Distance>`](#2310-distance)
    - [2.3.11 `<Speed>`](#2311-speed)
    - [2.3.12 `<Base>`](#2312-base)
    - [2.3.13 `<Instartlist>`](#2313-instartlist)
    - [2.3.14 `<Started>`](#2314-started)
    - [2.3.15 `<Withresults>`](#2315-withresults)
- [3. Result for individual competition](#3-result-for-individual-competition)
  - [3.1 `<JP_classified>`](#31-jp_classified)
    - [3.1.1 `<JP_ranked>`](#311-jp_ranked)
    - [3.1.2 `<Competitor>`](#312-competitor)
    - [3.1.3 `<JP_result>`](#313-jp_result)
    - [3.1.4 `<JP_resultdetail>`](#314-jp_resultdetail)
    - [3.1.5 `<Jump>`](#315-jump)
    - [3.1.6 `<Judgesmarks>`](#316-judgesmarks)
  - [3.2 `<JP_notclassified>`](#32-jp_notclassified)
    - [3.2.1 `<JP_notranked>`](#321-jp_notranked)
    - [3.2.2 `<Competitor>`](#322-competitor)
    - [3.2.3 `<JP_resultdetail>`](#323-jp_resultdetail)
    - [3.2.4 `<Jump>`](#324-jump)
    - [3.2.5 `<Judgesmarks>`](#325-judgesmarks)
- [4. Result for team competition](#4-result-for-team-competition)
  - [4.1 `<JP_classified>`](#41-jp_classified)
    - [4.1.1 `<JP_ranked>`](#411-jp_ranked)
    - [4.1.2 `<Team>`](#412-team)
    - [4.1.3 `<JP_result>`](#413-jp_result)
    - [4.1.4 `<JP_resultdetail>`](#414-jp_resultdetail)
    - [4.1.5 `<Jump>`](#415-jump)
    - [4.1.6 `<JP_team>`](#416-jp_team)
    - [4.1.7 `<JP_ranked>`](#417-jp_ranked)
    - [4.1.8 `<Competitor>`](#418-competitor)
    - [4.1.9 `<JP_resultdetail>`](#419-jp_resultdetail)
    - [4.1.10 `<Jump>`](#4110-jump)
    - [4.1.11 `<Judgesmarks>`](#4111-judgesmarks)
  - [4.2 `<JP_notclassified>`](#42-jp_notclassified)
    - [4.2.1 `<JP_notranked>`](#421-jp_notranked)
    - [4.2.2 `<Team>`](#422-team)
    - [4.2.3 `<JP_team>`](#423-jp_team)
    - [4.2.4 `<JP_notranked>`](#424-jp_notranked)
    - [4.2.5 `<Competitor>`](#425-competitor)
    - [4.2.6 `<JP_resultdetail>`](#426-jp_resultdetail)
    - [4.2.7 `<Jump>`](#427-jump)
    - [4.2.8 `<Judgesmarks>`](#428-judgesmarks)
- [5. Example result individual competition](#5-example-result-individual-competition)
- [6. Example start list individual competition](#6-example-start-list-individual-competition)
- [7. Example result team competition](#7-example-result-team-competition)
- [8. Example start list team competition](#8-example-start-list-team-competition)
- [9. Document Control](#9-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>`<Phase>`<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 discipline has a specific race header with further technical data. | required |
| `<JP_race>`    | `<JP_raceinfo>`<br>`<JP_classified>`<br>`<JP_notclassified>`                                                                                                                                                    | Information about the race and results                                                                                                                                    | required |

Attributes of `<Raceheader>`:

| Element        | Attribute | Attribute values                  |
|----------------|-----------|-----------------------------------|
| `<Raceheader>` | `Sector`  | JP                                |
| `<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 identification number for each competition with the 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 to the event<br>IND – Individual<br>TE – Team<br>STE – Super Team                                                                                       | required |
| `<Category>`   | string  |                                  | The FIS abbreviation for the category of competition specific to the discipline<br>According category provided in FIS calendar                                                    | required |
| `<Type>`       | string  |                                  | Type of content<br>Startlist – Start list<br>Partial – Partial unofficial result<br>Unofficial – Unofficial result<br>Official – Official result                                  | required |
| `<Phase>`      | string  |                                  | Phase of competition<br>Attribute: use only when trial round for qualification or competition round<br>(still not used)<br>T1-T5=Training 1-5<br>Q=Qualification<br>F=Final Round | optional |
| `<Eventname>`  | string  |                                  | Name of Event as published in FIS calendar                                                                                                                                        | optional |
| `<Place>`      | string  |                                  | resort, city, etc. of competition venue                                                                                                                                           | optional |
| `<Racedate>`   |         | `<Day>`<br>`<Month>`<br>`<Year>` | Date of race                                                                                                                                                                      | required |
| `<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>y = Yard       | optional |
| `<Speedunit>`  | string  |                                  | Unit of speed of an athlete attempt<br>kmh = 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 |

Attributes of `<Phase>`:

| Element   | Attribute | Attribute values |
|-----------|-----------|------------------|
| `<Phase>` | `Trial`   | yes              |

### 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 `<JP_Race>`

| Element              | Child elements                                                                                                                                                                                                                                                                                                     | Description                                               | Required |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|----------|
| `<JP_raceinfo>`      | `<Hill>`<br>`<Plastic>`<br>`<Hillsize>`<br>`<Kpoint>`<br>`<Mvalue>`<br>`<Gatefactor>`<br>`<Windfactorhead>`<br>`<Windfactortail>`<br>`<Nullline>`<br>`<Jury>`<br>`<Member>`<br>`<Judges>`<br>`<Runinfo>`<br>`<Timingby>`<br>`<Dataprocessingby>`<br>`<Softwarecompany>`<br>`<Softwarename>`<br>`<Softwareversion>` | Specific technical data about each competition            | required |
| `<JP_classified>`    | `<JP_ranked>`                                                                                                                                                                                                                                                                                                      | All competitors who are classified in the competition     | required |
| `<JP_notclassified>` | `<JP_notranked>`                                                                                                                                                                                                                                                                                                   | All competitors who are not classified in the competition | required |

### 2.3.1 `<JP_raceinfo>`

| Element              | Data    | Child elements                                                | Description                                                             | Required                                    |
|----------------------|---------|---------------------------------------------------------------|-------------------------------------------------------------------------|---------------------------------------------|
| `<Hill>`             | string  |                                                               | Type of Hill<br>NH – Normal Hill<br>LH – Large Hill<br>FH – Flying Hill | required                                    |
| `<Plastic>`          | string  |                                                               | Plastic surface on hill used<br>Yes<br>No                               | required                                    |
| `<Hillsize>`         | integer |                                                               | Size of the jumping hill                                                | required                                    |
| `<Kpoint>`           | integer |                                                               | K-point of the jumping hill                                             | required                                    |
| `<Mvalue>`           | integer |                                                               | Meter value                                                             | required                                    |
| `<Gatefactor>`       | decimal |                                                               | Gate factor                                                             | optional,<br>required for OWG, WSC, WC, COC |
| `<Windfactorhead>`   | decimal |                                                               | Wind factor head                                                        | optional,<br>required for OWG, WSC, WC, COC |
| `<Windfactortail>`   | decimal |                                                               | Wind factor tail                                                        | optional,<br>required for OWG, WSC, WC, COC |
| `<Nullline>`         | integer |                                                               | Null line                                                               | optional                                    |
| `<Jury>`             |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>`                   | Details about the competition jury                                      | required                                    |
| `<Member>`           |         | `<Lastname>`<br>`<Firstname>`<br>`<Nation>`                   | Details about the competition jury member (competition management)      | optional                                    |
| `<Judges>`           |         | `<JudgeID>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Nation>`    | Details about the competition Judges                                    | optional                                    |
| `<Runinfo>`          |         | `<Starttime>`<br>`<Endtime>`<br>`<Weather>`<br>`<Statistics>` | Information about the run                                               | required                                    |
| `<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                                    |

<!-- pagebreak -->

Attributes of the elements above:

| Element     | Attribute  | Attribute values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
|-------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Jury>`    | `Function` | **For all competition required:**<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories WC, OWG, WSC, GP:**<br>RACEDIRECTOR<br>RACEDIRECTORASSISTANT<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories YOG, WJC:**<br>COORDINATOR<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories COC, FIS**<br>COORDINATOR<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For category UVS:**<br>RACEDIRECTOR EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT |

| Element     | Attribute  | Attribute values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
|-------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Member>`  | `Function` | **For all competition required:**<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories WC, OWG, WSC, GP:**<br>RACEDIRECTOR<br>RACEDIRECTORASSISTANT<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories YOG, WJC:**<br>COORDINATOR<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For categories COC, FIS**<br>COORDINATOR<br>EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT<br>**For category UVS:**<br>RACEDIRECTOR EQUIPMENTCONTROL<br>CHIEFCOMPETITION<br>TECHNICALDELEGATE<br>TECHNICALDELEGATEASSISTANT |
| `<Judges>`  | `Function` | A, B, C, D, E,<br>SC (Start control)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `<Runinfo>` | `No`       | Run number                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

### 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 |

### 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 `<Judges>`

| Element       | Data   | Description                        | Required |
|---------------|--------|------------------------------------|----------|
| `<JudgeID>`   | string | Judge ID                           | optional |
| `<Lastname>`  | string | Last name of judge                 | required |
| `<Firstname>` | string | First name of judge                | required |
| `<Nation>`    | string | Nation (FIS abbreviation) of judge | required |

### 2.3.5 `<Runinfo>`

| Element        | Child elements                                                                                                                                                                    | Description                                               | Required                               |
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|----------------------------------------|
| `<Starttime>`  |                                                                                                                                                                                   | Start time of the competition<br>Time in 24h, HH:MM       | required                               |
| `<Endtime>`    |                                                                                                                                                                                   | End time of the competition<br>Time in 24h, HH:MM         | optional,<br>required for OWG, WSC, WC |
| `<Weather>`    | `<Starttime>`<br>`<Endtime>`<br>`<Place>`<br>`<Weather>`<br>`<Temperatureair>`<br>`<Temperaturesnow>`<br>`<Humidity>`<br>`<Maxwindspeed>`<br>`<Minwindspeed>`<br>`<Avgwindspeed>` | Information about weather conditions of the jumping round | optional                               |
| `<Statistics>` | `<Base>`<br>`<Group>`<br>`<Instartlist>`<br>`<Started>`<br>`<Withresults>`                                                                                                        |                                                           | optional                               |

<!-- pagebreak -->

Attributes of `<Statistics>`:

| Element        | Attribute | Attribute values |
|----------------|-----------|------------------|
| `<Statistics>` | `Round`   | Round number     |

### 2.3.6 `<Weather>`

| Element             | Data    | Description                       | Required |
|---------------------|---------|-----------------------------------|----------|
| `<Starttime>`       | string  | Start time of the round           | required |
| `<Endtime>`         | string  | End time of the round             | optional |
| `<Place>`           | string  | Place of weather evaluation       | required |
| `<Weather>`         | string  | Description of weather conditions | required |
| `<Snow>`            | string  | Description of snow conditions    | optional |
| `<Temperatureair>`  | decimal | Air Temperature                   | required |
| `<Temperaturesnow>` | decimal | Snow Temperature                  | optional |
| `<Humidity>`        | integer | Air humidity                      | optional |
| `<Maxwindspeed>`    | decimal | Max. wind speed                   | optional |
| `<Minwindspeed>`    | decimal | Min. wind speed                   | optional |
| `<Avgwindspeed>`    | decimal | Avg. wind speed                   | optional |

### 2.3.7 `<Statistics>`

| Element         | Child elements                     | Description                                                | Required |
|-----------------|------------------------------------|------------------------------------------------------------|----------|
| `<Group>`       | `<Stats>`                          | Competition group                                          | optional |
| `<Base>`        | `<Wind>`<br>`<Gate>`<br>`<Length>` | Base values for a competition round                        | optional |
| `<Instartlist>` | `<Competitors>`<br>`<Nations>`     | Numbers of competitors and nation on start list in a round | optional |
| `<Started>`     | `<Competitors>`<br>`<Nations>`     | Numbers of competitors and nation on started in a round    | optional |
| `<Withresults>` | `<Competitors>`<br>`<Nations>`     | Numbers of competitors and nation with results in a round  | optional |

<!-- pagebreak -->

Attributes of `<Group>`:

| Element   | Attribute | Attribute values  |
|-----------|-----------|-------------------|
| `<Group>` | `no`      | Number of a group |

### 2.3.8 `<Group>`

| Element   | Child elements                                                                 | Description                             | Required |
|-----------|--------------------------------------------------------------------------------|-----------------------------------------|----------|
| `<Stats>` | `<Gate>`<br>`<Diff>`<br>`<Athletes>`<br>`<Falls>`<br>`<Distance>`<br>`<Speed>` | Statistic values of a competition round | optional |

Attributes of `<Stats>`:

| Element   | Attribute | Attribute values                         |
|-----------|-----------|------------------------------------------|
| `<Stats>` | `no`      | Number of statistic within a group/round |

### 2.3.9 `<Stats>`

| Element      | Data    | Child elements                | Description                                             | Required |
|--------------|---------|-------------------------------|---------------------------------------------------------|----------|
| `<Gate>`     | string  |                               | Number of gate                                          | optional |
| `<Diff>`     | decimal |                               | Gate difference                                         | optional |
| `<Athletes>` | integer |                               | Number of athletes in a group or gate progression       | optional |
| `<Falls>`    | integer |                               | Number of falls within a group or gate progression      | optional |
| `<Distance>` |         | `<Max>`<br>`<Min>`<br>`<Avg>` | Max, min, avg. distances of a group or gate progression | optional |
| `<Speed>`    |         | `<Max>`<br>`<Min>`<br>`<Avg>` | Max, min, avg. speed of a group or gate progression     | optional |

<!-- pagebreak -->

### 2.3.10 `<Distance>`

| Element | Data    | Description                                   | Required |
|---------|---------|-----------------------------------------------|----------|
| `<Max>` | decimal | Max distances of a group or gate progression  | optional |
| `<Min>` | decimal | min distances of a group or gate progression  | optional |
| `<Avg>` | decimal | Avg. distances of a group or gate progression | optional |

### 2.3.11 `<Speed>`

| Element | Data    | Description                               | Required |
|---------|---------|-------------------------------------------|----------|
| `<Max>` | decimal | Max speed of a group or gate progression  | optional |
| `<Min>` | decimal | min speed of a group or gate progression  | optional |
| `<Avg>` | decimal | Avg. speed of a group or gate progression | optional |

### 2.3.12 `<Base>`

| Element    | Data    | Description                    | Required |
|------------|---------|--------------------------------|----------|
| `<Wind>`   | decimal | Base wind value for a round    | optional |
| `<Gate>`   | string  | Base gate number for a round   | optional |
| `<Length>` | decimal | Base length values for a round | optional |

### 2.3.13 `<Instartlist>`

| Element         | Data    | Description                                     | Required |
|-----------------|---------|-------------------------------------------------|----------|
| `<Competitors>` | integer | Numbers of competitors on start list in a round | optional |
| `<Nations>`     | integer | Numbers of nation on start list in a round      | optional |

### 2.3.14 `<Started>`

| Element         | Data    | Description                                     | Required |
|-----------------|---------|-------------------------------------------------|----------|
| `<Competitors>` | integer | Numbers of competitors on start list in a round | optional |
| `<Nations>`     | integer | Numbers of nation on start list in a round      | optional |

### 2.3.15 `<Withresults>`

| Element         | Data    | Description                                     | Required |
|-----------------|---------|-------------------------------------------------|----------|
| `<Competitors>` | integer | Numbers of competitors on start list in a round | optional |
| `<Nations>`     | integer | Numbers of nation on start list in a round      | optional |

# 3. Result for individual competition

## 3.1 `<JP_classified>`

| Element       | Child elements                                                                             | Description                          | Required |
|---------------|--------------------------------------------------------------------------------------------|--------------------------------------|----------|
| `<JP_ranked>` | `<Rank>`<br>`<Order>`<br>`<Bib>`<br>`<Competitor>`<br>`<JP_result>`<br>`<JP_resultdetail>` | Details of each competitor’s results | required |

Attributes of `<JP_ranked>`:

| Element       | Attribute | Attribute values                |
|---------------|-----------|---------------------------------|
| `<JP_ranked>` | `Status`  | QLF = completed the competition |
| `<JP_ranked>` | `Status2` | Lucky Loser                     |

### 3.1.1 `<JP_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>`             | integer |                                                                                                             | 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 |
| `<JP_result>`       |         | `<Pointsdescend>`<br>`<Level>`                                                                              | Details of the result of the competitor/team      | required |
| `<JP_resultdetail>` |         | `<Jump>`                                                                                                    | Details of each result                            | optional |

<!-- pagebreak -->

Attributes of `<Bib>`:

| Element | Attribute | Attribute values                                              |
|---------|-----------|---------------------------------------------------------------|
| `<Bib>` | `Color`   | y-yellow<br>r-red<br>g-green<br>b-blue<br>w-white<br>bl-black |

### 3.1.2 `<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.1.3 `<JP_result>`

| Element           | Data    | Description                                                                                                                   | Required |
|-------------------|---------|-------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Pointsdescend>` | decimal | Total points for the competition (in descending order, highest points are best)                                               | required |
| `<Level>`         | string  | Round reached (Final, Small final,1/4 final, Semifinal, qualification)<br>final<br>semifinal<br>quarterfinal<br>qualification | optional |

### 3.1.4 `<JP_resultdetail>`

| Element  | Child elements                                                                                                                                                 | Description  | Required |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------|
| `<Jump>` | `<Distance>`<br>`<Distancepoints>`<br>`<Rank>`<br>`<Speed>`<br>`<Judgemarks>`<br>`<Gate>`<br>`<Gatepoints>`<br>`<Wind>`<br>`<Windpoints>`<br>`<Pointsdescend>` | Jump details | optional |

Attributes of `<Jump>`:

| Element  | Attribute | Attribute values                                                                                                                                                                                            |
|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Jump>` | `no`      | number of jump (round)                                                                                                                                                                                      |
| `<Jump>` | `Status`  | IRF – In-run fall<br>DNS – did not start in 2nd round<br>DSQ – disqualified in 2nd round<br>DNQ2 – did not qualify for 2nd round<br>NPS – not permitted to start<br>NPS2 – not permitted to start 2nd round |

### 3.1.5 `<Jump>`

| Element            | Data    | Child elements                                               | Description                     | Required |
|--------------------|---------|--------------------------------------------------------------|---------------------------------|----------|
| `<Distance>`       | decimal |                                                              | jump distance<br>Distance value | required |
| `<Distancepoints>` | decimal |                                                              | distance points                 | required |
| `<Speed>`          | decimal |                                                              | Speed on jump off               | optional |
| `<Jugdesmarks>`    |         | `<Totalpoints>`<br>`<A>`<br>`<B>`<br>`<C>`<br>`<D>`<br>`<E>` | judge points for the jump       | optional |
| `<Gate>`           | integer |                                                              | gate number                     | required |
| `<Gatepoints>`     | decimal |                                                              | gate compensation points        | required |
| `<Wind>`           | decimal |                                                              | wind speed                      | required |
| `<Windpoints>`     | decimal |                                                              | wind compensation points        | required |
| `<Pointsdescend>`  | decimal |                                                              | Jump (round) total points       | required |
| `<Rank>`           | integer |                                                              | Rank of jump round              | required |

### 3.1.6 `<Judgesmarks>`

| Element         | Data    | Description                               | Required |
|-----------------|---------|-------------------------------------------|----------|
| `<Totalpoints>` | decimal | Total points from all counted judge marks | required |
| `<A>`           | decimal | Point of judge A                          | required |
| `<B>`           | decimal | Point of judge B                          | required |
| `<C>`           | decimal | Point of judge C                          | required |
| `<D>`           | decimal | Point of judge D                          | required |
| `<E>`           | decimal | Point of judge E                          | required |

<!-- pagebreak -->

Attributes of the elements above:

| Element | Attribute | Attribute values |
|---------|-----------|------------------|
| `<A>`   | `counted` | yes<br>no        |
| `<B>`   | `counted` | yes<br>no        |
| `<C>`   | `counted` | yes<br>no        |
| `<D>`   | `counted` | yes<br>no        |
| `<E>`   | `counted` | yes<br>no        |

## 3.2 `<JP_notclassified>`

| Element          | Child elements                                                 | Description                          | Required |
|------------------|----------------------------------------------------------------|--------------------------------------|----------|
| `<JP_notranked>` | `<Bib>`<br>`<Competitor>`<br>`<JP_resultdetail>`<br>`<Reason>` | Details of each competitor’s results | required |

Attributes of `<JP_notranked>`:

| Element          | Attribute | Attribute values                                                                                                                                                                                           |
|------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<JP_notranked>` | `Status`  | DNS = Did not start<br>DSQ = Disqualified<br>DNF = Did not finish<br>DNQ = Did not qualify<br>DPO = Doping offense<br>NPS = Not permitted to start<br>DQB = Disqualification for unsportsmanlike behaviour |
| `<JP_notranked>` | `Status2` | Lucky Loser                                                                                                                                                                                                |

### 3.2.1 `<JP_notranked>`

| Element             | Data   | Child elements                                                                                              | Description                                               | 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 |
| `<JP_resultdetail>` |        | `<Jump>`                                                                                                    | Details of each result                                    | optional |
| `<Reason>`          | string |                                                                                                             | Reference to ICR rule number for disqualification offence | optional |

Attributes of `<Bib>`:

| Element | Attribute | Attribute values                                              |
|---------|-----------|---------------------------------------------------------------|
| `<Bib>` | `Color`   | y-yellow<br>r-red<br>g-green<br>b-blue<br>w-white<br>bl-black |

### 3.2.2 `<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.2.3 `<JP_resultdetail>`

| Element  | Child elements                                                                                                                                                 | Description  | Required |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------|
| `<Jump>` | `<Distance>`<br>`<Distancepoints>`<br>`<Rank>`<br>`<Speed>`<br>`<Judgemarks>`<br>`<Gate>`<br>`<Gatepoints>`<br>`<Wind>`<br>`<Windpoints>`<br>`<Pointsdescend>` | Jump details | optional |

Attributes of `<Jump>`:

| Element  | Attribute | Attribute values                                                                                                                                                  |
|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Jump>` | `no`      | number of jump (round)                                                                                                                                            |
| `<Jump>` | `Status`  | IRF – Inrunfall<br>DNS – did not start in 2nd round<br>DSQ – disqualified in 2nd round<br>NPS – not permitted to start<br>NPS2 – not permitted to start 2nd round |

### 3.2.4 `<Jump>`

| Element            | Data    | Child elements                                               | Description                     | Required |
|--------------------|---------|--------------------------------------------------------------|---------------------------------|----------|
| `<Distance>`       | string  |                                                              | jump distance<br>Distance value | optional |
| `<Distancepoints>` | decimal |                                                              | distance points                 | optional |
| `<Speed>`          | decimal |                                                              | Speed on jump off               | optional |
| `<Jugdesmarks>`    |         | `<Totalpoints>`<br>`<A>`<br>`<B>`<br>`<C>`<br>`<D>`<br>`<E>` | judge points for the jump       | optional |
| `<Gate>`           | integer |                                                              | gate number                     | optional |
| `<Gatepoints>`     | decimal |                                                              | gate compensation points        | Optional |
| `<Wind>`           | decimal |                                                              | wind speed                      | optional |
| `<Windpoints>`     | decimal |                                                              | wind compensation points        | optional |
| `<Pointsdescend>`  | decimal |                                                              | Jump (round) total points       | required |
| `<Rank>`           | integer |                                                              | Rank of jump round              | required |

### 3.2.5 `<Judgesmarks>`

| Element         | Data    | Description                               | Required |
|-----------------|---------|-------------------------------------------|----------|
| `<Totalpoints>` | decimal | Total points from all counted judge marks | required |
| `<A>`           | decimal | Point of Judge A                          | required |
| `<B>`           | decimal | Point of Judge B                          | required |
| `<C>`           | decimal | Point of Judge C                          | required |
| `<D>`           | decimal | Point of Judge D                          | required |
| `<E>`           | decimal | Point of Judge E                          | required |

<!-- pagebreak -->

Attributes of the elements above:

| Element | Attribute | Attribute values |
|---------|-----------|------------------|
| `<A>`   | `counted` | yes<br>no        |
| `<B>`   | `counted` | yes<br>no        |
| `<C>`   | `counted` | yes<br>no        |
| `<D>`   | `counted` | yes<br>no        |
| `<E>`   | `counted` | yes<br>no        |

# 4. Result for team competition

## 4.1 `<JP_classified>`

| Element       | Child elements                                                                                      | Description                   | Required |
|---------------|-----------------------------------------------------------------------------------------------------|-------------------------------|----------|
| `<JP_ranked>` | `<Rank>`<br>`<Order>`<br>`<Bib>`<br>`<Team>`<br>`<JP_result>`<br>`<JP_resultdetail>`<br>`<JP_team>` | Details of each teams results | required |

Attributes of `<JP_ranked>`:

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

### 4.1.1 `<JP_ranked>`

| Element             | Data    | Child elements                            | Description                                  | Required |
|---------------------|---------|-------------------------------------------|----------------------------------------------|----------|
| `<Rank>`            | integer |                                           | The team position in the competition         | required |
| `<Order>`           | integer |                                           | The ream order position in the start list    | required |
| `<Bib>`             | integer |                                           | The team starting bib from the first run     | required |
| `<Team>`            |         | `<Fiscode>`<br>`<Teamname>`<br>`<Nation>` | Details of a team                            | required |
| `<JP_result>`       |         | `<Pointsdescend>`                         | Details of the result of the competitor/team | required |
| `<JP_resultdetail>` |         | `<Jump>`                                  | Details of each team result                  | optional |
| `<JP_team>`         |         | `<JP_ranked>`                             | Detailed result of each competitor of a team | optional |

<!-- pagebreak -->

Attributes of `<Bib>`:

| Element | Attribute | Attribute values                                              |
|---------|-----------|---------------------------------------------------------------|
| `<Bib>` | `color`   | y-yellow<br>r-red<br>g-green<br>b-blue<br>w-white<br>bl-black |

### 4.1.2 `<Team>`

| Element      | Data   | Description                                                                                                                                                                                                                                                                  | Required |
|--------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`  | string | The teams 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 publication 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.1.3 `<JP_result>`

| Element           | Data    | Description                                                              | Required |
|-------------------|---------|--------------------------------------------------------------------------|----------|
| `<Pointsdescend>` | decimal | Total points for the team (in descending order, highest points are best) | required |

### 4.1.4 `<JP_resultdetail>`

| Element  | Child elements                | Description            | Required |
|----------|-------------------------------|------------------------|----------|
| `<Jump>` | `<Rank>`<br>`<Pointsdescend>` | details of team result | optional |

Attributes of `<Jump>`:

| Element  | Attribute | Attribute values       |
|----------|-----------|------------------------|
| `<Jump>` | `No`      | number of jump (round) |

### 4.1.5 `<Jump>`

| Element           | Data    | Description               | Required |
|-------------------|---------|---------------------------|----------|
| `<Rank>`          | integer | Rank of jump round        | required |
| `<Pointsdescend>` | decimal | Jump (round) total points | required |

### 4.1.6 `<JP_team>`

| Element         | Child elements                                               | Description                          | Required |
|-----------------|--------------------------------------------------------------|--------------------------------------|----------|
| `<<JP_ranked>>` | `<Rank>`<br>`<Bib>`<br>`<Competitor>`<br>`<JP_resultdetail>` | Details of each competitor’s results | required |

Attributes of `<<JP_ranked>>`:

| Element         | Attribute | Attribute values                |
|-----------------|-----------|---------------------------------|
| `<<JP_ranked>>` | `Status`  | QLF = completed the race        |
| `<<JP_ranked>>` | `Status2` | DNQ = did not qualify 2nd round |

### 4.1.7 `<JP_ranked>`

| Element             | Data    | Child elements                                                                                              | Description                                                                                   | Required |
|---------------------|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|----------|
| `<Rank>`            | integer |                                                                                                             | The competitor overall position in the competition                                            | optional |
| `<Order>`           | integer |                                                                                                             | The competitor’s order position in the start list within the team                             | required |
| `<Bib>`             | string  |                                                                                                             | The team starting bib from the first run<br>If team Bib = 1<br>athlete Bib’s are: 11,12,13,14 | required |
| `<Competitor>`      |         | `<Fiscode>`<br>`<Lastname>`<br>`<Firstname>`<br>`<Gender>`<br>`<Nation>`<br>`<Yearofbirth>`<br>`<Clubname>` | Details of a competitor of a team                                                             | required |
| `<JP_resultdetail>` |         | `<Jump>`                                                                                                    | Details of each competitor result                                                             | optional |

### 4.1.8 `<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 |

### 4.1.9 `<JP_resultdetail>`

| Element  | Child elements                                                                                                                                                 | Description  | Required |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------|
| `<Jump>` | `<Rank>`<br>`<Distance>`<br>`<Distancepoints>`<br>`<Speed>`<br>`<Judgemarks>`<br>`<Gate>`<br>`<Gatepoints>`<br>`<Wind>`<br>`<Windpoints>`<br>`<Pointsdescend>` | Jump details | optional |

Attributes of `<Jump>`:

| Element  | Attribute | Attribute values                                                                                                                                                  |
|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Jump>` | `no`      | number of jump (round)                                                                                                                                            |
| `<Jump>` | `Status`  | IRF – Inrunfall<br>DNS – did not start in 2nd round<br>DSQ – disqualified in 2nd round<br>NPS – not permitted to start<br>NPS2 – not permitted to start 2nd round |

### 4.1.10 `<Jump>`

| Element            | Data    | Child elements                                               | Description                         | Required |
|--------------------|---------|--------------------------------------------------------------|-------------------------------------|----------|
| `<Distance>`       | string  |                                                              | jump distance<br>Distance value     | optional |
| `<Distancepoints>` | decimal |                                                              | distance points                     | optional |
| `<Speed>`          | decimal |                                                              | Speed on jump off                   | optional |
| `<Jugdesmarks>`    |         | `<Totalpoints>`<br>`<A>`<br>`<B>`<br>`<C>`<br>`<D>`<br>`<E>` | judge points for the jump           | optional |
| `<Gate>`           | integer |                                                              | gate number                         | optional |
| `<Gatepoints>`     | decimal |                                                              | gate compensation points            | optional |
| `<Wind>`           | decimal |                                                              | wind speed                          | optional |
| `<Windpoints>`     | decimal |                                                              | wind compensation points            | optional |
| `<Pointsdescend>`  | decimal |                                                              | Jump (round) total points           | required |
| `<Rank>`           | integer |                                                              | Rank of jump round within the group | required |

### 4.1.11 `<Judgesmarks>`

| Element         | Data    | Description                               | Required |
|-----------------|---------|-------------------------------------------|----------|
| `<Totalpoints>` | decimal | Total points from all counted judge marks | required |
| `<A>`           | decimal | Point of Judge A                          | required |
| `<B>`           | decimal | Point of Judge B                          | required |
| `<C>`           | decimal | Point of Judge C                          | required |
| `<D>`           | decimal | Point of Judge D                          | required |
| `<E>`           | decimal | Point of Judge E                          | required |

<!-- pagebreak -->

Attributes of the elements above:

| Element | Attribute | Attribute values |
|---------|-----------|------------------|
| `<A>`   | `counted` | yes<br>no        |
| `<B>`   | `counted` | yes<br>no        |
| `<C>`   | `counted` | yes<br>no        |
| `<D>`   | `counted` | yes<br>no        |
| `<E>`   | `counted` | yes<br>no        |

## 4.2 `<JP_notclassified>`

| Element          | Child elements                                   | Description                  | Required |
|------------------|--------------------------------------------------|------------------------------|----------|
| `<JP_notranked>` | `<Bib>`<br>`<Team>`<br>`<JP_team>`<br>`<Reason>` | Details of each team results | required |

Attributes of `<JP_notranked>`:

| Element          | Attribute | Attribute values                                                                                                                                                                                           |
|------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<JP_notranked>` | `Status`  | DNS = Did not start<br>DSQ = Disqualified<br>DNF = Did not finish<br>DNQ = Did not qualify<br>DPO = Doping offense<br>NPS = not permitted to start<br>DQB = Disqualification for unsportsmanlike behaviour |

### 4.2.1 `<JP_notranked>`

| Element     | Data   | Child elements                            | Description                                               | Required |
|-------------|--------|-------------------------------------------|-----------------------------------------------------------|----------|
| `<Bib>`     | string |                                           | The competitor’s starting bib from the first run          | required |
| `<Team>`    |        | `<Fiscode>`<br>`<Teamname>`<br>`<Nation>` | Details of a team                                         | required |
| `<JP_team>` |        | `<JP_notranked>`                          | Detailed result of each competitor of a team              | optional |
| `<Reason>`  | string |                                           | Reference to ICR rule number for disqualification offence | optional |

### 4.2.2 `<Team>`

| Element      | Data   | Description                                                                                                                                                                                                                                                                  | Required |
|--------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| `<Fiscode>`  | string | The teams 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 publication 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.2.3 `<JP_team>`

| Element          | Child elements                                                             | Description                          | Required |
|------------------|----------------------------------------------------------------------------|--------------------------------------|----------|
| `<JP_notranked>` | `<Rank>`<br>`<Bib>`<br>`<Competitor>`<br>`<JP_resultdetail>`<br>`<Reason>` | Details of each competitor’s results | required |

<!-- pagebreak -->

Attributes of `<<JP_notranked>>`:

| Element          | Attribute | Attribute values                                                                                                                                                                                           |
|------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<JP_notranked>` | `Status`  | DNS = Did not start<br>DSQ = Disqualified<br>DNF = Did not finish<br>DNQ = Did not qualify<br>DPO = Doping offense<br>NPS = not permitted to start<br>DQB = Disqualification for unsportsmanlike behaviour |
| `<JP_notranked>` | `Status2` |                                                                                                                                                                                                            |

### 4.2.4 `<JP_notranked>`

| Element             | Data   | Child elements                                                                                              | Description                              | Required |
|---------------------|--------|-------------------------------------------------------------------------------------------------------------|------------------------------------------|----------|
| `<Bib>`             | string |                                                                                                             | The team 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 of a team        | required |
| `<JP_resultdetail>` |        | `<Jump>`                                                                                                    | Details of each competitor result        | optional |
| `<Reason>`          | string |                                                                                                             | Reason for disqualification              | optional |

### 4.2.5 `<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 publication 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 |

### 4.2.6 `<JP_resultdetail>`

| Element  | Child elements                                                                                                                                                 | Description  | Required |
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------|
| `<Jump>` | `<Distance>`<br>`<Distancepoints>`<br>`<Rank>`<br>`<Speed>`<br>`<Judgemarks>`<br>`<Gate>`<br>`<Gatepoints>`<br>`<Wind>`<br>`<Windpoints>`<br>`<Pointsdescend>` | Jump details | optional |

Attributes of `<Jump>`:

| Element  | Attribute | Attribute values                                                                                                                                                    |
|----------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `<Jump>` | `no`      | number of jump (round)                                                                                                                                              |
| `<Jump>` | `Status`  | IRF – In-run fall<br>DNS – did not start in 2nd round<br>DSQ – disqualified in 2nd round<br>NPS – not permitted to start<br>NPS2 – not permitted to start 2nd round |

### 4.2.7 `<Jump>`

| Element            | Data    | Child elements                                               | Description                         | Required |
|--------------------|---------|--------------------------------------------------------------|-------------------------------------|----------|
| `<Distance>`       | string  |                                                              | jump distance<br>Distance value     | optional |
| `<Distancepoints>` | decimal |                                                              | distance points                     | optional |
| `<Speed>`          | decimal |                                                              | Speed on jump off                   | optional |
| `<Jugdesmarks>`    |         | `<Totalpoints>`<br>`<A>`<br>`<B>`<br>`<C>`<br>`<D>`<br>`<E>` | judge points for the jump           | optional |
| `<Gate>`           | integer |                                                              | gate number                         | optional |
| `<Gatepoints>`     | decimal |                                                              | gate compensation points            | optional |
| `<Wind>`           | decimal |                                                              | wind speed                          | optional |
| `<Windpoints>`     | decimal |                                                              | wind compensation points            | optional |
| `<Pointsdescend>`  | decimal |                                                              | Jump (round) total points           | required |
| `<Rank>`           | integer |                                                              | Rank of jump round within the group | required |

### 4.2.8 `<Judgesmarks>`

| Element         | Data    | Description                               | Required |
|-----------------|---------|-------------------------------------------|----------|
| `<Totalpoints>` | decimal | Total points from all counted judge marks | required |
| `<A>`           | decimal | Point of Judge A                          | required |
| `<B>`           | decimal | Point of Judge B                          | required |
| `<C>`           | decimal | Point of Judge C                          | required |
| `<D>`           | decimal | Point of Judge D                          | required |
| `<E>`           | decimal | Point of Judge E                          | required |

<!-- pagebreak -->

Attributes of the elements above:

| Element | Attribute | Attribute values |
|---------|-----------|------------------|
| `<A>`   | `counted` | yes<br>no        |
| `<B>`   | `counted` | yes<br>no        |
| `<C>`   | `counted` | yes<br>no        |
| `<D>`   | `counted` | yes<br>no        |
| `<E>`   | `counted` | yes<br>no        |

# 5. Example result individual competition

```xml
<?xml version="1.0" encoding="utf-8"?>
<Fisresults>
  <Raceheader Sector="JP" Gender="M">
    <Season>2017</Season>
    <Codex>3945</Codex>
    <Nation>SLO</Nation>
    <Discipline>IND</Discipline>
    <Category>WC</Category>
    <Type>Official</Type>
    <Racedate>
      <Day>26</Day>
      <Month>3</Month>
      <Year>2017</Year>
    </Racedate>
    <Eventname>FIS Ski Jumping World Cup presented by Viessmann</Eventname>
    <Place>Planica</Place>
    <Tempunit>C</Tempunit>
    <Longunit>m</Longunit>
    <Speedunit>kmh</Speedunit>
    <Windunit>ms</Windunit>
  </Raceheader>
  <JP_race>
    <JP_raceinfo>
      <Hill>FH</Hill>
      <Plastic>No</Plastic>
      <Hillsize>225</Hillsize>
      <Kpoint>200</Kpoint>
      <Mvalue>1.2</Mvalue>
      <Gatefactor>8.10</Gatefactor>
      <Windfactorhead>14.40</Windfactorhead>
      <Windfactortail>17.42</Windfactortail>
      <Jury Function="RACEDIRECTOR">
        <lastname>Hofer</lastname>
        <firstname>Walter</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="CHIEFCOMPETITION">
        <Lastname>PEKK</Lastname>
        <Firstname>Teet</Firstname>
        <Nation>EST</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATE">
        <Lastname>PERTILE</Lastname>
        <Firstname>Sandro</Firstname>
        <Nation>ITA</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATEASSISTANT">
        <Lastname>SEDLAK</Lastname>
        <Firstname>Borek</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Member Function="EQUIPMENTCONTROL">
        <Lastname>GRAZER</Lastname>
        <Firstname>Sepp</Firstname>
        <Nation>AUT</Nation>
      </Member>
      <Judges Function="A">
        <lastname>Kathol</lastname>
        <firstname>Christian</firstname>
        <nation>AUT</nation>
      </Judges>
      <Judges Function="B">
        <lastname>Kumagai</lastname>
        <firstname>Takashi</firstname>
        <nation>JPN</nation>
      </Judges>
      <Judges Function="C">
        <lastname>Roenningen</lastname>
        <firstname>Martin</firstname>
        <nation>NOR</nation>
      </Judges>
      <Judges Function="D">
        <lastname>Kern</lastname>
        <firstname>Milos</firstname>
        <nation>SLO</nation>
      </Judges>
      <Judges Function="E">
        <lastname>Frak</lastname>
        <firstname>Vladimir</firstname>
        <nation>SVK</nation>
      </Judges>
      <Runinfo No="1">
        <Starttime>10:00</Starttime>
        <Endtime>11:10</Endtime>
        <Weather>
          <Starttime>09:50</Starttime>
          <Endtime>11:10</Endtime>
          <Place>TakeOff</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.1</Temperatureair>
          <Temperaturesnow>-1.9</Temperaturesnow>
          <Humidity>88</Humidity>
          <Maxwindspeed>0.87</Maxwindspeed>
          <Minwindspeed>-0.17</Minwindspeed>
          <Avgwindspeed>0.26</Avgwindspeed>
        </Weather>
        <Weather>
          <Starttime>09:50</Starttime>
          <Endtime>11:10</Endtime>
          <Place>Finish</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.5</Temperatureair>
          <Temperaturesnow>-1.6</Temperaturesnow>
          <Humidity>90</Humidity>
          <Maxwindspeed>1</Maxwindspeed>
          <Minwindspeed>-0.10</Minwindspeed>
          <Avgwindspeed>0.20</Avgwindspeed>
        </Weather>
        <Statistics>
          <Base>
            <Wind>0.00</Wind>
            <Gate>10</Gate>
            <Length>108.02</Length>
          </Base>
          <Group no="1">
            <Stats no="1">
              <Gate>08</Gate>
              <Diff>-2.20</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>250.0</Max>
                <Min>222.5</Min>
                <Avg>237.0</Avg>
              </Distance>
              <Speed>
                <Max>105.2</Max>
                <Min>103.4</Min>
                <Avg>104.4</Avg>
              </Speed>
            </Stats>
          </Group>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
          <Started>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Started>
          <Withresults>
            <Competitors>29</Competitors>
            <Nations>10</Nations>
          </Withresults>
        </Statistics>
      </Runinfo>
      <Runinfo No="2">
        <Starttime>15:00</Starttime>
        <Endtime>16:00</Endtime>
        <Weather>
          <Starttime>15:00</Starttime>
          <Endtime>16:00</Endtime>
          <Place>TakeOff</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.1</Temperatureair>
          <Temperaturesnow>-1.9</Temperaturesnow>
          <Humidity>80</Humidity>
          <Maxwindspeed>0.87</Maxwindspeed>
          <Minwindspeed>-0.17</Minwindspeed>
          <Avgwindspeed>0.26</Avgwindspeed>
        </Weather>
        <Weather>
          <Starttime>15:00</Starttime>
          <Endtime>16:00</Endtime>
          <Place>Finish</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.5</Temperatureair>
          <Temperaturesnow>-1.6</Temperaturesnow>
          <Humidity>90</Humidity>
          <Maxwindspeed>1</Maxwindspeed>
          <Minwindspeed>-0.10</Minwindspeed>
          <Avgwindspeed>0.20</Avgwindspeed>
        </Weather>
        <Statistics>
          <Base>
            <Wind>0.00</Wind>
            <Gate>10</Gate>
            <Length>108.02</Length>
          </Base>
          <Group no="1">
            <Stats no="1">
              <Gate>08</Gate>
              <Diff>-2.20</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>250.0</Max>
                <Min>222.5</Min>
                <Avg>237.0</Avg>
              </Distance>
              <Speed>
                <Max>105.2</Max>
                <Min>103.4</Min>
                <Avg>104.4</Avg>
              </Speed>
            </Stats>
          </Group>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
          <Started>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Started>
          <Withresults>
            <Competitors>29</Competitors>
            <Nations>10</Nations>
          </Withresults>
        </Statistics>
      </Runinfo>
      <Timingby>Swiss Timing - ST Sportservice GmbH</Timingby>
      <Dataprocessingby>Swiss Timing - ST Sportservice GmbH</Dataprocessingby>
      <Softwarecompany>Swiss Timing - ST Sportservice GmbH</Softwarecompany>
      <Softwarename>Skiman</Softwarename>
      <Softwareversion>4.3.1.0</Softwareversion>
    </JP_raceinfo>
    <JP_classified>
      <JP_ranked Status="QLF">
        <Rank>1</Rank>
        <Bib>40</Bib>
        <Competitor>
          <Fiscode>5142</Fiscode>
          <Lastname>Kubacki</Lastname>
          <Firstname>Dawid</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1990</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>255.6</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>128.0</Distance>
            <Distancepoints>74.4</Distancepoints>
            <Pointsdescend>121.3</Pointsdescend>
            <Rank>6</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>57.0</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="yes">19.0</B>
              <C counted="yes">19.0</C>
              <D counted="no">19.0</D>
              <E counted="no">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.7</Wind>
            <Windpoints>-6.5</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>132.5</Distance>
            <Distancepoints>82.5</Distancepoints>
            <Pointsdescend>134.3</Pointsdescend>
            <Rank>1</Rank>
            <Speed>89.3</Speed>
            <Judgesmarks>
              <Totalpoints>56.5</Totalpoints>
              <A counted="no">19.5</A>
              <B counted="no">18.5</B>
              <C counted="yes">19.0</C>
              <D counted="yes">18.5</D>
              <E counted="yes">19.0</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-1.0</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF" Status2="Lucky Loser">
        <Rank>2</Rank>
        <Bib>47</Bib>
        <Competitor>
          <Fiscode>5298</Fiscode>
          <Lastname>Kot</Lastname>
          <Firstname>Maciej</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>252.2</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>133.0</Distance>
            <Distancepoints>83.4</Distancepoints>
            <Pointsdescend>126.4</Pointsdescend>
            <Rank>1</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>58.5</Totalpoints>
              <A counted="no">20.0</A>
              <B counted="yes">19.5</B>
              <C counted="yes">19.5</C>
              <D counted="yes">19.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>1.2</Wind>
            <Windpoints>-11.9</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>127.5</Distance>
            <Distancepoints>73.5</Distancepoints>
            <Pointsdescend>125.8</Pointsdescend>
            <Rank>3</Rank>
            <Speed>89.1</Speed>
            <Judgesmarks>
              <Totalpoints>56.5</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="yes">18.5</B>
              <C counted="yes">19.0</C>
              <D counted="no">18.5</D>
              <E counted="no">19.5</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-0.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>3</Rank>
        <Bib>41</Bib>
        <Competitor>
          <Fiscode>5567</Fiscode>
          <Lastname>Geiger</Lastname>
          <Firstname>Karl</Firstname>
          <Gender>M</Gender>
          <Nation>GER</Nation>
          <Yearofbirth>1993</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>251.5</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>130.0</Distance>
            <Distancepoints>78.0</Distancepoints>
            <Pointsdescend>125.9</Pointsdescend>
            <Rank>2</Rank>
            <Speed>88.9</Speed>
            <Judgesmarks>
              <Totalpoints>56.5</Totalpoints>
              <A counted="no">17.5</A>
              <B counted="yes">19.0</B>
              <C counted="no">19.0</C>
              <D counted="yes">19.0</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-5.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>128.0</Distance>
            <Distancepoints>74.4</Distancepoints>
            <Pointsdescend>125.6</Pointsdescend>
            <Rank>4</Rank>
            <Speed>89.5</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-0.6</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>4</Rank>
        <Bib>49</Bib>
        <Competitor>
          <Fiscode>6098</Fiscode>
          <Lastname>Tande</Lastname>
          <Firstname>Daniel Andre</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1994</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>245.2</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>125.5</Distance>
            <Distancepoints>69.9</Distancepoints>
            <Pointsdescend>122.4</Pointsdescend>
            <Rank>3</Rank>
            <Speed>88.5</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.5</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>-0.1</Wind>
            <Windpoints>0.6</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>126.0</Distance>
            <Distancepoints>70.8</Distancepoints>
            <Pointsdescend>122.8</Pointsdescend>
            <Rank>7</Rank>
            <Speed>89.3</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.0</Wind>
            <Windpoints>0.2</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>5</Rank>
        <Bib>33</Bib>
        <Competitor>
          <Fiscode>4322</Fiscode>
          <Lastname>Hula</Lastname>
          <Firstname>Stefan</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1986</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>243.9</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>126.5</Distance>
            <Distancepoints>71.7</Distancepoints>
            <Pointsdescend>121.3</Pointsdescend>
            <Rank>6</Rank>
            <Speed>88.5</Speed>
            <Judgesmarks>
              <Totalpoints>56.0</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="no">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-2.8</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>128.0</Distance>
            <Distancepoints>74.4</Distancepoints>
            <Pointsdescend>122.6</Pointsdescend>
            <Rank>8</Rank>
            <Speed>89.0</Speed>
            <Judgesmarks>
              <Totalpoints>57.0</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="no">19.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">19.0</D>
              <E counted="yes">19.0</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-5.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>6</Rank>
        <Bib>36</Bib>
        <Competitor>
          <Fiscode>4801</Fiscode>
          <Lastname>Koudelka</Lastname>
          <Firstname>Roman</Firstname>
          <Gender>M</Gender>
          <Nation>CZE</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>243.3</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>128.0</Distance>
            <Distancepoints>74.4</Distancepoints>
            <Pointsdescend>121.9</Pointsdescend>
            <Rank>4</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>56.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">20.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">19.0</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.9</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>125.5</Distance>
            <Distancepoints>69.9</Distancepoints>
            <Pointsdescend>121.4</Pointsdescend>
            <Rank>13</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.0</Wind>
            <Windpoints>0.2</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>7</Rank>
        <Bib>25</Bib>
        <Competitor>
          <Fiscode>4186</Fiscode>
          <Lastname>Colloredo</Lastname>
          <Firstname>Sebastian</Firstname>
          <Gender>M</Gender>
          <Nation>ITA</Nation>
          <Yearofbirth>1987</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>242.9</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>127.5</Distance>
            <Distancepoints>73.5</Distancepoints>
            <Pointsdescend>120.5</Pointsdescend>
            <Rank>8</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>54.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.5</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>128.0</Distance>
            <Distancepoints>74.4</Distancepoints>
            <Pointsdescend>122.4</Pointsdescend>
            <Rank>9</Rank>
            <Speed>89.1</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="no">18.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.3</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>8</Rank>
        <Bib>4</Bib>
        <Competitor>
          <Fiscode>5181</Fiscode>
          <Lastname>Gangnes</Lastname>
          <Firstname>Kenneth</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>241.2</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>118.2</Pointsdescend>
            <Rank>9</Rank>
            <Speed>87.5</Speed>
            <Judgesmarks>
              <Totalpoints>53.5</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="yes">17.5</B>
              <C counted="no">17.5</C>
              <D counted="no">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>127.0</Distance>
            <Distancepoints>72.6</Distancepoints>
            <Pointsdescend>123.0</Pointsdescend>
            <Rank>6</Rank>
            <Speed>89.2</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-1.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>9</Rank>
        <Bib>38</Bib>
        <Competitor>
          <Fiscode>5262</Fiscode>
          <Lastname>Leyhe</Lastname>
          <Firstname>Stephan</Firstname>
          <Gender>M</Gender>
          <Nation>GER</Nation>
          <Yearofbirth>1992</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>240.6</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>127.5</Distance>
            <Distancepoints>73.5</Distancepoints>
            <Pointsdescend>121.4</Pointsdescend>
            <Rank>5</Rank>
            <Speed>88.5</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.4</Wind>
            <Windpoints>-4.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>125.0</Distance>
            <Distancepoints>69.0</Distancepoints>
            <Pointsdescend>119.2</Pointsdescend>
            <Rank>16</Rank>
            <Speed>89.4</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.2</Wind>
            <Windpoints>-1.6</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>10</Rank>
        <Bib>43</Bib>
        <Competitor>
          <Fiscode>5589</Fiscode>
          <Lastname>Johansson</Lastname>
          <Firstname>Robert</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1990</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>239.5</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>115.7</Pointsdescend>
            <Rank>12</Rank>
            <Speed>88.8</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.0</Wind>
            <Windpoints>-0.1</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>126.0</Distance>
            <Distancepoints>70.8</Distancepoints>
            <Pointsdescend>123.8</Pointsdescend>
            <Rank>5</Rank>
            <Speed>89.0</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.5</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.2</Wind>
            <Windpoints>-2.0</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>11</Rank>
        <Bib>26</Bib>
        <Competitor>
          <Fiscode>5626</Fiscode>
          <Lastname>Semenic</Lastname>
          <Firstname>Anze</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1993</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>236.1</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>122.0</Distance>
            <Distancepoints>63.6</Distancepoints>
            <Pointsdescend>109.6</Pointsdescend>
            <Rank>22</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="yes">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="no">18.5</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>130.0</Distance>
            <Distancepoints>78.0</Distancepoints>
            <Pointsdescend>126.5</Pointsdescend>
            <Rank>2</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>56.5</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="yes">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="no">19.0</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.0</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>12</Rank>
        <Bib>31</Bib>
        <Competitor>
          <Fiscode>5040</Fiscode>
          <Lastname>Schlierenzauer</Lastname>
          <Firstname>Gregor</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1990</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>235.2</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>114.1</Pointsdescend>
            <Rank>17</Rank>
            <Speed>88.8</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.2</Wind>
            <Windpoints>-1.7</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>125.5</Distance>
            <Distancepoints>69.9</Distancepoints>
            <Pointsdescend>121.1</Pointsdescend>
            <Rank>14</Rank>
            <Speed>88.9</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.4</Wind>
            <Windpoints>-4.3</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>13</Rank>
        <Bib>45</Bib>
        <Competitor>
          <Fiscode>4325</Fiscode>
          <Lastname>Zyla</Lastname>
          <Firstname>Piotr</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1987</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>234.5</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>125.0</Distance>
            <Distancepoints>69.0</Distancepoints>
            <Pointsdescend>115.3</Pointsdescend>
            <Rank>14</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.5</B>
              <C counted="no">19.0</C>
              <D counted="yes">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.6</Wind>
            <Windpoints>-5.6</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>124.0</Distance>
            <Distancepoints>67.2</Distancepoints>
            <Pointsdescend>119.2</Pointsdescend>
            <Rank>16</Rank>
            <Speed>88.4</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.0</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>14</Rank>
        <Bib>19</Bib>
        <Competitor>
          <Fiscode>5396</Fiscode>
          <Lastname>Larinto</Lastname>
          <Firstname>Ville</Firstname>
          <Gender>M</Gender>
          <Nation>FIN</Nation>
          <Yearofbirth>1990</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>234.0</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>127.0</Distance>
            <Distancepoints>72.6</Distancepoints>
            <Pointsdescend>117.5</Pointsdescend>
            <Rank>10</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>56.0</Totalpoints>
              <A counted="no">19.0</A>
              <B counted="yes">19.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.1</Wind>
            <Windpoints>-11.1</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>124.5</Distance>
            <Distancepoints>68.1</Distancepoints>
            <Pointsdescend>116.5</Pointsdescend>
            <Rank>21</Rank>
            <Speed>88.9</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>14</Gate>
            <Gatepoints>-3.7</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>15</Rank>
        <Bib>15</Bib>
        <Competitor>
          <Fiscode>5515</Fiscode>
          <Lastname>Altenburger</Lastname>
          <Firstname>Florian</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1993</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>233.2</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>125.0</Distance>
            <Distancepoints>69.0</Distancepoints>
            <Pointsdescend>115.1</Pointsdescend>
            <Rank>15</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="no">18.0</A>
              <B counted="yes">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.9</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>124.0</Distance>
            <Distancepoints>67.2</Distancepoints>
            <Pointsdescend>118.1</Pointsdescend>
            <Rank>19</Rank>
            <Speed>88.6</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>16</Rank>
        <Bib>46</Bib>
        <Competitor>
          <Fiscode>5658</Fiscode>
          <Lastname>Prevc</Lastname>
          <Firstname>Peter</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1992</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>233.1</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>124.5</Distance>
            <Distancepoints>68.1</Distancepoints>
            <Pointsdescend>111.0</Pointsdescend>
            <Rank>21</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-9.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>126.5</Distance>
            <Distancepoints>71.7</Distancepoints>
            <Pointsdescend>122.1</Pointsdescend>
            <Rank>10</Rank>
            <Speed>88.6</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.5</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-5.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>17</Rank>
        <Bib>18</Bib>
        <Competitor>
          <Fiscode>2708</Fiscode>
          <Lastname>Bresadola</Lastname>
          <Firstname>Davide</Firstname>
          <Gender>M</Gender>
          <Nation>ITA</Nation>
          <Yearofbirth>1988</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>232.5</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>124.5</Distance>
            <Distancepoints>68.1</Distancepoints>
            <Pointsdescend>115.5</Pointsdescend>
            <Rank>13</Rank>
            <Speed>87.6</Speed>
            <Judgesmarks>
              <Totalpoints>54.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.7</Wind>
            <Windpoints>-7.1</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>122.5</Distance>
            <Distancepoints>64.5</Distancepoints>
            <Pointsdescend>117.0</Pointsdescend>
            <Rank>20</Rank>
            <Speed>88.2</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="no">18.0</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-2.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>18</Rank>
        <Bib>3</Bib>
        <Competitor>
          <Fiscode>2918</Fiscode>
          <Lastname>Kranjec</Lastname>
          <Firstname>Robert</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1981</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>231.9</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.5</Distance>
            <Distancepoints>66.3</Distancepoints>
            <Pointsdescend>111.7</Pointsdescend>
            <Rank>19</Rank>
            <Speed>87.4</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">17.0</B>
              <C counted="yes">17.5</C>
              <D counted="no">18.0</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>1.4</Wind>
            <Windpoints>-14.4</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>125.0</Distance>
            <Distancepoints>69.0</Distancepoints>
            <Pointsdescend>120.2</Pointsdescend>
            <Rank>15</Rank>
            <Speed>88.6</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.4</Wind>
            <Windpoints>-4.3</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>19</Rank>
        <Bib>48</Bib>
        <Competitor>
          <Fiscode>6696</Fiscode>
          <Lastname>Wellinger</Lastname>
          <Firstname>Andreas</Firstname>
          <Gender>M</Gender>
          <Nation>GER</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>230.6</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>115.9</Pointsdescend>
            <Rank>11</Rank>
            <Speed>88.2</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-1.4</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>121.0</Distance>
            <Distancepoints>61.8</Distancepoints>
            <Pointsdescend>114.7</Pointsdescend>
            <Rank>23</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.2</Wind>
            <Windpoints>-2.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>20</Rank>
        <Bib>32</Bib>
        <Competitor>
          <Fiscode>6437</Fiscode>
          <Lastname>Lanisek</Lastname>
          <Firstname>Anze</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1996</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>228.9</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>120.0</Distance>
            <Distancepoints>60.0</Distancepoints>
            <Pointsdescend>106.9</Pointsdescend>
            <Rank>27</Rank>
            <Speed>88.2</Speed>
            <Judgesmarks>
              <Totalpoints>53.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">18.0</B>
              <C counted="yes">17.5</C>
              <D counted="no">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-2.5</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>128.5</Distance>
            <Distancepoints>75.3</Distancepoints>
            <Pointsdescend>122.0</Pointsdescend>
            <Rank>11</Rank>
            <Speed>88.2</Speed>
            <Judgesmarks>
              <Totalpoints>56.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.5</D>
              <E counted="no">19.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-9.3</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>21</Rank>
        <Bib>35</Bib>
        <Competitor>
          <Fiscode>5972</Fiscode>
          <Lastname>Fannemel</Lastname>
          <Firstname>Anders</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>227.3</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>120.5</Distance>
            <Distancepoints>60.9</Distancepoints>
            <Pointsdescend>105.8</Pointsdescend>
            <Rank>30</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>53.5</Totalpoints>
              <A counted="no">17.5</A>
              <B counted="yes">18.0</B>
              <C counted="no">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-5.0</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>129.0</Distance>
            <Distancepoints>76.2</Distancepoints>
            <Pointsdescend>121.5</Pointsdescend>
            <Rank>12</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>56.5</Totalpoints>
              <A counted="yes">19.0</A>
              <B counted="yes">19.0</B>
              <C counted="no">18.5</C>
              <D counted="no">19.0</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.1</Wind>
            <Windpoints>-11.2</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>22</Rank>
        <Bib>28</Bib>
        <Competitor>
          <Fiscode>5518</Fiscode>
          <Lastname>Aigner</Lastname>
          <Firstname>Clemens</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1993</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>226.4</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>121.0</Distance>
            <Distancepoints>61.8</Distancepoints>
            <Pointsdescend>112.0</Pointsdescend>
            <Rank>18</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="no">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.4</Wind>
            <Windpoints>-3.8</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>123.5</Distance>
            <Distancepoints>66.3</Distancepoints>
            <Pointsdescend>114.4</Pointsdescend>
            <Rank>24</Rank>
            <Speed>88.6</Speed>
            <Judgesmarks>
              <Totalpoints>53.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="yes">17.5</B>
              <C counted="no">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.9</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>23</Rank>
        <Bib>22</Bib>
        <Competitor>
          <Fiscode>6758</Fiscode>
          <Lastname>Insam</Lastname>
          <Firstname>Alex</Firstname>
          <Gender>M</Gender>
          <Nation>ITA</Nation>
          <Yearofbirth>1997</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>225.4</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>120.5</Distance>
            <Distancepoints>60.9</Distancepoints>
            <Pointsdescend>107.1</Pointsdescend>
            <Rank>26</Rank>
            <Speed>87.4</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">17.5</B>
              <C counted="no">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.8</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>126.5</Distance>
            <Distancepoints>71.7</Distancepoints>
            <Pointsdescend>118.3</Pointsdescend>
            <Rank>18</Rank>
            <Speed>88.0</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.5</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>24</Rank>
        <Bib>37</Bib>
        <Competitor>
          <Fiscode>4141</Fiscode>
          <Lastname>Kofler</Lastname>
          <Firstname>Andreas</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1984</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>225.1</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.5</Distance>
            <Distancepoints>66.3</Distancepoints>
            <Pointsdescend>111.7</Pointsdescend>
            <Rank>19</Rank>
            <Speed>89.2</Speed>
            <Judgesmarks>
              <Totalpoints>53.5</Totalpoints>
              <A counted="no">18.5</A>
              <B counted="no">17.5</B>
              <C counted="yes">17.5</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.5</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>122.0</Distance>
            <Distancepoints>63.6</Distancepoints>
            <Pointsdescend>113.4</Pointsdescend>
            <Rank>25</Rank>
            <Speed>89.3</Speed>
            <Judgesmarks>
              <Totalpoints>54.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="no">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>25</Rank>
        <Bib>13</Bib>
        <Competitor>
          <Fiscode>6845</Fiscode>
          <Lastname>Pavlovcic</Lastname>
          <Firstname>Bor</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1998</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>225.0</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>121.0</Distance>
            <Distancepoints>61.8</Distancepoints>
            <Pointsdescend>109.0</Pointsdescend>
            <Rank>23</Rank>
            <Speed>87.4</Speed>
            <Judgesmarks>
              <Totalpoints>53.5</Totalpoints>
              <A counted="no">18.0</A>
              <B counted="yes">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.6</Wind>
            <Windpoints>-6.3</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>125.0</Distance>
            <Distancepoints>69.0</Distancepoints>
            <Pointsdescend>116.0</Pointsdescend>
            <Rank>22</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.0</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-8.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>26</Rank>
        <Bib>20</Bib>
        <Competitor>
          <Fiscode>5706</Fiscode>
          <Lastname>Romashov</Lastname>
          <Firstname>Alexey</Firstname>
          <Gender>M</Gender>
          <Nation>RUS</Nation>
          <Yearofbirth>1992</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>220.4</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>126.5</Distance>
            <Distancepoints>71.7</Distancepoints>
            <Pointsdescend>115.0</Pointsdescend>
            <Rank>16</Rank>
            <Speed>87.5</Speed>
            <Judgesmarks>
              <Totalpoints>55.5</Totalpoints>
              <A counted="yes">18.5</A>
              <B counted="yes">18.5</B>
              <C counted="no">18.0</C>
              <D counted="no">18.5</D>
              <E counted="yes">18.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.2</Wind>
            <Windpoints>-12.2</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>117.0</Distance>
            <Distancepoints>54.6</Distancepoints>
            <Pointsdescend>105.4</Pointsdescend>
            <Rank>28</Rank>
            <Speed>88.1</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">17.0</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.2</Wind>
            <Windpoints>-1.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>27</Rank>
        <Bib>8</Bib>
        <Competitor>
          <Fiscode>6235</Fiscode>
          <Lastname>Peier</Lastname>
          <Firstname>Killian</Firstname>
          <Gender>M</Gender>
          <Nation>SUI</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>219.0</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>116.0</Distance>
            <Distancepoints>52.8</Distancepoints>
            <Pointsdescend>107.7</Pointsdescend>
            <Rank>25</Rank>
            <Speed>87.2</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="no">17.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.9</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>111.3</Pointsdescend>
            <Rank>26</Rank>
            <Speed>88.1</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>28</Rank>
        <Bib>34</Bib>
        <Competitor>
          <Fiscode>2067</Fiscode>
          <Lastname>Ammann</Lastname>
          <Firstname>Simon</Firstname>
          <Gender>M</Gender>
          <Nation>SUI</Nation>
          <Yearofbirth>1981</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>216.8</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>105.9</Pointsdescend>
            <Rank>29</Rank>
            <Speed>87.7</Speed>
            <Judgesmarks>
              <Totalpoints>49.0</Totalpoints>
              <A counted="yes">16.5</A>
              <B counted="no">16.0</B>
              <C counted="no">17.0</C>
              <D counted="yes">16.0</D>
              <E counted="yes">16.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.9</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>110.9</Pointsdescend>
            <Rank>27</Rank>
            <Speed>87.4</Speed>
            <Judgesmarks>
              <Totalpoints>52.0</Totalpoints>
              <A counted="no">18.0</A>
              <B counted="yes">17.5</B>
              <C counted="no">17.0</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.7</Wind>
            <Windpoints>-6.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>29</Rank>
        <Bib>2</Bib>
        <Competitor>
          <Fiscode>6165</Fiscode>
          <Lastname>Wolny</Lastname>
          <Firstname>Jakub</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>212.5</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>124.0</Distance>
            <Distancepoints>67.2</Distancepoints>
            <Pointsdescend>108.0</Pointsdescend>
            <Rank>24</Rank>
            <Speed>87.2</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">18.5</B>
              <C counted="yes">18.0</C>
              <D counted="no">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.3</Wind>
            <Windpoints>-13.2</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>119.5</Distance>
            <Distancepoints>59.1</Distancepoints>
            <Pointsdescend>104.5</Pointsdescend>
            <Rank>30</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>53.5</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="yes">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="no">17.5</D>
              <E counted="no">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-8.1</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>30</Rank>
        <Bib>16</Bib>
        <Competitor>
          <Fiscode>5435</Fiscode>
          <Lastname>Deschwanden</Lastname>
          <Firstname>Gregor</Firstname>
          <Gender>M</Gender>
          <Nation>SUI</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>210.9</Pointsdescend>
          <Level>C2</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>123.0</Distance>
            <Distancepoints>65.4</Distancepoints>
            <Pointsdescend>106.0</Pointsdescend>
            <Rank>28</Rank>
            <Speed>87.2</Speed>
            <Judgesmarks>
              <Totalpoints>54.0</Totalpoints>
              <A counted="no">18.5</A>
              <B counted="no">17.5</B>
              <C counted="yes">18.0</C>
              <D counted="yes">18.0</D>
              <E counted="yes">18.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.4</Wind>
            <Windpoints>-13.4</Windpoints>
          </Jump>
          <Jump No="2">
            <Distance>121.0</Distance>
            <Distancepoints>61.8</Distancepoints>
            <Pointsdescend>104.9</Pointsdescend>
            <Rank>29</Rank>
            <Speed>87.6</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">17.5</B>
              <C counted="no">17.0</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-9.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>31</Rank>
        <Bib>50</Bib>
        <Competitor>
          <Fiscode>4321</Fiscode>
          <Lastname>Stoch</Lastname>
          <Firstname>Kamil</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1987</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>105.6</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>119.0</Distance>
            <Distancepoints>58.2</Distancepoints>
            <Pointsdescend>105.6</Pointsdescend>
            <Rank>31</Rank>
            <Speed>87.9</Speed>
            <Judgesmarks>
              <Totalpoints>54.5</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="no">19.0</B>
              <C counted="yes">18.5</C>
              <D counted="yes">18.0</D>
              <E counted="no">18.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>32</Rank>
        <Bib>42</Bib>
        <Competitor>
          <Fiscode>2987</Fiscode>
          <Lastname>Descombes Sevoie</Lastname>
          <Firstname>Vincent</Firstname>
          <Gender>M</Gender>
          <Nation>FRA</Nation>
          <Yearofbirth>1984</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>105.3</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>119.5</Distance>
            <Distancepoints>59.1</Distancepoints>
            <Pointsdescend>105.3</Pointsdescend>
            <Rank>32</Rank>
            <Speed>88.6</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="no">17.5</A>
              <B counted="no">17.5</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-2.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>32</Rank>
        <Bib>9</Bib>
        <Competitor>
          <Fiscode>6996</Fiscode>
          <Lastname>Aalto</Lastname>
          <Firstname>Antti</Firstname>
          <Gender>M</Gender>
          <Nation>FIN</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>105.3</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>118.0</Distance>
            <Distancepoints>56.4</Distancepoints>
            <Pointsdescend>105.3</Pointsdescend>
            <Rank>32</Rank>
            <Speed>87.6</Speed>
            <Judgesmarks>
              <Totalpoints>51.0</Totalpoints>
              <A counted="no">17.5</A>
              <B counted="no">16.5</B>
              <C counted="yes">17.0</C>
              <D counted="yes">17.0</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-9.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>34</Rank>
        <Bib>14</Bib>
        <Competitor>
          <Fiscode>5326</Fiscode>
          <Lastname>Muranka</Lastname>
          <Firstname>Klemens</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1994</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>104.8</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>119.5</Distance>
            <Distancepoints>59.1</Distancepoints>
            <Pointsdescend>104.8</Pointsdescend>
            <Rank>34</Rank>
            <Speed>87.1</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="yes">17.5</B>
              <C counted="no">18.0</C>
              <D counted="yes">17.5</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.7</Wind>
            <Windpoints>-6.8</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>35</Rank>
        <Bib>17</Bib>
        <Competitor>
          <Fiscode>5494</Fiscode>
          <Lastname>Zniszczol</Lastname>
          <Firstname>Aleksander</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1994</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>101.9</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>119.0</Distance>
            <Distancepoints>58.2</Distancepoints>
            <Pointsdescend>101.9</Pointsdescend>
            <Rank>35</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="no">18.0</A>
              <B counted="no">17.0</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-8.8</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>36</Rank>
        <Bib>27</Bib>
        <Competitor>
          <Fiscode>6671</Fiscode>
          <Lastname>Bickner</Lastname>
          <Firstname>Kevin</Firstname>
          <Gender>M</Gender>
          <Nation>USA</Nation>
          <Yearofbirth>1996</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>101.4</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>118.5</Distance>
            <Distancepoints>57.3</Distancepoints>
            <Pointsdescend>101.4</Pointsdescend>
            <Rank>36</Rank>
            <Speed>88.3</Speed>
            <Judgesmarks>
              <Totalpoints>51.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">16.0</B>
              <C counted="no">17.5</C>
              <D counted="yes">17.0</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.4</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>37</Rank>
        <Bib>11</Bib>
        <Competitor>
          <Fiscode>5945</Fiscode>
          <Lastname>Huber</Lastname>
          <Firstname>Daniel</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1993</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>100.7</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>113.5</Distance>
            <Distancepoints>48.3</Distancepoints>
            <Pointsdescend>100.7</Pointsdescend>
            <Rank>37</Rank>
            <Speed>86.8</Speed>
            <Judgesmarks>
              <Totalpoints>51.0</Totalpoints>
              <A counted="yes">17.0</A>
              <B counted="yes">17.0</B>
              <C counted="no">17.5</C>
              <D counted="no">17.0</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.6</Wind>
            <Windpoints>-5.9</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>38</Rank>
        <Bib>39</Bib>
        <Competitor>
          <Fiscode>4646</Fiscode>
          <Lastname>Tepes</Lastname>
          <Firstname>Jurij</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>100.0</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>117.5</Distance>
            <Distancepoints>55.5</Distancepoints>
            <Pointsdescend>100.0</Pointsdescend>
            <Rank>38</Rank>
            <Speed>88.7</Speed>
            <Judgesmarks>
              <Totalpoints>53.0</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">18.0</B>
              <C counted="yes">18.0</C>
              <D counted="no">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.5</Wind>
            <Windpoints>-4.9</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>39</Rank>
        <Bib>29</Bib>
        <Competitor>
          <Fiscode>6414</Fiscode>
          <Lastname>Stursa</Lastname>
          <Firstname>Vojtech</Firstname>
          <Gender>M</Gender>
          <Nation>CZE</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>97.6</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>114.5</Distance>
            <Distancepoints>50.1</Distancepoints>
            <Pointsdescend>97.6</Pointsdescend>
            <Rank>39</Rank>
            <Speed>88.0</Speed>
            <Judgesmarks>
              <Totalpoints>51.0</Totalpoints>
              <A counted="yes">17.0</A>
              <B counted="no">16.5</B>
              <C counted="no">17.5</C>
              <D counted="yes">17.0</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>40</Rank>
        <Bib>23</Bib>
        <Competitor>
          <Fiscode>6724</Fiscode>
          <Lastname>Polasek</Lastname>
          <Firstname>Viktor</Firstname>
          <Gender>M</Gender>
          <Nation>CZE</Nation>
          <Yearofbirth>1997</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>95.8</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>115.0</Distance>
            <Distancepoints>51.0</Distancepoints>
            <Pointsdescend>95.8</Pointsdescend>
            <Rank>40</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="no">17.0</A>
              <B counted="no">18.0</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="yes">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>41</Rank>
        <Bib>24</Bib>
        <Competitor>
          <Fiscode>6883</Fiscode>
          <Lastname>Vancura</Lastname>
          <Firstname>Tomas</Firstname>
          <Gender>M</Gender>
          <Nation>CZE</Nation>
          <Yearofbirth>1996</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>94.7</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>114.0</Distance>
            <Distancepoints>49.2</Distancepoints>
            <Pointsdescend>94.7</Pointsdescend>
            <Rank>41</Rank>
            <Speed>87.8</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="no">17.0</A>
              <B counted="yes">17.5</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.7</Wind>
            <Windpoints>-7.0</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>42</Rank>
        <Bib>44</Bib>
        <Competitor>
          <Fiscode>5564</Fiscode>
          <Lastname>Freitag</Lastname>
          <Firstname>Richard</Firstname>
          <Gender>M</Gender>
          <Nation>GER</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>94.3</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>114.0</Distance>
            <Distancepoints>49.2</Distancepoints>
            <Pointsdescend>94.3</Pointsdescend>
            <Rank>42</Rank>
            <Speed>88.2</Speed>
            <Judgesmarks>
              <Totalpoints>51.5</Totalpoints>
              <A counted="yes">17.0</A>
              <B counted="yes">17.0</B>
              <C counted="yes">17.5</C>
              <D counted="no">17.5</D>
              <E counted="no">17.0</E>
            </Judgesmarks>
            <Gate>13</Gate>
            <Gatepoints>-3.6</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-2.8</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>42</Rank>
        <Bib>1</Bib>
        <Competitor>
          <Fiscode>6530</Fiscode>
          <Lastname>Kantyka</Lastname>
          <Firstname>Przemyslaw</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1996</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>94.3</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>117.0</Distance>
            <Distancepoints>54.6</Distancepoints>
            <Pointsdescend>94.3</Pointsdescend>
            <Rank>42</Rank>
            <Speed>87.9</Speed>
            <Judgesmarks>
              <Totalpoints>52.5</Totalpoints>
              <A counted="yes">17.5</A>
              <B counted="no">17.0</B>
              <C counted="yes">17.5</C>
              <D counted="yes">17.5</D>
              <E counted="no">17.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>1.3</Wind>
            <Windpoints>-12.8</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>44</Rank>
        <Bib>10</Bib>
        <Competitor>
          <Fiscode>6151</Fiscode>
          <Lastname>Sato</Lastname>
          <Firstname>Yukiya</Firstname>
          <Gender>M</Gender>
          <Nation>JPN</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>92.1</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>108.5</Distance>
            <Distancepoints>39.3</Distancepoints>
            <Pointsdescend>92.1</Pointsdescend>
            <Rank>44</Rank>
            <Speed>87.1</Speed>
            <Judgesmarks>
              <Totalpoints>49.0</Totalpoints>
              <A counted="yes">16.5</A>
              <B counted="no">15.5</B>
              <C counted="no">17.5</C>
              <D counted="yes">16.5</D>
              <E counted="yes">16.0</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.3</Wind>
            <Windpoints>-3.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>44</Rank>
        <Bib>7</Bib>
        <Competitor>
          <Fiscode>4972</Fiscode>
          <Lastname>Zupancic</Lastname>
          <Firstname>Miran</Firstname>
          <Gender>M</Gender>
          <Nation>SLO</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>92.1</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>107.0</Distance>
            <Distancepoints>36.6</Distancepoints>
            <Pointsdescend>92.1</Pointsdescend>
            <Rank>44</Rank>
            <Speed>87.2</Speed>
            <Judgesmarks>
              <Totalpoints>49.0</Totalpoints>
              <A counted="yes">16.5</A>
              <B counted="no">16.0</B>
              <C counted="no">17.0</C>
              <D counted="yes">16.0</D>
              <E counted="yes">16.5</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.1</Wind>
            <Windpoints>-0.8</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>46</Rank>
        <Bib>5</Bib>
        <Competitor>
          <Fiscode>5760</Fiscode>
          <Lastname>Trofimov</Lastname>
          <Firstname>Roman Sergeevich</Firstname>
          <Gender>M</Gender>
          <Nation>RUS</Nation>
          <Yearofbirth>1989</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>87.7</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>108.0</Distance>
            <Distancepoints>38.4</Distancepoints>
            <Pointsdescend>87.7</Pointsdescend>
            <Rank>46</Rank>
            <Speed>86.7</Speed>
            <Judgesmarks>
              <Totalpoints>48.0</Totalpoints>
              <A counted="yes">16.0</A>
              <B counted="no">15.0</B>
              <C counted="yes">16.5</C>
              <D counted="no">16.5</D>
              <E counted="yes">15.5</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>0.6</Wind>
            <Windpoints>-6.0</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>47</Rank>
        <Bib>12</Bib>
        <Competitor>
          <Fiscode>6327</Fiscode>
          <Lastname>Tollinger</Lastname>
          <Firstname>Elias</Firstname>
          <Gender>M</Gender>
          <Nation>AUT</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>84.6</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>109.5</Distance>
            <Distancepoints>41.1</Distancepoints>
            <Pointsdescend>84.6</Pointsdescend>
            <Rank>47</Rank>
            <Speed>87.9</Speed>
            <Judgesmarks>
              <Totalpoints>51.0</Totalpoints>
              <A counted="yes">16.5</A>
              <B counted="yes">17.5</B>
              <C counted="no">18.0</C>
              <D counted="no">16.5</D>
              <E counted="yes">17.0</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.8</Wind>
            <Windpoints>-7.5</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>48</Rank>
        <Bib>21</Bib>
        <Competitor>
          <Fiscode>5451</Fiscode>
          <Lastname>Kobayashi</Lastname>
          <Firstname>Junshiro</Firstname>
          <Gender>M</Gender>
          <Nation>JPN</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>83.3</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>110.0</Distance>
            <Distancepoints>42.0</Distancepoints>
            <Pointsdescend>83.3</Pointsdescend>
            <Rank>48</Rank>
            <Speed>86.8</Speed>
            <Judgesmarks>
              <Totalpoints>50.0</Totalpoints>
              <A counted="yes">17.0</A>
              <B counted="no">16.0</B>
              <C counted="no">17.5</C>
              <D counted="yes">16.5</D>
              <E counted="yes">16.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>0.0</Gatepoints>
            <Wind>0.9</Wind>
            <Windpoints>-8.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>49</Rank>
        <Bib>6</Bib>
        <Competitor>
          <Fiscode>7256</Fiscode>
          <Lastname>Bjoereng</Lastname>
          <Firstname>Joacim Oedegaard</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1995</Yearofbirth>
        </Competitor>
        <JP_result>
          <Pointsdescend>71.0</Pointsdescend>
          <Level>C1</Level>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>100.5</Distance>
            <Distancepoints>24.9</Distancepoints>
            <Pointsdescend>71.0</Pointsdescend>
            <Rank>49</Rank>
            <Speed>87.5</Speed>
            <Judgesmarks>
              <Totalpoints>48.5</Totalpoints>
              <A counted="yes">16.0</A>
              <B counted="no">16.0</B>
              <C counted="no">16.5</C>
              <D counted="yes">16.0</D>
              <E counted="yes">16.5</E>
            </Judgesmarks>
            <Gate>10</Gate>
            <Gatepoints>7.3</Gatepoints>
            <Wind>1.0</Wind>
            <Windpoints>-9.7</Windpoints>
          </Jump>
        </JP_resultdetail>
      </JP_ranked>
    </JP_classified>
    <JP_notclassified>
      <JP_notranked Status="DSQ">
        <Bib>23</Bib>
        <Competitor>
          <Fiscode>6098</Fiscode>
          <Lastname>Tande</Lastname>
          <Firstname>Daniel Andre</Firstname>
          <Gender>M</Gender>
          <Nation>NOR</Nation>
          <Yearofbirth>1994</Yearofbirth>
        </Competitor>
        <Reason>SUIT</Reason>
      </JP_notranked>
      <JP_notranked Status="DNF">
        <Bib>52</Bib>
        <Competitor>
          <Fiscode>2024</Fiscode>
          <Lastname>Kim</Lastname>
          <Firstname>Hyun-Ki</Firstname>
          <Gender>M</Gender>
          <Nation>KOR</Nation>
          <Yearofbirth>1983</Yearofbirth>
        </Competitor>
        <JP_resultdetail>
          <Jump No="1">
            <Distance>222.5</Distance>
            <Distancepoints>78.8</Distancepoints>
            <Pointsdescend>240.1</Pointsdescend>
            <Rank>1</Rank>
            <Speed>91.1</Speed>
            <Judgesmarks>
              <Totalpoints>55.0</Totalpoints>
              <A counted="yes">18.0</A>
              <B counted="yes">18.5</B>
              <C counted="yes">18.5</C>
              <D counted="no">18.0</D>
              <E counted="no">18.5</E>
            </Judgesmarks>
            <Gate>12</Gate>
            <Gatepoints>-34.6</Gatepoints>
            <Wind>-0.15</Wind>
            <Windpoints>1.4</Windpoints>
          </Jump>
          <Jump No="2" Status="DNS"></Jump>
        </JP_resultdetail>
      </JP_notranked>
      <JP_notranked Status="DNS">
        <Bib>53</Bib>
        <Competitor>
          <Fiscode>2025</Fiscode>
          <Lastname>Choi</Lastname>
          <Firstname>Heung-Chul</Firstname>
          <Gender>M</Gender>
          <Nation>KOR</Nation>
          <Yearofbirth>1981</Yearofbirth>
        </Competitor>
      </JP_notranked>
    </JP_notclassified>
  </JP_race>
</Fisresults>
```

# 6. Example start list individual competition

```xml
<?xml version="1.0" encoding="utf-8"?>
<Fisresults>
  <Raceheader Sector="JP" Gender="M">
    <Season>2017</Season>
    <Codex>3945</Codex>
    <Nation>SLO</Nation>
    <Discipline>IND</Discipline>
    <Category>WC</Category>
    <Type>Official</Type>
    <Racedate>
      <Day>26</Day>
      <Month>3</Month>
      <Year>2017</Year>
    </Racedate>
    <Eventname>FIS Ski Jumping World Cup presented by Viessmann</Eventname>
    <Place>Planica</Place>
    <Tempunit>C</Tempunit>
    <Longunit>m</Longunit>
    <Speedunit>kmh</Speedunit>
    <Windunit>ms</Windunit>
  </Raceheader>
  <JP_race>
    <JP_raceinfo>
      <Hill>FH</Hill>
      <Plastic>No</Plastic>
      <Hillsize>225</Hillsize>
      <Kpoint>200</Kpoint>
      <Mvalue>1.2</Mvalue>
      <Gatefactor>8.10</Gatefactor>
      <Windfactorhead>14.40</Windfactorhead>
      <Windfactortail>17.42</Windfactortail>
      <Jury Function="RACEDIRECTOR">
        <lastname>Hofer</lastname>
        <firstname>Walter</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="CHIEFCOMPETITION">
        <Lastname>PEKK</Lastname>
        <Firstname>Teet</Firstname>
        <Nation>EST</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATE">
        <Lastname>PERTILE</Lastname>
        <Firstname>Sandro</Firstname>
        <Nation>ITA</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATEASSISTANT">
        <Lastname>SEDLAK</Lastname>
        <Firstname>Borek</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Member Function="EQUIPMENTCONTROL">
        <Lastname>GRAZER</Lastname>
        <Firstname>Sepp</Firstname>
        <Nation>AUT</Nation>
      </Member>
      <Judges Function="A">
        <lastname>Kathol</lastname>
        <firstname>Christian</firstname>
        <nation>AUT</nation>
      </Judges>
      <Judges Function="B">
        <lastname>Kumagai</lastname>
        <firstname>Takashi</firstname>
        <nation>JPN</nation>
      </Judges>
      <Judges Function="C">
        <lastname>Roenningen</lastname>
        <firstname>Martin</firstname>
        <nation>NOR</nation>
      </Judges>
      <Judges Function="D">
        <lastname>Kern</lastname>
        <firstname>Milos</firstname>
        <nation>SLO</nation>
      </Judges>
      <Judges Function="E">
        <lastname>Frak</lastname>
        <firstname>Vladimir</firstname>
        <nation>SVK</nation>
      </Judges>
      <Runinfo No="1">
        <Starttime>10:00</Starttime>
        <Statistics>
          <Base>
            <Wind>0.00</Wind>
            <Gate>10</Gate>
            <Length>108.02</Length>
          </Base>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
        </Statistics>
      </Runinfo>
      <Timingby>Swiss Timing - ST Sportservice GmbH</Timingby>
      <Dataprocessingby>Swiss Timing - ST Sportservice GmbH</Dataprocessingby>
      <Softwarecompany>Swiss Timing - ST Sportservice GmbH</Softwarecompany>
      <Softwarename>Skiman</Softwarename>
      <Softwareversion>4.3.1.0</Softwareversion>
    </JP_raceinfo>
    <JP_classified>
      <JP_ranked Status="QLF">
        <Order>1</Order>
        <Bib>1</Bib>
        <Competitor>
          <Fiscode>5142</Fiscode>
          <Lastname>Kubacki</Lastname>
          <Firstname>Dawid</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1990</Yearofbirth>
        </Competitor>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Order>2</Order>
        <Bib>2</Bib>
        <Competitor>
          <Fiscode>5298</Fiscode>
          <Lastname>Kot</Lastname>
          <Firstname>Maciej</Firstname>
          <Gender>M</Gender>
          <Nation>POL</Nation>
          <Yearofbirth>1991</Yearofbirth>
        </Competitor>
      </JP_ranked>
    </JP_classified>
  </JP_race>
</Fisresults>
```

# 7. Example result team competition

```xml
<?xml version="1.0" encoding="utf-8"?>
<Fisresults>
  <Raceheader Sector="JP" Gender="M">
    <Season>2018</Season>
    <Codex>3001</Codex>
    <Nation>POL</Nation>
    <Discipline>TE</Discipline>
    <Category>GP</Category>
    <Type>Official</Type>
    <Racedate>
      <Day>14</Day>
      <Month>7</Month>
      <Year>2017</Year>
    </Racedate>
    <Eventname>FIS Ski Jumping Grand Prix Men</Eventname>
    <Place>Wisla</Place>
    <Tempunit>C</Tempunit>
    <Longunit>m</Longunit>
    <Speedunit>kmh</Speedunit>
    <Windunit>ms</Windunit>
  </Raceheader>
  <JP_race>
    <JP_raceinfo>
      <Hill>FH</Hill>
      <Plastic>No</Plastic>
      <Hillsize>225</Hillsize>
      <Kpoint>200</Kpoint>
      <Mvalue>1.2</Mvalue>
      <Gatefactor>8.10</Gatefactor>
      <Windfactorhead>14.40</Windfactorhead>
      <Windfactortail>17.42</Windfactortail>
      <Jury Function="RACEDIRECTOR">
        <lastname>Hofer</lastname>
        <firstname>Walter</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="CHIEFCOMPETITION">
        <Lastname>PEKK</Lastname>
        <Firstname>Teet</Firstname>
        <Nation>EST</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATE">
        <Lastname>PERTILE</Lastname>
        <Firstname>Sandro</Firstname>
        <Nation>ITA</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATEASSISTANT">
        <Lastname>SEDLAK</Lastname>
        <Firstname>Borek</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Member Function="EQUIPMENTCONTROL">
        <Lastname>GRAZER</Lastname>
        <Firstname>Sepp</Firstname>
        <Nation>AUT</Nation>
      </Member>
      <Judges Function="A">
        <lastname>Kathol</lastname>
        <firstname>Christian</firstname>
        <nation>AUT</nation>
      </Judges>
      <Judges Function="B">
        <lastname>Kumagai</lastname>
        <firstname>Takashi</firstname>
        <nation>JPN</nation>
      </Judges>
      <Judges Function="C">
        <lastname>Roenningen</lastname>
        <firstname>Martin</firstname>
        <nation>NOR</nation>
      </Judges>
      <Judges Function="D">
        <lastname>Kern</lastname>
        <firstname>Milos</firstname>
        <nation>SLO</nation>
      </Judges>
      <Judges Function="E">
        <lastname>Frak</lastname>
        <firstname>Vladimir</firstname>
        <nation>SVK</nation>
      </Judges>
      <Runinfo No="1">
        <Starttime>10:00</Starttime>
        <Endtime>11:10</Endtime>
        <Weather>
          <Starttime>09:50</Starttime>
          <Endtime>11:10</Endtime>
          <Place>TakeOff</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.1</Temperatureair>
          <Temperaturesnow>-1.9</Temperaturesnow>
          <Humidity>88</Humidity>
          <Maxwindspeed>0.87</Maxwindspeed>
          <Minwindspeed>-0.17</Minwindspeed>
          <Avgwindspeed>0.26</Avgwindspeed>
        </Weather>
        <Weather>
          <Starttime>09:50</Starttime>
          <Endtime>11:10</Endtime>
          <Place>Finish</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.5</Temperatureair>
          <Temperaturesnow>-1.6</Temperaturesnow>
          <Humidity>90</Humidity>
          <Maxwindspeed>1</Maxwindspeed>
          <Minwindspeed>-0.10</Minwindspeed>
          <Avgwindspeed>0.20</Avgwindspeed>
        </Weather>
        <Statistics>
          <Base>
            <Wind>0.00</Wind>
            <Gate>10</Gate>
            <Length>108.02</Length>
          </Base>
          <Group no="1">
            <Stats no="1">
              <Gate>08</Gate>
              <Diff>-2.20</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>250.0</Max>
                <Min>222.5</Min>
                <Avg>237.0</Avg>
              </Distance>
              <Speed>
                <Max>105.2</Max>
                <Min>103.4</Min>
                <Avg>104.4</Avg>
              </Speed>
            </Stats>
            <Stats no="2">
              <Gate>09</Gate>
              <Diff>-1.11</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>239.0</Max>
                <Min>225.5</Min>
                <Avg>231.1</Avg>
              </Distance>
              <Speed>
                <Max>105.8</Max>
                <Min>104.6</Min>
                <Avg>105.1</Avg>
              </Speed>
            </Stats>
          </Group>
          <Group no="2">
            <Stats no="1">
              <Gate>10</Gate>
              <Diff></Diff>
              <Athletes>23</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>243.0</Max>
                <Min>193.0</Min>
                <Avg>219.3</Avg>
              </Distance>
              <Speed>
                <Max>107.0</Max>
                <Min>104.9</Min>
                <Avg>105.7</Avg>
              </Speed>
            </Stats>
          </Group>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
          <Started>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Started>
          <Withresults>
            <Competitors>29</Competitors>
            <Nations>10</Nations>
          </Withresults>
        </Statistics>
      </Runinfo>
      <Runinfo No="2">
        <Jury Function="RaceDirector">
          <lastname>Hofer</lastname>
          <firstname>Walter</firstname>
          <nation>FIS</nation>
        </Jury>
        <Jury Function="Technicaldelegate">
          <Lastname>PEKK</Lastname>
          <Firstname>Teet</Firstname>
          <Nation>EST</Nation>
        </Jury>
        <Member Function="ASSISTANTRD">
          <Lastname>SEDLAK</Lastname>
          <Firstname>Borek</Firstname>
          <Nation>FIS</Nation>
        </Member>
        <Judges Function="A">
          <lastname>Kathol</lastname>
          <firstname>Christian</firstname>
          <nation>AUT</nation>
        </Judges>
        <Judges Function="B">
          <lastname>Kumagai</lastname>
          <firstname>Takashi</firstname>
          <nation>JPN</nation>
        </Judges>
        <Judges Function="C">
          <lastname>Roenningen</lastname>
          <firstname>Martin</firstname>
          <nation>NOR</nation>
        </Judges>
        <Judges Function="D">
          <lastname>Kern</lastname>
          <firstname>Milos</firstname>
          <nation>SLO</nation>
        </Judges>
        <Judges Function="E">
          <lastname>Frak</lastname>
          <firstname>Vladimir</firstname>
          <nation>SVK</nation>
        </Judges>
        <Starttime>15:00</Starttime>
        <Endtime>16:00</Endtime>
        <Weather>
          <Starttime>15:00</Starttime>
          <Endtime>16:00</Endtime>
          <Place>TakeOff</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.1</Temperatureair>
          <Temperaturesnow>-1.9</Temperaturesnow>
          <Humidity>80</Humidity>
          <Maxwindspeed>0.87</Maxwindspeed>
          <Minwindspeed>-0.17</Minwindspeed>
          <Avgwindspeed>0.26</Avgwindspeed>
        </Weather>
        <Weather>
          <Starttime>15:00</Starttime>
          <Endtime>16:00</Endtime>
          <Place>Finish</Place>
          <Weather>cloudy</Weather>
          <Temperatureair>4.5</Temperatureair>
          <Temperaturesnow>-1.6</Temperaturesnow>
          <Humidity>90</Humidity>
          <Maxwindspeed>1</Maxwindspeed>
          <Minwindspeed>-0.10</Minwindspeed>
          <Avgwindspeed>0.20</Avgwindspeed>
        </Weather>
        <Statistics>
          <Base>
            <Wind>0.00</Wind>
            <Gate>10</Gate>
            <Length>108.02</Length>
          </Base>
          <Group no="1">
            <Stats no="1">
              <Gate>08</Gate>
              <Diff>-2.20</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>250.0</Max>
                <Min>222.5</Min>
                <Avg>237.0</Avg>
              </Distance>
              <Speed>
                <Max>105.2</Max>
                <Min>103.4</Min>
                <Avg>104.4</Avg>
              </Speed>
            </Stats>
            <Stats no="2">
              <Gate>09</Gate>
              <Diff>-1.11</Diff>
              <Athletes>3</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>239.0</Max>
                <Min>225.5</Min>
                <Avg>231.1</Avg>
              </Distance>
              <Speed>
                <Max>105.8</Max>
                <Min>104.6</Min>
                <Avg>105.1</Avg>
              </Speed>
            </Stats>
          </Group>
          <Group no="2">
            <Stats no="3">
              <Gate>10</Gate>
              <Diff></Diff>
              <Athletes>23</Athletes>
              <Falls>0</Falls>
              <Distance>
                <Max>243.0</Max>
                <Min>193.0</Min>
                <Avg>219.3</Avg>
              </Distance>
              <Speed>
                <Max>107.0</Max>
                <Min>104.9</Min>
                <Avg>105.7</Avg>
              </Speed>
            </Stats>
          </Group>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
          <Started>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Started>
          <Withresults>
            <Competitors>29</Competitors>
            <Nations>10</Nations>
          </Withresults>
        </Statistics>
      </Runinfo>
      <Timingby>Swiss Timing - ST Sportservice GmbH</Timingby>
      <Dataprocessingby>Swiss Timing - ST Sportservice GmbH</Dataprocessingby>
      <Softwarecompany>Swiss Timing - ST Sportservice GmbH</Softwarecompany>
      <Softwarename>Skiman</Softwarename>
      <Softwareversion>4.3.1.0</Softwareversion>
    </JP_raceinfo>
    <JP_classified>
      <JP_ranked Status="QLF">
        <Rank>1</Rank>
        <Bib>1</Bib>
        <Team>
          <Fiscode>74573</Fiscode>
          <Teamname>Poland</Teamname>
          <Nation>POL</Nation>
        </Team>
        <JP_result>
          <Pointsdescend>994.7</Pointsdescend>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Rank>1</Rank>
            <Pointsdescend>495.5</Pointsdescend>
          </Jump>
          <Jump No="2">
            <Rank>1</Rank>
            <Pointsdescend>499.2</Pointsdescend>
          </Jump>
        </JP_resultdetail>
        <JP_team>
          <JP_ranked Status="QLF">
            <Rank>3</Rank>
            <Bib>11</Bib>
            <Competitor>
              <Fiscode>4325</Fiscode>
              <Lastname>Zyla</Lastname>
              <Firstname>Piotr</Firstname>
              <Gender>M</Gender>
              <Nation>POL</Nation>
              <Yearofbirth>1987</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>133.0</Distance>
                <Distancepoints>83.4</Distancepoints>
                <Pointsdescend>126.4</Pointsdescend>
                <Rank>1</Rank>
                <Speed>88.3</Speed>
                <Judgesmarks>
                  <Totalpoints>58.5</Totalpoints>
                  <A counted="no">20.0</A>
                  <B counted="yes">19.5</B>
                  <C counted="yes">19.5</C>
                  <D counted="yes">19.5</D>
                  <E counted="no">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>1.2</Wind>
                <Windpoints>-11.9</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>127.5</Distance>
                <Distancepoints>73.5</Distancepoints>
                <Pointsdescend>125.8</Pointsdescend>
                <Rank>3</Rank>
                <Speed>89.1</Speed>
                <Judgesmarks>
                  <Totalpoints>56.5</Totalpoints>
                  <A counted="yes">19.0</A>
                  <B counted="yes">18.5</B>
                  <C counted="yes">19.0</C>
                  <D counted="no">18.5</D>
                  <E counted="no">19.5</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.1</Wind>
                <Windpoints>-0.5</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>4</Rank>
            <Bib>12</Bib>
            <Competitor>
              <Fiscode>4321</Fiscode>
              <Lastname>Stoch</Lastname>
              <Firstname>Kamil</Firstname>
              <Gender>M</Gender>
              <Nation>POL</Nation>
              <Yearofbirth>1987</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>128.0</Distance>
                <Pointsdescend>119.9</Pointsdescend>
              </Jump>
              <Jump No="2">
                <Distance>124.5</Distance>
                <Pointsdescend>123.9</Pointsdescend>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>2</Rank>
            <Bib>13</Bib>
            <Competitor>
              <Fiscode>5142</Fiscode>
              <Lastname>Kubacki</Lastname>
              <Firstname>Dawid</Firstname>
              <Gender>M</Gender>
              <Nation>POL</Nation>
              <Yearofbirth>1990</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>130.0</Distance>
                <Distancepoints>78.0</Distancepoints>
                <Pointsdescend>125.9</Pointsdescend>
                <Rank>2</Rank>
                <Speed>88.9</Speed>
                <Judgesmarks>
                  <Totalpoints>56.5</Totalpoints>
                  <A counted="no">17.5</A>
                  <B counted="yes">19.0</B>
                  <C counted="no">19.0</C>
                  <D counted="yes">19.0</D>
                  <E counted="yes">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>0.5</Wind>
                <Windpoints>-5.0</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>128.0</Distance>
                <Distancepoints>74.4</Distancepoints>
                <Pointsdescend>125.6</Pointsdescend>
                <Rank>4</Rank>
                <Speed>89.5</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="yes">18.5</D>
                  <E counted="no">19.0</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.1</Wind>
                <Windpoints>-0.6</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>1</Rank>
            <Bib>14</Bib>
            <Competitor>
              <Fiscode>5298</Fiscode>
              <Lastname>Kot</Lastname>
              <Firstname>Maciej</Firstname>
              <Gender>M</Gender>
              <Nation>POL</Nation>
              <Yearofbirth>1991</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>125.5</Distance>
                <Distancepoints>69.9</Distancepoints>
                <Pointsdescend>122.4</Pointsdescend>
                <Rank>3</Rank>
                <Speed>88.5</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="no">18.5</D>
                  <E counted="yes">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>-0.1</Wind>
                <Windpoints>0.6</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>126.0</Distance>
                <Distancepoints>70.8</Distancepoints>
                <Pointsdescend>122.8</Pointsdescend>
                <Rank>7</Rank>
                <Speed>89.3</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="yes">18.5</D>
                  <E counted="no">18.5</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.0</Wind>
                <Windpoints>0.2</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
        </JP_team>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Rank>2</Rank>
        <Bib>2</Bib>
        <Team>
          <Fiscode>74577</Fiscode>
          <Teamname>Norway</Teamname>
          <Nation>NOR</Nation>
        </Team>
        <JP_result>
          <Pointsdescend>982.5</Pointsdescend>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Rank>2</Rank>
            <Pointsdescend>490.5</Pointsdescend>
          </Jump>
          <Jump No="2">
            <Rank>3</Rank>
            <Pointsdescend>492.0</Pointsdescend>
          </Jump>
        </JP_resultdetail>
        <JP_team>
          <JP_ranked Status="QLF">
            <Rank>5</Rank>
            <Bib>21</Bib>
            <Competitor>
              <Fiscode>5972</Fiscode>
              <Lastname>Fannemel</Lastname>
              <Firstname>Anders</Firstname>
              <Gender>M</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1991</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>125.5</Distance>
                <Distancepoints>69.9</Distancepoints>
                <Pointsdescend>122.4</Pointsdescend>
                <Rank>3</Rank>
                <Speed>88.5</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="no">18.5</D>
                  <E counted="yes">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>-0.1</Wind>
                <Windpoints>0.6</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>126.0</Distance>
                <Distancepoints>70.8</Distancepoints>
                <Pointsdescend>122.8</Pointsdescend>
                <Rank>7</Rank>
                <Speed>89.3</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="yes">18.5</D>
                  <E counted="no">18.5</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.0</Wind>
                <Windpoints>0.2</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>7</Rank>
            <Bib>22</Bib>
            <Competitor>
              <Fiscode>5589</Fiscode>
              <Lastname>Johansson</Lastname>
              <Firstname>Robert</Firstname>
              <Gender>M</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1990</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>130.0</Distance>
                <Distancepoints>78.0</Distancepoints>
                <Pointsdescend>125.9</Pointsdescend>
                <Rank>2</Rank>
                <Speed>88.9</Speed>
                <Judgesmarks>
                  <Totalpoints>56.5</Totalpoints>
                  <A counted="no">17.5</A>
                  <B counted="yes">19.0</B>
                  <C counted="no">19.0</C>
                  <D counted="yes">19.0</D>
                  <E counted="yes">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>0.5</Wind>
                <Windpoints>-5.0</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>128.0</Distance>
                <Distancepoints>74.4</Distancepoints>
                <Pointsdescend>125.6</Pointsdescend>
                <Rank>4</Rank>
                <Speed>89.5</Speed>
                <Judgesmarks>
                  <Totalpoints>55.5</Totalpoints>
                  <A counted="yes">18.5</A>
                  <B counted="yes">18.5</B>
                  <C counted="no">18.5</C>
                  <D counted="yes">18.5</D>
                  <E counted="no">19.0</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.1</Wind>
                <Windpoints>-0.6</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>6</Rank>
            <Bib>23</Bib>
            <Competitor>
              <Fiscode>5181</Fiscode>
              <Lastname>Gangnes</Lastname>
              <Firstname>Kenneth</Firstname>
              <Gender>M</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1989</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>133.0</Distance>
                <Distancepoints>83.4</Distancepoints>
                <Pointsdescend>126.4</Pointsdescend>
                <Rank>1</Rank>
                <Speed>88.3</Speed>
                <Judgesmarks>
                  <Totalpoints>58.5</Totalpoints>
                  <A counted="no">20.0</A>
                  <B counted="yes">19.5</B>
                  <C counted="yes">19.5</C>
                  <D counted="yes">19.5</D>
                  <E counted="no">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>1.2</Wind>
                <Windpoints>-11.9</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>127.5</Distance>
                <Distancepoints>73.5</Distancepoints>
                <Pointsdescend>125.8</Pointsdescend>
                <Rank>3</Rank>
                <Speed>89.1</Speed>
                <Judgesmarks>
                  <Totalpoints>56.5</Totalpoints>
                  <A counted="yes">19.0</A>
                  <B counted="yes">18.5</B>
                  <C counted="yes">19.0</C>
                  <D counted="no">18.5</D>
                  <E counted="no">19.5</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.1</Wind>
                <Windpoints>-0.5</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>8</Rank>
            <Bib>24</Bib>
            <Competitor>
              <Fiscode>6098</Fiscode>
              <Lastname>Tande</Lastname>
              <Firstname>Daniel Andre</Firstname>
              <Gender>M</Gender>
              <Nation>NOR</Nation>
              <Yearofbirth>1994</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>128.0</Distance>
                <Distancepoints>74.4</Distancepoints>
                <Pointsdescend>121.3</Pointsdescend>
                <Rank>6</Rank>
                <Speed>88.7</Speed>
                <Judgesmarks>
                  <Totalpoints>57.0</Totalpoints>
                  <A counted="yes">19.0</A>
                  <B counted="yes">19.0</B>
                  <C counted="yes">19.0</C>
                  <D counted="no">19.0</D>
                  <E counted="no">18.0</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>0.7</Wind>
                <Windpoints>-6.5</Windpoints>
              </Jump>
              <Jump No="2">
                <Distance>132.5</Distance>
                <Distancepoints>82.5</Distancepoints>
                <Pointsdescend>134.3</Pointsdescend>
                <Rank>1</Rank>
                <Speed>89.3</Speed>
                <Judgesmarks>
                  <Totalpoints>56.5</Totalpoints>
                  <A counted="no">19.5</A>
                  <B counted="no">18.5</B>
                  <C counted="yes">19.0</C>
                  <D counted="yes">18.5</D>
                  <E counted="yes">19.0</E>
                </Judgesmarks>
                <Gate>14</Gate>
                <Gatepoints>-3.7</Gatepoints>
                <Wind>0.1</Wind>
                <Windpoints>-1.0</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
        </JP_team>
      </JP_ranked>
      <JP_ranked Status="QLF" Status2="DNQ">
        <Rank>13</Rank>
        <Bib>13</Bib>
        <Team>
          <Fiscode>74737</Fiscode>
          <Teamname>Kazakhstan</Teamname>
          <Nation>KAZ</Nation>
        </Team>
        <JP_result>
          <Pointsdescend>256.7</Pointsdescend>
        </JP_result>
        <JP_resultdetail>
          <Jump No="1">
            <Rank>13</Rank>
            <Pointsdescend>256.7</Pointsdescend>
          </Jump>
        </JP_resultdetail>
        <JP_team>
          <JP_ranked Status="QLF">
            <Rank>13</Rank>
            <Bib>131</Bib>
            <Competitor>
              <Fiscode>1906</Fiscode>
              <Lastname>Karpenko</Lastname>
              <Firstname>Nikolay</Firstname>
              <Gender>M</Gender>
              <Nation>KAZ</Nation>
              <Yearofbirth>1981</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>123.0</Distance>
                <Distancepoints>65.4</Distancepoints>
                <Pointsdescend>114.1</Pointsdescend>
                <Rank>17</Rank>
                <Speed>88.8</Speed>
                <Judgesmarks>
                  <Totalpoints>54.0</Totalpoints>
                  <A counted="yes">18.0</A>
                  <B counted="no">17.5</B>
                  <C counted="yes">18.0</C>
                  <D counted="no">18.5</D>
                  <E counted="yes">18.0</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>0.2</Wind>
                <Windpoints>-1.7</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>22</Rank>
            <Bib>132</Bib>
            <Competitor>
              <Fiscode>5788</Fiscode>
              <Lastname>Muminov</Lastname>
              <Firstname>Sabirzhan</Firstname>
              <Gender>M</Gender>
              <Nation>KAZ</Nation>
              <Yearofbirth>1994</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>133.0</Distance>
                <Distancepoints>83.4</Distancepoints>
                <Pointsdescend>126.4</Pointsdescend>
                <Rank>1</Rank>
                <Speed>88.3</Speed>
                <Judgesmarks>
                  <Totalpoints>58.5</Totalpoints>
                  <A counted="no">20.0</A>
                  <B counted="yes">19.5</B>
                  <C counted="yes">19.5</C>
                  <D counted="yes">19.5</D>
                  <E counted="no">18.5</E>
                </Judgesmarks>
                <Gate>13</Gate>
                <Gatepoints>-3.6</Gatepoints>
                <Wind>1.2</Wind>
                <Windpoints>-11.9</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Rank>25</Rank>
            <Bib>133</Bib>
            <Competitor>
              <Fiscode>7343</Fiscode>
              <Lastname>Tkachenko</Lastname>
              <Firstname>Sergey</Firstname>
              <Gender>M</Gender>
              <Nation>KAZ</Nation>
              <Yearofbirth>1999</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1">
                <Distance>127.0</Distance>
                <Distancepoints>72.6</Distancepoints>
                <Pointsdescend>117.5</Pointsdescend>
                <Rank>10</Rank>
                <Speed>87.8</Speed>
                <Judgesmarks>
                  <Totalpoints>56.0</Totalpoints>
                  <A counted="no">19.0</A>
                  <B counted="yes">19.0</B>
                  <C counted="no">18.5</C>
                  <D counted="yes">18.5</D>
                  <E counted="yes">18.5</E>
                </Judgesmarks>
                <Gate>12</Gate>
                <Gatepoints>0.0</Gatepoints>
                <Wind>1.1</Wind>
                <Windpoints>-11.1</Windpoints>
              </Jump>
            </JP_resultdetail>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Bib>134</Bib>
            <Competitor>
              <Fiscode>4599</Fiscode>
              <Lastname>Zhaparov</Lastname>
              <Firstname>Marat</Firstname>
              <Gender>M</Gender>
              <Nation>KAZ</Nation>
              <Yearofbirth>1985</Yearofbirth>
            </Competitor>
            <JP_resultdetail>
              <Jump No="1" Status="DSQ"></Jump>
            </JP_resultdetail>
          </JP_ranked>
        </JP_team>
      </JP_ranked>
    </JP_classified>
    <JP_notclassified>
      <JP_notranked Status="DSQ">
        <Bib>11</Bib>
        <Team>
          <Fiscode>453245</Fiscode>
          <Teamname>Germany</Teamname>
          <Nation>GER</Nation>
        </Team>
        <JP_team>
          <JP_notranked Status="DSQ">
            <Bib>111</Bib>
            <Competitor>
              <Fiscode>2815</Fiscode>
              <Lastname>NEUMAYER</Lastname>
              <Firstname>Michael</Firstname>
              <Gender>M</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1982</Yearofbirth>
            </Competitor>
          </JP_notranked>
          <JP_notranked Status="DSQ">
            <Bib>112</Bib>
            <Competitor>
              <Fiscode>4355</Fiscode>
              <Lastname>FREITAG</Lastname>
              <Firstname>Richard</Firstname>
              <Gender>M</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1981</Yearofbirth>
            </Competitor>
          </JP_notranked>
          <JP_notranked Status="DSQ">
            <Bib>113</Bib>
            <Competitor>
              <Fiscode>5567</Fiscode>
              <Lastname>Geiger</Lastname>
              <Firstname>Karl</Firstname>
              <Gender>M</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1993</Yearofbirth>
            </Competitor>
          </JP_notranked>
          <JP_notranked Status="DSQ">
            <Bib>114</Bib>
            <Competitor>
              <Fiscode>5262</Fiscode>
              <Lastname>Leyhe</Lastname>
              <Firstname>Stephan</Firstname>
              <Gender>M</Gender>
              <Nation>GER</Nation>
              <Yearofbirth>1992</Yearofbirth>
            </Competitor>
          </JP_notranked>
        </JP_team>
        <Reason>ICR 123.4</Reason>
      </JP_notranked>
    </JP_notclassified>
  </JP_race>
</Fisresults>
```

# 8. Example start list team competition

```xml
<?xml version="1.0" encoding="utf-8"?>
<Fisresults>
  <Raceheader Sector="JP" Gender="M">
    <Season>2018</Season>
    <Codex>3001</Codex>
    <Nation>POL</Nation>
    <Discipline>TE</Discipline>
    <Category>GP</Category>
    <Type>Official</Type>
    <Racedate>
      <Day>14</Day>
      <Month>7</Month>
      <Year>2017</Year>
    </Racedate>
    <Eventname>FIS Ski Jumping Grand Prix Men</Eventname>
    <Place>Wisla</Place>
    <Tempunit>C</Tempunit>
    <Longunit>m</Longunit>
    <Speedunit>kmh</Speedunit>
    <Windunit>ms</Windunit>
  </Raceheader>
  <JP_race>
    <JP_raceinfo>
      <Hill>LH</Hill>
      <Plastic>No</Plastic>
      <Hillsize>225</Hillsize>
      <Kpoint>200</Kpoint>
      <Mvalue>1.2</Mvalue>
      <Gatefactor>8.10</Gatefactor>
      <Windfactorhead>14.40</Windfactorhead>
      <Windfactortail>17.42</Windfactortail>
      <Jury Function="RACEDIRECTOR">
        <lastname>Hofer</lastname>
        <firstname>Walter</firstname>
        <nation>FIS</nation>
      </Jury>
      <Jury Function="CHIEFCOMPETITION">
        <Lastname>PEKK</Lastname>
        <Firstname>Teet</Firstname>
        <Nation>EST</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATE">
        <Lastname>PERTILE</Lastname>
        <Firstname>Sandro</Firstname>
        <Nation>ITA</Nation>
      </Jury>
      <Jury Function="TECHNICALDELEGATEASSISTANT">
        <Lastname>SEDLAK</Lastname>
        <Firstname>Borek</Firstname>
        <Nation>FIS</Nation>
      </Jury>
      <Member Function="EQUIPMENTCONTROL">
        <Lastname>GRAZER</Lastname>
        <Firstname>Sepp</Firstname>
        <Nation>AUT</Nation>
      </Member>
      <Judges Function="A">
        <lastname>Kathol</lastname>
        <firstname>Christian</firstname>
        <nation>AUT</nation>
      </Judges>
      <Judges Function="B">
        <lastname>Kumagai</lastname>
        <firstname>Takashi</firstname>
        <nation>JPN</nation>
      </Judges>
      <Judges Function="C">
        <lastname>Roenningen</lastname>
        <firstname>Martin</firstname>
        <nation>NOR</nation>
      </Judges>
      <Judges Function="D">
        <lastname>Kern</lastname>
        <firstname>Milos</firstname>
        <nation>SLO</nation>
      </Judges>
      <Judges Function="E">
        <lastname>Frak</lastname>
        <firstname>Vladimir</firstname>
        <nation>SVK</nation>
      </Judges>
      <Runinfo No="1">
        <Starttime>10:00</Starttime>
        <Statistics>
          <Instartlist>
            <Competitors>30</Competitors>
            <Nations>10</Nations>
          </Instartlist>
        </Statistics>
      </Runinfo>
      <Timingby>Swiss Timing - ST Sportservice GmbH</Timingby>
      <Dataprocessingby>Swiss Timing - ST Sportservice GmbH</Dataprocessingby>
      <Softwarecompany>Swiss Timing - ST Sportservice GmbH</Softwarecompany>
      <Softwarename>Skiman</Softwarename>
      <Softwareversion>4.3.1.0</Softwareversion>
    </JP_raceinfo>
    <JP_classified>
      <JP_ranked Status="QLF">
        <Order>1</Order>
        <Bib>1</Bib>
        <Team>
          <Fiscode>75319</Fiscode>
          <Teamname>United States</Teamname>
          <Nation>USA</Nation>
        </Team>
        <JP_team>
          <JP_ranked Status="QLF">
            <Order>1</Order>
            <Bib>11</Bib>
            <Competitor>
              <Fiscode>6581</Fiscode>
              <Lastname>Rhoads</Lastname>
              <Firstname>William</Firstname>
              <Gender>M</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1995</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>2</Order>
            <Bib>12</Bib>
            <Competitor>
              <Fiscode>6877</Fiscode>
              <Lastname>Larson</Lastname>
              <Firstname>Casey</Firstname>
              <Gender>M</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1998</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>3</Order>
            <Bib>13</Bib>
            <Competitor>
              <Fiscode>2805</Fiscode>
              <Lastname>Glasder</Lastname>
              <Firstname>Michael</Firstname>
              <Gender>M</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1989</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>4</Order>
            <Bib>14</Bib>
            <Competitor>
              <Fiscode>6671</Fiscode>
              <Lastname>Bickner</Lastname>
              <Firstname>Kevin</Firstname>
              <Gender>M</Gender>
              <Nation>USA</Nation>
              <Yearofbirth>1996</Yearofbirth>
            </Competitor>
          </JP_ranked>
        </JP_team>
      </JP_ranked>
      <JP_ranked Status="QLF">
        <Order>2</Order>
        <Bib>2</Bib>
        <Team>
          <Fiscode>75323</Fiscode>
          <Teamname>Italy</Teamname>
          <Nation>ITA</Nation>
        </Team>
        <JP_team>
          <JP_ranked Status="QLF">
            <Order>1</Order>
            <Bib>21</Bib>
            <Competitor>
              <Fiscode>4720</Fiscode>
              <Lastname>Dellasega</Lastname>
              <Firstname>Roberto</Firstname>
              <Gender>M</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1990</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>2</Order>
            <Bib>22</Bib>
            <Competitor>
              <Fiscode>2708</Fiscode>
              <Lastname>Bresadola</Lastname>
              <Firstname>Davide</Firstname>
              <Gender>M</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1988</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>3</Order>
            <Bib>23</Bib>
            <Competitor>
              <Fiscode>4186</Fiscode>
              <Lastname>Colloredo</Lastname>
              <Firstname>Sebastian</Firstname>
              <Gender>M</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1987</Yearofbirth>
            </Competitor>
          </JP_ranked>
          <JP_ranked Status="QLF">
            <Order>4</Order>
            <Bib>24</Bib>
            <Competitor>
              <Fiscode>6758</Fiscode>
              <Lastname>Insam</Lastname>
              <Firstname>Alex</Firstname>
              <Gender>M</Gender>
              <Nation>ITA</Nation>
              <Yearofbirth>1997</Yearofbirth>
            </Competitor>
          </JP_ranked>
        </JP_team>
      </JP_ranked>
    </JP_classified>
  </JP_race>
</Fisresults>
```

# 9. Document Control

| Version History           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Version 2.0 (04.01.2013)  | Update of version 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Version 2.1 (08.02.2013)  | `<JP_raceinfo/>` element required                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Version 2.2 (10.12.2013)  | add file name definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Version 2.3 (25.06.2014)  | Deleted text in description for Category<br> changed element Windfactor to Windfactorhead and Windfactortail<br> wording corrections<br> Base now element of Statistics                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Version 2.4 (29.10.2015)  | Added new IRM’s DQB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Version 2.5 (01.12.2017)  | Major changes Raceheader, JP\_race, JP\_raceinfo<br>Jury, Member, Judges in JP\_raceinfo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Version 2.6 (06.06.2018)  | Update example result individual Statistics-&gt;Group, result team Statistics -&gt; Group<br>Update example start lists, removed parts of statistics                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Version 2.7 (01.10.2019)  | Changed L to W, Ladies to Women, Sex to Gender, L = Ladies to F = Female.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Version 2.8 (03.11.2020)  | Add NPS = Not permitted to start                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Version 2.9 (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 spelling errors<br>Removed stray spaces from inside element values 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 |
| Version 2.10 (14.09.2026) | Updated the `<Discipline>` codes to the current FIS discipline codes<br>Updated the `<Discipline>` values in the examples to current codes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
