XML Schema for GPXEV v0.1

概要

この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: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>

XML Schema

gpxev.xsd