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

root/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml

Revision 420 (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="YSI_6Series_6600V2">
11
12          <!--============================-->
13          <!--         Metadata           -->
14          <!--============================-->
15          <gml:description>The 6600V2 sonde is a water quality monitoring package available with simultaneous measurement of conductivity (salinity), temperature, depth or level, pH/ORP.  With models V2-2 and V2-4, two or four additional optical sensor selections measure parameters of dissolved oxygen, turbidity, chlorophyll, and blue-green algae. Additional calculated parameters include total dissolved solids, resistivity, and specific conductance.</gml:description>
16          <gml:name>YSI_6Series_6600V2</gml:name>
17          <sml:keywords>
18             <sml:KeywordList id="keywords" codeSpace="urn:x-nasa:def:gcmd:keywords">
19                <sml:keyword>ocean chemistry</sml:keyword>
20                <sml:keyword>water quality</sml:keyword>
21                <sml:keyword>ocean contaminants</sml:keyword>
22                <sml:keyword>environmental</sml:keyword>
23             </sml:KeywordList>
24          </sml:keywords>
25          <!--==========================================================-->
26          <!--===================System Identifiers=====================-->
27          <!--==========================================================-->
28          <sml:identification>
29             <sml:IdentifierList>
30                <sml:identifier>
31                   <sml:Term definition="#conductivity">
32                      <sml:value>blah blah blan</sml:value>
33                   </sml:Term>
34                </sml:identifier>
35             </sml:IdentifierList>
36            
37          </sml:identification>
38          <sml:identification>
39             <sml:IdentifierList id="identifiers">
40                <sml:identifier name="longName">
41                   <sml:Term definition="urn:ogc:def:property:OGC:longName">
42                      <sml:value>6-Series Multiparameter Water Quality Sonde</sml:value>
43                   </sml:Term>
44                </sml:identifier>
45                <sml:identifier name="shortName">
46                   <sml:Term definition="urn:ogc:def:property:OGC:shortName">
47                      <sml:value>6-Series Sonde</sml:value>
48                   </sml:Term>
49                </sml:identifier>
50                <sml:identifier name="manufacturer">
51                   <sml:Term definition="urn:ogc:def:property:OGC:manufacturer">
52                      <sml:value>YSI Environmental</sml:value>
53                   </sml:Term>
54                </sml:identifier>
55                <sml:identifier name="modelNumber">
56                   <sml:Term definition="urn:ogc:def:identifier:OGC:modelNumber">
57                      <sml:value>6600V2</sml:value>
58                   </sml:Term>
59                </sml:identifier>
60             </sml:IdentifierList>
61          </sml:identification>
62
63          <!--==========================================================-->
64          <!--===================System Classifiers=====================-->
65          <!--==========================================================-->
66          <sml:classification>
67             <sml:ClassifierList id="classifiers">
68
69                <sml:classifier name="intendedApplication">
70                   <sml:Term definition="urn:ogc:def:property:OGC:application">
71                      <sml:value>Water Quality</sml:value>
72                   </sml:Term>
73                </sml:classifier>
74                <sml:classifier name="sensorType">
75                   <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
76                      <sml:value>Multiparameter Sonde</sml:value>
77                   </sml:Term>
78                </sml:classifier>
79
80             </sml:ClassifierList>
81          </sml:classification>
82          <!-- ================================================= -->
83          <!--                System Characteristics             -->
84          <!-- ================================================= -->
85          <sml:characteristics name="System Characteristics">
86             <swe:DataRecord gml:id="physical_specs"
87                definition="urn:ogc:def:property:OGC::physicalProperties">
88
89                <swe:field name="weightInAir">
90                   <swe:Quantity definition="urn:ogc:def:property:OGC::weight">
91                      <swe:uom code="kg"/>
92                      <swe:value>3.18</swe:value>
93                   </swe:Quantity>
94                </swe:field>
95
96                <swe:field name="diameter">
97                   <swe:Quantity definition="urn:ogc:def:property:OGC::diameter">
98                      <swe:uom code="cm"/>
99                      <swe:value>8.90</swe:value>
100                      <!-- with pressure with batteries -->
101                   </swe:Quantity>
102                </swe:field>
103
104                <swe:field name="length">
105                   <!-- without pressure -->
106                   <swe:Quantity definition="urn:ogc:def:dataType:OGC:1.1:length ">
107                      <swe:uom code="cm"/>
108                      <swe:value>49.8</swe:value>
109                   </swe:Quantity>
110                </swe:field>
111
112                <swe:field name="lengthWithPressure">
113                   <swe:Quantity definition="urn:ogc:def:dataType:OGC:1.1:length ">
114                      <swe:uom code="cm"/>
115                      <swe:value>54.9</swe:value>
116                   </swe:Quantity>
117                </swe:field>
118
119                <swe:field name="deepPressureRating">
120                   <!-- Deep Depth Option -->
121                   <swe:Quantity definition="urn:ysi:def:property:::pressureRating">
122                      <gml:description>Deep Depth Option on most but not all sensors</gml:description>
123                      <swe:uom code="m"/>
124                      <swe:value>200</swe:value>
125                   </swe:Quantity>
126                </swe:field>
127
128                <swe:field name="opticalPressureRating">
129                   <!-- nominal -->
130                   <swe:Quantity definition="urn:ysi:def:property:::pressureRating">
131                      <gml:description>Maximum depth rating for all optical probes</gml:description>
132                      <swe:uom code="m"/>
133                      <swe:value>61</swe:value>
134                   </swe:Quantity>
135                </swe:field>
136
137             </swe:DataRecord>
138          </sml:characteristics>
139
140          <!--==========================================================-->
141          <!--============       System Capabilities       =============-->
142          <!--==========================================================-->
143          <!-- searchable quick list -->
144          <sml:capabilities name="SondeProperties">
145             <swe:DataRecord>
146                <swe:field name="operatingTemperatureRange">
147                   <swe:QuantityRange>
148                      <swe:uom code="degC"/>
149                      <swe:value>-5 +50</swe:value>
150                   </swe:QuantityRange>
151                </swe:field>
152                <swe:field name="operatingDepthRange">
153                   <swe:QuantityRange>
154                      <swe:uom code="m"/>
155                      <swe:value>0 200</swe:value>
156                   </swe:QuantityRange>
157                </swe:field>
158                <swe:field name="storageTemperatureRange">
159                   <swe:QuantityRange>
160                      <swe:uom code="degC"/>
161                      <swe:value>-10 +60</swe:value>
162                   </swe:QuantityRange>
163                </swe:field>
164             </swe:DataRecord>
165          </sml:capabilities>
166
167          <!--==========================================================-->
168          <!--============       System Contacts           =============-->
169          <!--==========================================================-->
170
171          <sml:contact>
172             <sml:ContactList gml:id="contact">
173                <sml:member>
174                   <sml:ResponsibleParty gml:id="sales">
175                      <sml:individualName>Somebody from YSI</sml:individualName>
176                      <sml:organizationName>YSI Environmental</sml:organizationName>
177                      <sml:contactInfo>
178                         <sml:phone>
179                            <sml:voice>+1-937-767-7241</sml:voice>
180                            <sml:facsimile>+1-937-767-9353</sml:facsimile>
181                         </sml:phone>
182                         <sml:address>
183                            <sml:deliveryPoint>1700/1725 Brannum Lane</sml:deliveryPoint>
184                            <sml:city>Yellow Springs</sml:city>
185                            <sml:administrativeArea>Ohio</sml:administrativeArea>
186                            <sml:postalCode>45387-1107</sml:postalCode>
187                            <sml:country>USA</sml:country>
188                            <sml:electronicMailAddress>environmental@ysi.com</sml:electronicMailAddress>
189                         </sml:address>
190                      </sml:contactInfo>
191                   </sml:ResponsibleParty>                 
192                </sml:member>
193             </sml:ContactList>
194            
195             <!-- Pretty View does not see Sales -->
196         </sml:contact>
197
198          <!--==========================================================-->
199          <!--============       System Documentation       ============-->
200          <!--==========================================================-->
201
202          <sml:documentation>
203             <sml:DocumentList gml:id="documentation">
204                <sml:member name="">
205                   <sml:Document>
206                      <gml:description>Collection of information regarding YSI 6600V2 Multiparameter Sonde</gml:description>
207                      <sml:onlineResource xlink:href="http://www.ysi.com/productsdetail.php?6600V2-1"
208                      />
209                   </sml:Document>
210                </sml:member>
211                <sml:member name="">
212                   <sml:Document>
213                      <gml:description>Photos of the 6600V2</gml:description>
214                      <sml:onlineResource
215                         xlink:href="http://www.ysi.com/media/products/6600V2-sensors.jpg"/>
216                   </sml:Document>
217                </sml:member>
218                <sml:member name="">
219                   <sml:Document>
220                      <gml:description>Specification sheet for the 6600V2</gml:description>
221                      <sml:onlineResource xlink:href="http://www.ysi.com/media/pdfs/E52-6600V2.pdf"/>
222                   </sml:Document>
223                </sml:member>
224                <sml:member name="">                 
225                   <sml:Document>
226                      <gml:description>Standard Methods for the Examination of Water and Wastewater (Ed. 1989)</gml:description>
227                   </sml:Document>
228                </sml:member>
229             </sml:DocumentList>
230          </sml:documentation>
231
232          <!--============================-->
233          <!-- Platform Coordinate Frame  -->
234          <!--============================-->
235          <sml:spatialReferenceFrame>
236             <gml:EngineeringCRS gml:id="SONDE_FRAME">
237                <gml:srsName>Sonde Spatial Frame</gml:srsName>
238                <gml:usesCS xlink:href="urn:ogc:def:cs:xyzFrame"/>
239                <gml:usesEngineeringDatum>
240                   <gml:EngineeringDatum gml:id="SONDE_DATUM">
241                      <gml:datumName>Sonde Spatial Daturm</gml:datumName>
242                      <gml:anchorPoint>origin at the end of the housing for sensors; x and y are orthogonal to z and undetermined; z extends from end of housing.</gml:anchorPoint>
243                   </gml:EngineeringDatum>
244                </gml:usesEngineeringDatum>
245             </gml:EngineeringCRS>
246          </sml:spatialReferenceFrame>
247          
248          
249          <!--========================-->
250          <!--  Sonde Inputs          -->
251          <!--========================-->
252
253          <sml:inputs>
254             <sml:InputList id="inputs">
255                <sml:input name="conductivity">
256                   <swe:ObservableProperty
257                      definition="http://mmisw.org/ont/ioos/parameter/conductivity"
258                   > </swe:ObservableProperty>
259                </sml:input>
260                <sml:input name="water_temperature">
261                   <swe:ObservableProperty
262                      definition="http://mmisw.org/ont/ioos/parameter/water_temperature"
263                   > </swe:ObservableProperty>
264                </sml:input>
265                <sml:input name="water_pressure">
266                   <swe:ObservableProperty
267                      definition="http://mmisw.org/ont/ioos/parameter/water_pressure"
268                   > </swe:ObservableProperty>
269                </sml:input>
270                <sml:input name="dissolved_oxygen">
271                   <swe:ObservableProperty
272                      definition="http://mmisw.org/ont/ioos/parameter/dissolved_oxygen"
273                   > </swe:ObservableProperty>
274                </sml:input>
275                <sml:input name="acidity">
276                   <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/acidity"
277                   > </swe:ObservableProperty>
278                </sml:input>
279                <sml:input name="suspended_solids">
280                   <swe:ObservableProperty
281                      definition="http://mmisw.org/ont/ioos/parameter/suspended_solids"
282                   > </swe:ObservableProperty>
283                </sml:input>
284             </sml:InputList>
285          </sml:inputs>
286
287          <!--==============================-->
288          <!--  Sonde Outputs               -->
289          <!--==============================-->
290          <sml:outputs>
291             <sml:OutputList id="outputs">
292                <sml:output name="depth">
293                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
294                      <swe:uom code="m"/>
295                   </swe:Quantity>
296                </sml:output>
297                <sml:output name="water_level">
298                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_level">
299                      <swe:uom code="m"/>
300                   </swe:Quantity>
301                </sml:output>
302                <sml:output name="water_temperature">
303                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_temperature">
304                      <swe:uom code="degC"/>
305                   </swe:Quantity>
306                </sml:output>
307                <sml:output name="conductivity">
308                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/conductivity">
309                      <swe:uom code="mS/cm"/>
310                   </swe:Quantity>
311                </sml:output>
312                <sml:output name="salinity">
313                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/salinity">
314                      <swe:uom code="ppt"/>
315                   </swe:Quantity>
316                </sml:output>
317                <sml:output name="dissolved_oxygen_saturation">
318                   <swe:Quantity definition="">
319                      <swe:uom code="%sat"/>
320                   </swe:Quantity>
321                </sml:output>
322                <sml:output name="dissolved_oxygen">
323                   <swe:Quantity definition="">
324                      <swe:uom code="mg/L"/>
325                   </swe:Quantity>
326                </sml:output>
327                <sml:output name="turbidity">
328                   <swe:Quantity definition="">
329                      <swe:uom code="NTU"/>
330                   </swe:Quantity>
331                </sml:output>
332                <sml:output name="pH">
333                   <swe:Quantity definition="">
334                      <swe:uom code="units"/>
335                   </swe:Quantity>
336                </sml:output>
337                <sml:output name="oxidation_reduction_potential">
338                   <swe:Quantity definition="">
339                      <swe:uom code="mV"/>
340                   </swe:Quantity>
341                </sml:output>
342                <sml:output name="chlorophyll">
343                   <swe:Quantity definition="">
344                      <swe:uom code="mg/L"/>
345                   </swe:Quantity>
346                </sml:output>
347                <sml:output name="phycocyanin_blue_green_algae">
348                   <swe:Quantity definition="">
349                      <swe:uom code="RFU"/>
350                   </swe:Quantity>
351                </sml:output>
352                <sml:output name="phycoerythrin_blue_green_algae">
353                   <swe:Quantity definition="">
354                      <swe:uom code="RFU"/>
355                   </swe:Quantity>
356                </sml:output>
357             </sml:OutputList>
358          </sml:outputs>
359
360          <!--=======================-->
361          <!-- Sonde Parameters      -->
362          <!--=======================-->
363          <sml:parameters>
364             <sml:ParameterList id="parameters">
365                <sml:parameter name="SondeParameters">
366                   <swe:DataRecord>
367                      <swe:field name="Latitude">
368                         <swe:Quantity definition="urn:ysi:def:property:::Latitude">
369                            <gml:description>Latitude of station -- used in depth calculation.</gml:description>
370                            <swe:uom code="degTrueNorth"/>
371                            <swe:constraint>
372                               <swe:AllowedValues>
373                                  <swe:interval>0 90</swe:interval>
374                               </swe:AllowedValues>
375                            </swe:constraint>
376                            <swe:value>40</swe:value>
377                         </swe:Quantity>
378                      </swe:field>
379                      <swe:field name="Altitude">
380                         <swe:Quantity definition="urn:ysi:def:property:::Altitude">
381                            <gml:description>Altitude of station above sea level -- used in DO </gml:description>
382                            <swe:uom code="feet"/>
383                            <swe:value>0</swe:value>
384                         </swe:Quantity>
385                      </swe:field>
386                   </swe:DataRecord>
387                </sml:parameter>
388                <sml:parameter name="CommunicationParameters">
389                   <swe:DataRecord>
390                      <swe:field name="communicationType">
391                         <swe:Category>
392                            <swe:constraint>
393                               <swe:AllowedTokens>
394                                  <swe:valueList>RS232 SDI-12</swe:valueList>
395                               </swe:AllowedTokens>
396                            </swe:constraint>
397                         </swe:Category>
398                      </swe:field>
399                      <swe:field name="communicationBaudRate">
400                         <swe:Quantity definition="urn:ysi:def:property:::baudRate">
401                            <gml:description>Baud Rate of RS232</gml:description>
402                            <swe:uom code="bits/sec"/>
403                            <swe:constraint>
404                               <swe:AllowedValues>
405                                  <swe:valueList>300 600 1200 2400 4800 9600</swe:valueList>
406                               </swe:AllowedValues>
407                            </swe:constraint>
408                            <swe:value>9600</swe:value>
409                         </swe:Quantity>
410                      </swe:field>
411                      <swe:field name="SDIAddress">
412                         <swe:Quantity definition="urn:ysi:def:property:::SDIAddress">
413                            <gml:description>Address of SDI-12</gml:description>
414                            <swe:constraint>
415                               <swe:AllowedValues>
416                                  <swe:interval>0 9</swe:interval>
417                               </swe:AllowedValues>
418                            </swe:constraint>
419                            <swe:value>0</swe:value>
420                         </swe:Quantity>
421                      </swe:field>
422                   </swe:DataRecord>
423                </sml:parameter>
424             </sml:ParameterList>
425          </sml:parameters>
426
427          <!--=======================-->
428          <!-- Sonde Components      -->
429          <!--=======================-->
430          <sml:components>
431             <sml:ComponentList>
432                <!-- xxxx Add response time or latency to all parameters in each component -->
433                <sml:component name="Conductivity" xlink:role="urn:ogc:def:process:OGC:detector">
434                   <sml:Component gml:id="conductivity">
435                      <gml:description>YSI Conductivity Sensor</gml:description>
436                      <sml:identification>
437                         <sml:IdentifierList>
438                            <sml:identifier name="longName">
439                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
440                                  <sml:value>Conductivity</sml:value>
441                               </sml:Term>
442                            </sml:identifier>
443                            <sml:identifier name="sensorType">
444                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
445                                  <sml:value>Four Electrode Cell</sml:value>
446                               </sml:Term>
447                            </sml:identifier>
448                         </sml:IdentifierList>
449                      </sml:identification>
450
451                      <sml:inputs>
452                         <sml:InputList>
453                            <sml:input name="conductivity">
454                               <swe:ObservableProperty
455                                  definition="http://mmisw.org/ont/ioos/parameter/conductivity"/>
456                            </sml:input>
457                         </sml:InputList>
458                      </sml:inputs>
459
460                      <sml:outputs>
461                         <sml:OutputList>
462                            <sml:output name="conductivity">
463                               <swe:Quantity
464                                  definition="http://mmisw.org/ont/ioos/parameter/conductivity">
465                                  <swe:uom code="mS/cm"/>
466                               </swe:Quantity>
467                            </sml:output>
468                         </sml:OutputList>
469                      </sml:outputs>
470
471                      <sml:parameters>
472                         <sml:ParameterList>
473                            <sml:parameter name="range">
474                               <swe:QuantityRange>
475                                  <swe:uom code="mS/cm"/>
476                                  <swe:value>0 100</swe:value>
477                               </swe:QuantityRange>
478                            </sml:parameter>
479                            <sml:parameter name="accuracy">
480                               <swe:Quantity>
481                                  <swe:uom code="mS/cm"/>
482                                  <swe:value>0.0001</swe:value>
483                               </swe:Quantity>
484                            </sml:parameter>
485                            <sml:parameter name="resolution">
486                               <swe:QuantityRange>
487                                  <swe:uom code="mS/cm"/>
488                                  <swe:value>0.001 0.1</swe:value>
489                               </swe:QuantityRange>
490                            </sml:parameter>
491                            <sml:parameter name="temperature range">
492                               <swe:QuantityRange>
493                                  <swe:uom code="degC"/>
494                                  <swe:value>-5 30</swe:value>
495                               </swe:QuantityRange>
496                            </sml:parameter>
497                            <sml:parameter name="max depth">
498                               <swe:Quantity>
499                                  <swe:uom code="m"/>
500                                  <swe:value>200</swe:value>
501                               </swe:Quantity>
502                            </sml:parameter>
503                         </sml:ParameterList>
504                      </sml:parameters>
505                   </sml:Component>
506                </sml:component>
507                <sml:component name="Temperature" xlink:role="urn:ogc:def:process:OGC:detector">
508                   <sml:Component gml:id="temperature">
509                      <gml:description>YSI Temperature Sensor</gml:description>
510                      <sml:identification>
511                         <sml:IdentifierList>
512                            <sml:identifier name="longName">
513                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
514                                  <sml:value>Temperature</sml:value>
515                               </sml:Term>
516                            </sml:identifier>
517                            <sml:identifier name="sensorType">
518                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
519                                  <sml:value>thermistor</sml:value>
520                               </sml:Term>
521                            </sml:identifier>
522                         </sml:IdentifierList>
523                      </sml:identification>
524
525                      <sml:inputs>
526                         <sml:InputList>
527                            <sml:input name="water_temperature">
528                               <swe:ObservableProperty
529                                  definition="http://mmisw.org/ont/ioos/parameter/water_temperature"
530                               />
531                            </sml:input>
532                         </sml:InputList>
533                      </sml:inputs>
534
535                      <sml:outputs>
536                         <sml:OutputList>
537                            <sml:output name="water_temperature">
538                               <swe:Quantity
539                                  definition="http://mmisw.org/ont/ioos/parameter/water_temperature">
540                                  <swe:uom code="degC"/>
541                               </swe:Quantity>
542                            </sml:output>
543                         </sml:OutputList>
544                      </sml:outputs>
545
546                      <sml:parameters>
547                         <sml:ParameterList>
548                            <sml:parameter name="range">
549                               <swe:QuantityRange>
550                                  <swe:uom code="degC"/>
551                                  <swe:value>-5 50</swe:value>
552                               </swe:QuantityRange>
553                            </sml:parameter>
554                            <sml:parameter name="accuracy">
555                               <swe:Quantity>
556                                  <swe:uom code="degC"/>
557                                  <swe:value>0.15</swe:value>
558                               </swe:Quantity>
559                            </sml:parameter>
560                            <sml:parameter name="resolution">
561                               <swe:Quantity>
562                                  <swe:uom code="degC"/>
563                                  <swe:value>0.01</swe:value>
564                               </swe:Quantity>
565                            </sml:parameter>
566                            <sml:parameter name="max depth">
567                               <swe:Quantity>
568                                  <swe:uom code="m"/>
569                                  <swe:value>200</swe:value>
570                               </swe:Quantity>
571                            </sml:parameter>
572                         </sml:ParameterList>
573                      </sml:parameters>
574                   </sml:Component>
575                </sml:component>
576                <sml:component name="Salinity" xlink:role="urn:ogc:def:process:OGC:prcoess">
577                   <sml:ProcessModel gml:id="salinity">
578                      <gml:description>YSI Salinity Calculation</gml:description>
579                      <sml:identification>
580                         <sml:IdentifierList>
581                            <sml:identifier name="longName">
582                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
583                                  <sml:value>Salinity</sml:value>
584                               </sml:Term>
585                            </sml:identifier>
586                            <sml:identifier name="process">
587                               <sml:Term definition="urn:ogc:def:property:OGC:process">
588                                  <sml:value>calculation</sml:value>
589                               </sml:Term>
590                            </sml:identifier>
591                         </sml:IdentifierList>
592                      </sml:identification>
593
594                      <sml:inputs>
595                         <sml:InputList>
596                            <sml:input name="water_temperature">
597                               <swe:Quantity
598                                  definition="http://mmisw.org/ont/ioos/parameter/water_temperature">
599                                  <swe:uom code="degC"/>
600                               </swe:Quantity>
601                            </sml:input>
602                            <sml:input name="conductivity">
603                               <swe:Quantity
604                                  definition="http://mmisw.org/ont/ioos/parameter/conductivity">
605                                  <swe:uom code="mS/cm"/>
606                               </swe:Quantity>
607                            </sml:input>
608                            <sml:input name="depth">
609                               <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
610                                  <swe:uom code="m"/>
611                               </swe:Quantity>
612                            </sml:input>
613                         </sml:InputList>
614                      </sml:inputs>
615
616                      <sml:outputs>
617                         <sml:OutputList>
618                            <sml:output name="salinity">
619                               <swe:Quantity
620                                  definition="http://mmisw.org/ont/ioos/parameter/salinity">
621                                  <swe:uom code="ppt"/>
622                               </swe:Quantity>
623                            </sml:output>
624                         </sml:OutputList>
625                      </sml:outputs>
626
627                      <sml:parameters>
628                         <sml:ParameterList>
629                            <sml:parameter name="range">
630                               <swe:QuantityRange>
631                                  <swe:uom code="ppt"/>
632                                  <swe:value>0 70</swe:value>
633                               </swe:QuantityRange>
634                            </sml:parameter>
635                            <sml:parameter name="accuracy">
636                               <swe:Quantity>
637                                  <swe:uom code="%"/>
638                                  <swe:value>1</swe:value>
639                               </swe:Quantity>
640                            </sml:parameter>
641                            <sml:parameter name="resolution">
642                               <swe:Quantity>
643                                  <swe:uom code="ppt"/>
644                                  <swe:value>0.01</swe:value>
645                               </swe:Quantity>
646                            </sml:parameter>
647                            <sml:parameter name="temperature range">
648                               <swe:QuantityRange>
649                                  <swe:uom code="degC"/>
650                                  <swe:value>-5 50</swe:value>
651                               </swe:QuantityRange>
652                            </sml:parameter>
653                            <sml:parameter name="max depth">
654                               <swe:Quantity>
655                                  <swe:uom code="m"/>
656                                  <swe:value>200</swe:value>
657                               </swe:Quantity>
658                            </sml:parameter>
659                         </sml:ParameterList>
660                      </sml:parameters>
661                      <sml:method/>
662                   </sml:ProcessModel>
663                </sml:component>
664
665                <sml:component name="Deep Non-vented Depth"
666                   xlink:role="urn:ogc:def:process:OGC:detector">
667                   <sml:Component gml:id="deep_non_vented_depth">
668                      <gml:description>YSI Pressure Sensor</gml:description>
669                      <sml:identification>
670                         <sml:IdentifierList>
671                            <sml:identifier name="longName">
672                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
673                                  <sml:value>Depth</sml:value>
674                               </sml:Term>
675                            </sml:identifier>
676                            <sml:identifier name="sensorType">
677                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
678                                  <sml:value>differential strain gauge</sml:value>
679                               </sml:Term>
680                            </sml:identifier>
681                         </sml:IdentifierList>
682                      </sml:identification>
683
684                      <sml:inputs>
685                         <sml:InputList>
686                            <sml:input name="pressure">
687                               <swe:ObservableProperty
688                                  definition="http://mmisw.org/ont/ioos/parameter/pressure"/>
689                            </sml:input>
690                         </sml:InputList>
691                      </sml:inputs>
692
693                      <sml:outputs>
694                         <sml:OutputList>
695                            <sml:output name="depth">
696                               <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
697                                  <swe:uom code="m"/>
698                               </swe:Quantity>
699                            </sml:output>
700                         </sml:OutputList>
701                      </sml:outputs>
702
703                      <sml:parameters>
704                         <sml:ParameterList>
705                            <sml:parameter name="range">
706                               <swe:QuantityRange>
707                                  <swe:uom code="m"/>
708                                  <swe:value>0 200</swe:value>
709                               </swe:QuantityRange>
710                            </sml:parameter>
711                            <sml:parameter name="accuracy">
712                               <swe:Quantity>
713                                  <swe:uom code="m"/>
714                                  <swe:value>0.3</swe:value>
715                               </swe:Quantity>
716                            </sml:parameter>
717                            <sml:parameter name="resolution">
718                               <swe:Quantity>
719                                  <swe:uom code="m"/>
720                                  <swe:value>0.001</swe:value>
721                               </swe:Quantity>
722                            </sml:parameter>
723                            <sml:parameter name="temperature range">
724                               <swe:QuantityRange>
725                                  <swe:uom code="degC"/>
726                                  <swe:value>-5 45</swe:value>
727                               </swe:QuantityRange>
728                            </sml:parameter>
729                         </sml:ParameterList>
730                      </sml:parameters>
731                   </sml:Component>
732                </sml:component>
733                <sml:component name="Medium Non-vented Depth"
734                   xlink:role="urn:ogc:def:process:OGC:detector">
735                   <sml:Component gml:id="medium_non_vented_depth">
736                      <gml:description>YSI Pressure Sensor</gml:description>
737                      <sml:identification>
738                         <sml:IdentifierList>
739                            <sml:identifier name="longName">
740                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
741                                  <sml:value>Depth</sml:value>
742                               </sml:Term>
743                            </sml:identifier>
744                            <sml:identifier name="sensorType">
745                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
746                                  <sml:value>differential strain gauge</sml:value>
747                               </sml:Term>
748                            </sml:identifier>
749                         </sml:IdentifierList>
750                      </sml:identification>
751
752                      <sml:inputs>
753                         <sml:InputList>
754                            <sml:input name="pressure">
755                               <swe:ObservableProperty
756                                  definition="http://mmisw.org/ont/ioos/parameter/pressure"/>
757                            </sml:input>
758                         </sml:InputList>
759                      </sml:inputs>
760
761                      <sml:outputs>
762                         <sml:OutputList>
763                            <sml:output name="depth">
764                               <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
765                                  <swe:uom code="m"/>
766                               </swe:Quantity>
767                            </sml:output>
768                         </sml:OutputList>
769                      </sml:outputs>
770
771                      <sml:parameters>
772                         <sml:ParameterList>
773                            <sml:parameter name="range">
774                               <swe:QuantityRange>
775                                  <swe:uom code="m"/>
776                                  <swe:value>0 61</swe:value>
777                               </swe:QuantityRange>
778                            </sml:parameter>
779                            <sml:parameter name="accuracy">
780                               <swe:Quantity>
781                                  <swe:uom code="m"/>
782                                  <swe:value>0.12</swe:value>
783                               </swe:Quantity>
784                            </sml:parameter>
785                            <sml:parameter name="resolution">
786                               <swe:Quantity>
787                                  <swe:uom code="m"/>
788                                  <swe:value>0.001</swe:value>
789                               </swe:Quantity>
790                            </sml:parameter>
791                            <sml:parameter name="temperature range">
792                               <swe:QuantityRange>
793                                  <swe:uom code="degC"/>
794                                  <swe:value>-5 45</swe:value>
795                               </swe:QuantityRange>
796                            </sml:parameter>
797                         </sml:ParameterList>
798                      </sml:parameters>
799                   </sml:Component>
800                </sml:component>
801                <sml:component name="Shallow Non-vented Depth"
802                   xlink:role="urn:ogc:def:process:OGC:detector">
803                   <sml:Component gml:id="shallow_non_vented_depth">
804                      <gml:description>YSI Pressure Sensor</gml:description>
805                      <sml:identification>
806                         <sml:IdentifierList>
807                            <sml:identifier name="longName">
808                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
809                                  <sml:value>Depth</sml:value>
810                               </sml:Term>
811                            </sml:identifier>
812                            <sml:identifier name="sensorType">
813                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
814                                  <sml:value>differential strain gauge</sml:value>
815                               </sml:Term>
816                            </sml:identifier>
817                         </sml:IdentifierList>
818                      </sml:identification>
819
820                      <sml:inputs>
821                         <sml:InputList>
822                            <sml:input name="pressure">
823                               <swe:ObservableProperty
824                                  definition="http://mmisw.org/ont/ioos/parameter/pressure"/>
825                            </sml:input>
826                         </sml:InputList>
827                      </sml:inputs>
828
829                      <sml:outputs>
830                         <sml:OutputList>
831                            <sml:output name="depth">
832                               <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
833                                  <swe:uom code="m"/>
834                               </swe:Quantity>
835                            </sml:output>
836                         </sml:OutputList>
837                      </sml:outputs>
838
839                      <sml:parameters>
840                         <sml:ParameterList>
841                            <sml:parameter name="range">
842                               <swe:QuantityRange>
843                                  <swe:uom code="m"/>
844                                  <swe:value>0 9.1</swe:value>
845                               </swe:QuantityRange>
846                            </sml:parameter>
847                            <sml:parameter name="accuracy">
848                               <swe:Quantity>
849                                  <swe:uom code="m"/>
850                                  <swe:value>0.018</swe:value>
851                               </swe:Quantity>
852                            </sml:parameter>
853                            <sml:parameter name="resolution">
854                               <swe:Quantity>
855                                  <swe:uom code="m"/>
856                                  <swe:value>0.001</swe:value>
857                               </swe:Quantity>
858                            </sml:parameter>
859                            <sml:parameter name="temperature range">
860                               <swe:QuantityRange>
861                                  <swe:uom code="degC"/>
862                                  <swe:value>-5 45</swe:value>
863                               </swe:QuantityRange>
864                            </sml:parameter>
865                         </sml:ParameterList>
866                      </sml:parameters>
867                   </sml:Component>
868                </sml:component>
869                <sml:component name="Shallow Vented Water Level"
870                   xlink:role="urn:ogc:def:process:OGC:detector">
871                   <sml:Component gml:id="shallow_vented_level">
872                      <gml:description>YSI Pressure Sensor </gml:description>
873                      <sml:identification>
874                         <sml:IdentifierList>
875                            <sml:identifier name="longName">
876                               <sml:Term definition="urn:ogc:def:property:OGC:longName">
877                                  <sml:value>Depth</sml:value>
878                               </sml:Term>
879                            </sml:identifier>
880                            <sml:identifier name="sensorType">
881                               <sml:Term definition="urn:ogc:def:property:OGC:sensorType">
882                                  <sml:value>differential strain gauge</sml:value>
883                               </sml:Term>
884                            </sml:identifier>
885                         </sml:IdentifierList>
886                      </sml:identification>
887
888                      <sml:inputs>
889                         <sml:InputList>
890                            <sml:input name="pressure">
891                               <swe:ObservableProperty
892                                  definition="http://mmisw.org/ont/ioos/parameter/pressure"/>
893                            </sml:input>
894                         </sml:InputList>
895                      </sml:inputs>
896
897                      <sml:outputs>
898                         <sml:OutputList>
899                            <sml:output name="water_level">
900                               <swe:Quantity
901                                  definition="http://mmisw.org/ont/ioos/parameter/water_level">
902                                  <swe:uom code="m"/>
903                               </swe:Quantity>
904                            </sml:output>
905                         </sml:OutputList>
906                      </sml:outputs>
907
908                      <sml:parameters>
909                         <sml:ParameterList>
910                            <sml:parameter name="range">
911                               <swe:QuantityRange>
912                                  <swe:uom code="m"/>
913                                  <swe:value>0 9.1</swe:value>
914                               </swe:QuantityRange>
915                            </sml:parameter>
916                            <sml:parameter name="accuracy">
917                               <swe:Quantity>
918                                  <swe:uom code="m"/>
919                                  <swe:value>0.018</swe:value>
920                               </swe:Quantity>
921                            </sml:parameter>
922                            <sml:parameter name="resolution">
923                               <swe:Quantity>
924                                  <swe:uom code="m"/>
925                                  <swe:value>0.001</swe:value>
926                               </swe:Quantity>
927                            </sml:parameter>
928                            <sml:parameter name="temperature range">
929                               <swe:QuantityRange>
930                                  <swe:uom code="degC"/>
931                                  <swe:value>-5 45</swe:value>
932                               </swe:QuantityRange>
933                            </sml:parameter>
934                         </sml:ParameterList>
935                      </sml:parameters>
936                   </sml:Component>
937                </sml:component>
938
939                <!-- xxxx THE FOLLOWING NEED TO BE COMPLETED -->
940                <sml:component name="Optical Dissolved Oxygen">
941                   <sml:Component gml:id="optical_dissolved_oxygen"></sml:Component>
942                </sml:component>
943                <sml:component name="Electrochemical Dissolved Oxygen"/>
944                <sml:component name="Turbidity"/>
945                <sml:component name="Chlorophyll"/>
946                <sml:component name="pH"/>
947                <sml:component name="Oxygen Reduction Potential"/>
948
949             </sml:ComponentList>
950          </sml:components>
951
952          <sml:positions>
953             <sml:PositionList id="positions">
954                <!-- All the sensors located are at the origin of the local frame except depth detector -->
955                <sml:position name="depth">
956                   <swe:Position referenceFrame="#SONDE_FRAME">
957                      <swe:location>
958                         <swe:Vector>
959                            <swe:coordinate name="z">
960                               <swe:Quantity><swe:uom code="m"/>
961                               <swe:value>0.25</swe:value>
962                               </swe:Quantity>
963                            </swe:coordinate>
964                         </swe:Vector>
965                      </swe:location>
966                   </swe:Position>
967                </sml:position>
968             </sml:PositionList>
969          </sml:positions>
970
971          <!--==============================-->
972          <!--      System Connections      -->
973          <!--==============================-->
974
975          <sml:connections>
976             <sml:ConnectionList>
977                <sml:connection name="">
978                   <sml:Link>
979                      <sml:source ref=""/>
980                      <sml:destination ref=""/>
981                   </sml:Link>
982                  
983                </sml:connection>
984             </sml:ConnectionList>
985            
986          </sml:connections>
987
988       </sml:System>
989    </sml:member>
990 </sml:SensorML>
Note: See TracBrowser for help on using the browser.