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

root/q2o/sos_unc/trunk/sos_unc/morgan_ysi.xml

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

--

Line 
1 <?xml version="1.0"?>
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 xlink:arcrole="urn:ogc:def:process:OGC:sensor">
10       <sml:System gml:id="morgan_ysi">
11          <!--============================-->
12          <!--         Metadata           -->
13          <!--============================-->
14          <gml:description>YSI 6600V2 located at Morgan Bay</gml:description>
15          <gml:name>morgan_ysi</gml:name>
16          <sml:keywords
17             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#keywords"/>
18          
19          <!--==========================================================-->
20          <!--===================System Identifiers=====================-->
21          <!--==========================================================-->
22          <sml:identification
23             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#identifiers">
24             <!-- xxxx How do we reference this to change the value for this instance?? -->
25          </sml:identification>
26          <sml:identification>
27             <sml:IdentifierList>
28                <sml:identifier name="Serial Number">
29                   <sml:Term definition="urn:ogc:def:identifier:OGC:serialNumber">
30                      <sml:value>xxxx</sml:value>
31                   </sml:Term>
32                </sml:identifier>
33             </sml:IdentifierList>
34          </sml:identification>
35          
36          <!--==========================================================-->
37          <!--===================System Classifiers=====================-->
38          <!--==========================================================-->
39          <sml:classification
40             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#classifiers"/>
41          
42          <!--- Valid Time in this context applies to this document -->
43          <sml:validTime>
44             <gml:TimeInstant>
45                <gml:timePosition indeterminatePosition="after">2010-11-20</gml:timePosition>
46             </gml:TimeInstant>
47          </sml:validTime>
48          
49          <!--==========================================================-->
50          <!--============       System Contacts           =============-->
51          <!--==========================================================-->
52          <sml:contact
53             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#contact"/>
54          <sml:contact
55             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/contacts.xml#sara_haines"
56             xlink:arcrole="operator"/>
57          
58          <!--==========================================================-->
59          <!--================       History             ===============-->
60          <!--==========================================================-->
61          <sml:history>
62             <sml:EventList>
63                <!-- xxxx have this point to external documentation (see sensor_ml_specs.pdf) -->
64                <sml:member name="System Deployment">
65                   <sml:Event>
66                      <sml:date>2008-07-01</sml:date>
67                      <gml:description>Initial System Deployment</gml:description>
68                      <sml:documentation>
69                         <sml:Document>
70                            <gml:description>Calibration History</gml:description>
71                         </sml:Document>
72                      </sml:documentation>
73                   </sml:Event>
74                </sml:member>
75             </sml:EventList>
76          </sml:history>
77          
78          <sml:inputs>
79             <sml:InputList>
80                <sml:input name="conductivity">
81                   <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/conductivity"/>
82                </sml:input>
83                <sml:input name="water_temperature">
84                   <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/water_temperature"/>
85                </sml:input>
86                <sml:input name="water_pressure">
87                   <swe:ObservableProperty
88                      definition="http://mmisw.org/ont/ioos/parameter/water_pressure"/>
89                </sml:input>
90                <sml:input name="dissolved_oxygen">
91                   <swe:ObservableProperty
92                      definition="http://mmisw.org/ont/ioos/parameter/dissolved_oxygen"/>
93                </sml:input>
94             </sml:InputList>
95          </sml:inputs>
96          
97          <sml:outputs>
98             <sml:OutputList>
99                <sml:output name="depth">
100                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
101                      <swe:uom code="m"/>
102                   </swe:Quantity>
103                </sml:output>
104                <sml:output name="water_level">
105                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_level">
106                      <swe:uom code="m"/>
107                   </swe:Quantity>
108                </sml:output>
109                <sml:output name="water_temperature">
110                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_temperature">
111                      <swe:uom code="degC"/>
112                   </swe:Quantity>
113                </sml:output>
114                <sml:output name="conductivity">
115                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/conductivity">
116                      <swe:uom code="mS/cm"/>
117                   </swe:Quantity>
118                </sml:output>
119                <sml:output name="salinity">
120                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/salinity">
121                      <swe:uom code="ppt"/>
122                   </swe:Quantity>
123                </sml:output>
124                <sml:output name="dissolved_oxygen_saturation">
125                   <swe:Quantity definition="">
126                      <swe:uom code="%sat"/>
127                   </swe:Quantity>
128                </sml:output>
129                <sml:output name="dissolved_oxygen">
130                   <swe:Quantity definition="">
131                      <swe:uom code="mg/L"/>
132                   </swe:Quantity>
133                </sml:output>
134             </sml:OutputList>
135          </sml:outputs>
136          
137          <sml:parameters/>
138          
139          <!--=======================-->
140          <!-- Components            -->
141          <!--=======================-->
142          <sml:components>
143             <sml:ComponentList>
144                <sml:component name="YSI_6Series_6600V2" xlink:role="urn:ogc:def:process:OGC:system" 
145                   xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml"/>
146             </sml:ComponentList>
147          </sml:components>   
148          
149          <!--======================-->
150          <!-- Components Positions -->
151          <!--======================-->
152          <sml:positions>
153             <sml:PositionList>
154                <!-- relative to mechanical profiler -->
155                <sml:position name="position">
156                   <swe:Position
157                      referenceFrame="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan.xml#PLATFORM_FRAME">
158                      <swe:location
159                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan.xml#location"/>
160                   </swe:Position>
161                </sml:position>
162                
163             </sml:PositionList>
164          </sml:positions>
165          
166          <!--==============================-->
167          <!--      System Connections      -->
168          <!--==============================-->
169          <sml:connections>
170             <sml:ConnectionList>
171                
172                <!-- Here, we specify connections for those inputs/outputs that are actually installed on the UNC instance -->
173                <!-- Conductivity -->
174                <sml:connection>
175                   <sml:Link>
176                      <sml:source ref="this/inputs/conductivity"/>
177                      <sml:destination ref="YSI_6Series_6600V2/inputs/conductivity"/>
178                   </sml:Link>
179                </sml:connection>
180                
181                <sml:connection>
182                   <sml:Link>
183                      <sml:source ref="YSI_6Series_6600V2/outputs/conductivity"/>
184                      <sml:destination ref="this/outputs/conductivity"/>
185                   </sml:Link>
186                </sml:connection>
187                
188                <!-- water_temp -->
189                <sml:connection>
190                   <sml:Link>
191                      <sml:source ref="this/inputs/water_temperature"/>
192                      <sml:destination ref="YSI_6Series_6600V2/inputs/water_temperature"/>
193                   </sml:Link>
194                </sml:connection>
195                
196                <sml:connection>
197                   <sml:Link>
198                      <sml:source ref="YSI_6Series_6600V2/outputs/water_temperature"/>
199                      <sml:destination ref="this/outputs/water_temperature"/>
200                   </sml:Link>
201                </sml:connection>
202
203                <!-- Saliinity -->
204                <sml:connection>
205                   <sml:Link>
206                      <sml:source ref="YSI_6Series_6600V2/outputs/salinity"/>
207                      <sml:destination ref="this/outputs/salinity"/>
208                   </sml:Link>
209                </sml:connection>
210                
211                <!-- Depth -->
212                <sml:connection>
213                   <sml:Link>
214                      <sml:source ref="YSI_6Series_6600V2/outputs/depth"/>
215                      <sml:destination ref="this/outputs/depth"/>
216                   </sml:Link>
217                </sml:connection>
218                
219                <!-- Water_level -->
220                <sml:connection>
221                   <sml:Link>
222                      <sml:source ref="YSI_6Series_6600V2/outputs/water_level"/>
223                      <sml:destination ref="this/outputs/water_level"/>
224                   </sml:Link>
225                </sml:connection>
226                
227             </sml:ConnectionList>
228            
229          </sml:connections>
230          
231       </sml:System>
232    </sml:member>
233 </sml:SensorML>
Note: See TracBrowser for help on using the browser.