File: gpx-extensions.xsd

package info (click to toggle)
josm 0.0.svn17428%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204,760 kB
  • sloc: java: 360,765; xml: 198,972; perl: 10,138; jsp: 250; sh: 123; makefile: 112; javascript: 74; python: 29
file content (14 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/gpx-extensions-1.0"
    xmlns:tns="http://josm.openstreetmap.de/gpx-extensions-1.0" elementFormDefault="qualified">

    <!-- true, if gpx data has been downloaded from the osm server -->
    <!-- it this case, JOSM improves the rendering of clouds of anonymous TrackPoints -->
    <element name="from-server" type="boolean"/>
    
    <!-- the following properties are only set for marker layer export -->
    <element name="offset" type="decimal"/>
    <element name="sync-offset" type="decimal"/>
    <element name="text" type="string"/>

</schema>