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

Last change on this file since 7043 was 5913, checked in by bastiK, 11 years ago

add schema file for gpx extensions

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.