Project

General

Profile

1
<OWSContext version="0.0.13" id="ows-context-tie" 
2
  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
  xmlns:sld="http://www.opengis.net/sld"
6
  xmlns:ogc="http://www.opengis.net/ogc" 
7
  xmlns:ows="http://www.opengis.net/ows" 
8
  xmlns:param="http;//www.opengis.net/param" 
9
  xsi:schemaLocation="http://www.opengis.net/oc oc_0_0_13.xsd">
10

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

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