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

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

Revision 398 (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="Stones Bay" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/stones.xml"/>
28                     <sml:component name="Hampton Shoals" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/hampton.xml"/>
29                     <sml:component name="Bay Point" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/bay_point.xml"/>
30              
31                     <sml:component name="Raleigh Bay Buoy" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/raleigh_bay.xml"/>
32                     <sml:component name="Oregon Inlet Buoy" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/oregon_inlet.xml"/>
33                     <sml:component name="T23 Tower" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/t23.xml"/>
34                    
35                     <sml:component name="Bogue Inlet Pier" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/bogue.xml"/>
36                     <sml:component name="Jennettes Pier" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/jennettes.xml"/>
37                     <sml:component name="Ramses Slocum Glider" xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/ramses.xml"/>
38                    
39                 </sml:ComponentList>
40             </sml:components>
41
42         </sml:System>
43     </sml:member>
44 </sml:SensorML>
Note: See TracBrowser for help on using the browser.