<?xml version="1.0" encoding="utf-8" ?>

<root>
	<courseData>
		<!-- コース名 -->
		<title>コース名を入れる</title>
		<!-- 作者名 -->
		<author>作者名を入れる</author>
		<!-- チェックポイントのリスト -->
		<spotList>
			<!-- チェックポイントその１ -->
			<spot>
				<type>start</type>					<!-- ポイントタイプ -->
				<note>スタート地点</note>			<!-- ポイントの説明 -->
				<latitude>35.730105</latitude>		<!-- 緯度 -->
				<longitude>139.712352</longitude>	<!-- 経度 -->
				<reactRadius>30.0</reactRadius>		<!-- 当たり半径(m) -->
			</spot>
			<!-- チェックポイントその２ -->
			<spot>
				<type>point</type>					<!-- ポイントタイプ -->
				<note>チェックポイント１</note>		<!-- ポイントの説明 -->
				<latitude>35.729626</latitude>		<!-- 緯度 -->
				<longitude>139.714181</longitude>	<!-- 経度 -->
				<gainPoint>100</gainPoint>			<!-- 取得ポイント -->
				<reactRadius>25.0</reactRadius>		<!-- 当たり半径(m) -->
			</spot>
			<!-- チェックポイントその３ -->
			<spot>
				<type>goal</type>					<!-- ポイントタイプ -->
				<note>ゴール地点</note>				<!-- ポイントの説明 -->
				<latitude>35.73014</latitude>		<!-- 緯度 -->
				<longitude>139.716429</longitude>	<!-- 経度 -->
				<reactRadius>30.0</reactRadius>		<!-- 当たり半径(m) -->
			</spot>
		</spotList>
	</courseData>
</root>
