]> git.street.me.uk Git - andy/gpx.git/blob - docs/samples/full-1.1.gpx
Improve metadata
[andy/gpx.git] / docs / samples / full-1.1.gpx
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <gpx version="1.1" creator="libgpx" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:custom="https://www.example.com/schema/custom">
3   <metadata>\r
4     <name>full-1.1</name>\r
5     <desc>This is a sample file containing all parts of the GPX 1.1 specification supported by libgpx.</desc>\r
6     <author>\r
7       <name>John Doe</name>\r
8       <email id="john.doe" domain="example.com"/>\r
9       <link href="https://www.example.com/~john.doe/">\r
10         <text>John Doe's Homepage</text>\r
11         <type>text/html</type>\r
12       </link>\r
13     </author>\r
14     <copyright author="John Doe">\r
15       <year>2018</year>\r
16       <license>https://creativecommons.org/publicdomain/zero/1.0/</license>\r
17     </copyright>\r
18     <link href="https://www.example.com/">\r
19       <text>Example Inc.</text>\r
20       <type>text/html</type>\r
21     </link>\r
22     <time>2018-11-25T10:07:47Z</time>\r
23     <keywords>Example, GPX</keywords>\r
24     <bounds minlat="-1.234" minlon="-1.234" maxlat="1.234" maxlon="1.234"/>\r
25     <extensions>\r
26       <custom:checkedBy>Jane Doe</custom:checkedBy>\r
27     </extensions>\r
28   </metadata>\r
29 </gpx>\r