Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<ViewContextCollection version="1.0.0" xmlns="http://www.opengis.net/context" 
3
    xmlns:xlink="http://www.w3.org/1999/xlink" 
4
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
5
    xsi:schemaLocation="http://www.opengis.net http://schemas.opengis.net/context/1.0.0/collection.xsd">
6
	<!-- List of context XML URLs -->
7
	<ViewContextReference version="1.0.0" id="WorldMap">
8
		<Title>World Map</Title>
9
		<ContextURL>
10
			<OnlineResource xlink:type="simple" xlink:href="data/DemisWorldMap.xml"/>
11
		</ContextURL>
12
	</ViewContextReference>
13

    
14
	<ViewContextReference version="1.0.0" id="BlueMarble">
15
		<Title>Satellite</Title>
16
		<ContextURL>
17
			<OnlineResource xlink:type="simple" xlink:href="data/BlueMarble.xml"/>
18
		</ContextURL>
19
	</ViewContextReference>
20
</ViewContextCollection>
(5-5/5)