تم إنشاء هذه الصفحة عن طريق الترجمة الآلية.

XML Schema for GPXEV v0.1

Overview

This is the XML schema that GPXEV (GPX Editor and Viewer) outputs to the extensions tag.

Schema Components

Complex Type: styleType

Comment: This tag defines the style of items to draw on Google maps.

XML Instance Representation

<gpxev:style>
  <gpxev:route> routeType <gpxev:/route>  [0..1]
</gpxev:style>

Complex Type: routeType

Comment: This tag defines the style of the route to draw on Google Maps.

XML Instance Representation

<gpxev:route>
  <gpxev:color> colorType <gpxev:/color>  [0..1]
</gpxev:route>

Complex Type: colorType

Comment: This tag defines the color of the item to draw on Google Maps.

XML Instance Representation

<gpxev:color> xsd:string </gpxev:color>

Complex Type: wptsType

Comment: This tag defines the setting of the waypoints. There is no tag surrounding wpt tag in GPX Schema. So, GPXEV writes this tag in the extensions tag under the gpx tag.

XML Instance Representation

<gpxev:wpts>
  <gpxev:style> styleType <gpxev:/style>  [0..1]
</gpxev:wpts>

XML Schema

gpxev.xsd