<?xml version="1.0"?>
<hds:hdschema xmlns:hds="http://www.dgeo.org/hdschema/">

<hds:CoordinateSystem type="Earth WGS84 lat-long" indexrank="2" cellrank="3"/>

<hds:Levels>

	<!-- Earth -->
	<hds:Level description="Earth">
		<hds:Cell name="dotgeo.net" terminate="false">
			<hds:CellLimit n="1" min="0" max="360" geoextent="360"/>
			<hds:CellLimit n="2" min="0" max="180" geoextent="180"/>
		</hds:Cell>

		<!-- 90 degree cells -->
		<hds:Level description="90 degree cells">

			<hds:Cells name="%de%dn">
				<hds:CellLimit n="1" inc="90" min="0" max="270" geoextent="90"/>
				<hds:CellLimit n="2" inc="90" min="0" max="90" geoextent="90"/>
			</hds:Cells>

			<!-- 10 degree cells -->
			<hds:Level description="10 degree cells">

				<hds:Cells name="%de%dn">
					<hds:CellLimit n="1" inc="10" min="0"  max="80" geoextent="10"/>
					<hds:CellLimit n="2" inc="10" min="0" max="80" geoextent="10"/>
				</hds:Cells>

				<hds:Cell name="northpole" terminate="true">
					<hds:CellLimit n="1" min="0"  max="360" geoextent="360"/>
					<hds:CellLimit n="2" min="170"  max="180" geoextent="10"/>
				</hds:Cell>

				<hds:Cell name="southpole" terminate="true">
					<hds:CellLimit n="1" min="0"  max="360" geoextent="360"/>
					<hds:CellLimit n="2" min="0"  max="10" geoextent="10"/>
				</hds:Cell>

				<!-- 1 degree cells -->
				<hds:Level description="1 degree cells">

					<hds:Cells name="%de%dn">
						<hds:CellLimit n="1" inc="1" min="0" max="9" geoextent="1"/>
						<hds:CellLimit n="2" inc="1" min="0" max="9" geoextent="1"/>
					</hds:Cells>

					<!-- 10 minute cells -->
					<hds:Level description="10 minute cells">

						<hds:Cells name="%de%dn">
							<hds:CellLimit n="1" inc="10" min="0" max="50" geoextent="0.166666"/>
							<hds:CellLimit n="2" inc="10" min="0" max="50" geoextent="0.166666"/>
						</hds:Cells>
					</hds:Level>
				</hds:Level>
			</hds:Level>
		</hds:Level>
	</hds:Level>

</hds:Levels>

</hds:hdschema>

