Project

General

Profile

1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2
<OWSContext version="0.0.13" id="ows-context-tie" 
3
  xmlns="http://www.opengis.net/context" 
4
  xmlns:xlink="http://www.w3.org/1999/xlink" 
5
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
6
  xmlns:sld="http://www.opengis.net/sld"
7
  xmlns:ogc="http://www.opengis.net/ogc" 
8
  xmlns:ows="http://www.opengis.net/ows" 
9
  xmlns:param="http;//www.opengis.net/param" 
10
  xsi:schemaLocation="http://www.opengis.net/oc oc_0_0_13.xsd">
11

    
12
	<General>
13
		<Window width="600" height="300"/>
14
		<!-- BoundingBox SRS="EPSG:4326" minx="-130" miny="10" maxx="-50" maxy="50"/ -->
15
    <ows:BoundingBox crs="EPSG:4326">
16
      <ows:LowerCorner>-180.0 -85.0</ows:LowerCorner>
17
      <ows:UpperCorner>180.0 85.0</ows:UpperCorner>
18
    </ows:BoundingBox>
19
    
20
		<Title xml:lang="en">GeoRSS Using OWSContext</Title>
21
		<KeywordList>
22
			<Keyword>world</Keyword>
23
      <Keyword>atlas</Keyword>
24
      <Keyword>georss</Keyword>
25
		</KeywordList>
26
    
27
		<Abstract>World Base Map.</Abstract>
28
    
29
    <LogoURL width="140" height="65" format="image/gif">
30
      <OnlineResource xlink:type="simple" xlink:href="http://www.opengeospatial.org/img/ogc_header_top_left.gif" />
31
    </LogoURL>
32

    
33
    <DescriptionURL format="text/html">
34
      <OnlineResource xlink:type="simple" xlink:href="http://www.opengeospatial.org/press/?page=pressrelease&amp;view=20040525_ContextIE_PR" />
35
    </DescriptionURL>
36
    
37
    <ows:ServiceProvider>
38
      <ows:ProviderName>Vightel Corporation</ows:ProviderName>
39
      <ows:ProviderSite xlink:type="simple" xlink:href="http://www.ec.gc.ca/" />
40
      <ows:ServiceContact>
41
        <ows:IndividualName>Patrice G Cappelaere</ows:IndividualName>
42
        <ows:PositionName>Senior Architect</ows:PositionName>
43
        <ows:ContactInfo>
44
          <ows:Phone>
45
            <ows:Voice>410-340-4868</ows:Voice>
46
            <ows:Facsimile>443-283-0370</ows:Facsimile>
47
          </ows:Phone>
48
          <ows:Address>
49
            <ows:DeliveryPoint>8303 Winter Wind Ct</ows:DeliveryPoint>
50
            <ows:City>Ellicott City</ows:City>
51
            <ows:AdministrativeArea>Maryland</ows:AdministrativeArea>
52
            <ows:PostalCode>21043</ows:PostalCode>
53
            <ows:Country>USA</ows:Country>
54
            <ows:ElectronicMailAddress>pat@cappelaere.com</ows:ElectronicMailAddress>
55
          </ows:Address>
56
          <ows:OnlineResource xlink:type="simple" xlink:href="http://www.vightel.com/" />
57
          <ows:HoursOfService>0700h - 1500h (EST), Monday - Friday</ows:HoursOfService>
58
          <ows:ContactInstructions>Just call or email</ows:ContactInstructions>
59
        </ows:ContactInfo>
60
        <ows:Role>Systems Scientist</ows:Role>
61
      </ows:ServiceContact>
62
    </ows:ServiceProvider>
63
  </General>  
64
    
65
	<ResourceList>
66
		<Layer queryable="1" hidden="0">
67
			<Server service="OGC:WMS" version="1.0.0" title="OGC:WMS">
68
      <OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/WMS/wms.asp?wms=WorldMap"/>
69
			</Server>
70
			<Name>Bathymetry,Countries,Topography,Hillshading,Builtup+areas,Coastlines,Waterbodies,Inundated,Rivers,Streams,Railroads,Highways,Roads,Trails,Borders,Cities,Settlements,Spot+elevations,Airports,Ocean+features</Name>
71
			<Title>World Map</Title>
72
			<SRS>EPSG:4326</SRS>
73
			<FormatList>
74
				<Format current="1">image/gif</Format>
75
			</FormatList>
76
			<StyleList>
77
				<Style current="1">
78
					<Name>default</Name>
79
					<Title>default</Title>
80
				</Style>
81
			</StyleList>
82
		</Layer>
83
	</ResourceList>
84
</OWSContext>
(1-1/13)