source: josm/trunk/data/gpx-extensions.xsd@ 12913

Last change on this file since 12913 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
File size: 683 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/gpx-extensions-1.0"
3 xmlns:tns="http://josm.openstreetmap.de/gpx-extensions-1.0" elementFormDefault="qualified">
4
5 <!-- true, if gpx data has been downloaded from the osm server -->
6 <!-- it this case, JOSM improves the rendering of clouds of anonymous TrackPoints -->
7 <element name="from-server" type="boolean"/>
8
9 <!-- the following properties are only set for marker layer export -->
10 <element name="offset" type="decimal"/>
11 <element name="sync-offset" type="decimal"/>
12 <element name="text" type="string"/>
13
14</schema>
Note: See TracBrowser for help on using the repository browser.