XML Schema for GPXEV v0.2

概要

このXML Schemaは、GPXEV(GPX Editor and Viewer)がextensionsタグに出力するXMLのスキーマです。

スキーマの構造

Complex Type: styleType

Comment: このタグは、Googleマップに描画するアイテムのスタイルを定義します。

XML Instance Representation

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

Complex Type: routeType

Comment: このタグは、Googleマップに描画するルートのスタイルを定義します。

XML Instance Representation

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

Complex Type: colorType

Comment: このタグは、Googleマップに描画するアイテムの色を定義します。

XML Instance Representation

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

Complex Type: wptsType

Comment: このタグは、全てwptタグに共通の設定を定義します。GPXのスキーマには、wptタグを囲むタグが存在しません。そこで、GPXEVはこのタグをgpxタグの下のextensionsタグに記述します。

XML Instance Representation

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

Complex Type: wptType

Comment: このタグは、wptタグに関する設定を定義します。

XML Instance Representation

<gpxev:wpt>
  <gpxev:marker> markerType <gpxev:/marker>  [0..1]
</gpxev:wpt>

Complex Type: markerType

Comment: このタグは、Markerに関する設定を定義します。

XML Instance Representation

<gpxev:marker>
  <gpxev:name> nameMarkerType <gpxev:/name>  [0..1]
</gpxev:marker>

Complex Type: nameMarkerType

Comment: このタグは、Name Markerに関する設定を定義します。

XML Instance Representation

<gpxev:name>
  <gpxev:visibility> xsd:boolean <gpxev:/visibility>  [0..1]
</gpxev:name>

XML Schema

gpxev.xsd