Remove "numpoints" column from wayp, wayp_new and wayp_rej + related code
[gpstools.git] / Lib / std / gpx
blob274ce82f5677997aa180a3ffbec481a4c6d2c4c3
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <gpx
3 version="1.1"
4 creator=""
5 xmlns="http://www.topografix.com/GPX/1/1"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
9 <!-- STDfilenameDTS -->
10 <!-- File ID: STDuuidDTS -->
11 <metadata>
12 <name></name>
13 <desc></desc>
14 <author></author>
15 <copyright></copyright>
16 <link></link>
17 <time></time>
18 <keywords></keywords>
19 <bounds></bounds>
20 <extensions></extensions>
21 </metadata>
22 <trk>
23 <name></name>
24 <cmt></cmt>
25 <desc></desc>
26 <src></src>
27 <link></link>
28 <trkseg>
29 <trkpt lat="0.0" lon="0.0">
30 <ele>0</ele>
31 <time>2000-01-01T00:00:00Z</time>
32 <fix></fix> <!-- none | 2d | 3d | dgps | pps -->
33 </trkpt>
34 </trkseg>
35 <extensions></extensions>
36 </trk>
37 <wpt lat="" lon="">
38 <ele>0</ele>
39 <time>2000-01-01T00:00:00Z</time>
40 <name></name> <!-- The GPS name of the waypoint. This field will be transferred to and from the GPS. -->
41 <cmt></cmt> <!-- GPS waypoint comment. Sent to GPS as comment. -->
42 <desc></desc> <!-- A text description of the element. Holds additional information about the element intended for the user, not the GPS. -->
43 <src></src> <!-- Source of data. Included to give user some idea of reliability and accuracy of data. “Garmin eTrex”, “USGS quad Boston North”, e.g. -->
44 <sym>Dot</sym>
45 <type></type>
46 <extensions></extensions>
47 </wpt>
48 <rte>
49 <name></name>
50 <desc></desc>
51 <number></number>
52 <rtept lat="0.0" lon="0.0">
53 <time>2000-01-01T00:00:00Z</time>
54 <name></name>
55 <cmt></cmt>
56 <desc></desc>
57 <sym>Dot</sym>
58 <extensions></extensions>
59 </rtept>
60 <extensions></extensions>
61 </rte>
62 <extensions></extensions>
63 </gpx>