NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/q2o/sos_unc/trunk/sos_unc/NCCOOS_System.xml

Revision 396 (checked in by haines, 13 years ago)

--

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- items to be addressed search on "xxxx" -->
3 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
6     xmlns:xlink="http://www.w3.org/1999/xlink"
7     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
8     version="1.0.1">
9     <sml:member>
10         <sml:System gml:id="NCCOOS_System">
11             <gml:description>Data management of near-real time ocean observations within the North Carolina region.  The data are managed by the Department of Marine Sciences at University of North Carolina at Chapel Hill (UNC-CH).
12             </gml:description>
13             <gml:name>North Carolina Coastal Ocean Observing System (NCCOOS)</gml:name>
14
15             <gml:boundedBy>
16                 <gml:Envelope>
17                     <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">33.0000 -79.0000</gml:lowerCorner>
18                     <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">37.5000 -73.0000</gml:upperCorner>
19                 </gml:Envelope>
20             </gml:boundedBy>
21
22             <sml:contact xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/contacts.xml#sara_haines" xlink:arcrole="manager"/>
23             <sml:components>
24                 <sml:ComponentList>
25
26                     <sml:component name="Morgan Bay" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan.xml"/>
27                     <sml:component name="Bogue Inlet Pier" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/bogue.xml"/>
28
29                 </sml:ComponentList>
30             </sml:components>
31
32         </sml:System>
33     </sml:member>
34 </sml:SensorML>
Note: See TracBrowser for help on using the browser.