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

root/q2o/sos_unc/trunk/sos_unc/contacts.xml

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

first commit

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
5     xmlns:xlink="http://www.w3.org/1999/xlink"
6     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
7     version="1.0.1">
8     <sml:member>
9         <sml:ContactList gml:id="main_contacts">
10
11             <sml:member>
12                 <sml:ResponsibleParty gml:id="sara_haines">
13                     <sml:individualName>Sara Haines</sml:individualName>
14                     <sml:organizationName>University of North Carolina</sml:organizationName>
15                     <sml:contactInfo>
16                         <sml:phone>
17                             <sml:voice>+1-919-962-1253</sml:voice>
18                         </sml:phone>
19                         <sml:address>
20                             <sml:deliveryPoint>Department of Marine Sciences, CB 3300, 3202 Venable
21                             Hall</sml:deliveryPoint>
22                             <sml:city>Chapel Hill</sml:city>
23                             <sml:administrativeArea>NC</sml:administrativeArea>
24                             <sml:postalCode>27599</sml:postalCode>
25                             <sml:country>USA</sml:country>
26                             <sml:electronicMailAddress>sara_haines@unc.edu</sml:electronicMailAddress>
27                         </sml:address>
28                     </sml:contactInfo>
29                 </sml:ResponsibleParty>
30             </sml:member>
31
32             <sml:member>
33                 <sml:ResponsibleParty gml:id="chris_calloway">
34                     <sml:individualName>Christopher Calloway</sml:individualName>
35                     <sml:organizationName>University of North Carolina</sml:organizationName>
36                     <sml:contactInfo>
37                         <sml:phone>
38                             <sml:voice>+1-919-962-1252</sml:voice>
39                         </sml:phone>
40                         <sml:address>
41                             <sml:deliveryPoint>Department of Marine Sciences, CB 3300, 3202 Venable
42                             Hall</sml:deliveryPoint>
43                             <sml:city>Chapel Hill</sml:city>
44                             <sml:administrativeArea>NC</sml:administrativeArea>
45                             <sml:postalCode>27599</sml:postalCode>
46                             <sml:country>USA</sml:country>
47                             <sml:electronicMailAddress>cbc@unc.edu</sml:electronicMailAddress>
48                         </sml:address>
49                     </sml:contactInfo>
50                 </sml:ResponsibleParty>
51             </sml:member>
52
53         </sml:ContactList>
54     </sml:member>
55 </sml:SensorML>
Note: See TracBrowser for help on using the browser.