File: iof-3.0-course.xml

package info (click to toggle)
openorienteering-mapper 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 67,132 kB
  • sloc: cpp: 114,710; ansic: 1,455; sh: 430; java: 240; xml: 140; sed: 64; makefile: 28
file content (32 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<CourseData xmlns="http://www.orienteering.org/datastandard/3.0" iofVersion="3.0" creator="OpenOrienteering Mapper Debug 0.9.6" createTime="2021-05-20T09:28:32">
    <Event>
        <Name>Test event</Name>
    </Event>
    <RaceCourseData>
        <Control>
            <Id>S1</Id>
            <Position lng="8" lat="51"/>
        </Control>
        <Control>
            <Id>101</Id>
            <Position lng="8.003674" lat="50.9998836"/>
        </Control>
        <Control>
            <Id>F1</Id>
            <Position lng="8.0071138" lat="50.9997745"/>
        </Control>
        <Course>
            <Name>Test course</Name>
            <CourseControl type="Start">
                <Control>S1</Control>
            </CourseControl>
            <CourseControl type="Control">
                <Control>101</Control>
            </CourseControl>
            <CourseControl type="Finish">
                <Control>F1</Control>
            </CourseControl>
        </Course>
    </RaceCourseData>
</CourseData>