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

root/q2o/sos_adcp/trunk/sos_adcp/MinThresholdTest.xml

Revision 430 (checked in by tcook, 13 years ago)

Janet and T's changes for IOOS DIF demo of 2/18/2011

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <SensorML xmlns="http://www.opengis.net/sensorML/1.0"
3     xmlns:swe="http://www.opengis.net/swe/1.0" xmlns:gml="http://www.opengis.net/gml"
4     xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0 http://schemas.opengis.net/sensorML/1.0.0/sensorML.xsd"
6     version="1.0">
7     <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
8         <ProcessModel gml:id="MinThresholdTest">
9             <gml:description>Test a value against some minimum Threshold.  This
10                              differs from the PointsGoodTest because this test
11                              operates on an actual value, not a percentage.</gml:description>
12             <gml:name>MinThresholdTest</gml:name>
13             <classification>
14                 <ClassifierList>
15                     <classifier name="processType">
16                         <Term>
17                             <codeSpace xlink:href="http://mmisw.org/ont/mvco/test"/>
18                             <value>http://mmisw.org/ont/mvco/test/MinThresholdTest</value>
19                         </Term>
20                     </classifier>
21                 </ClassifierList>
22             </classification>     
23             <inputs>
24                 <InputList>
25                     <input name="value">
26                         <swe:Quantity/>                           
27                     </input>
28                 </InputList>
29             </inputs>
30             <outputs>
31                 <OutputList>
32                     <output name="pass">
33                         <swe:Boolean definition="http://mmisw.org/ont/q2o/flag/pass"/>
34                     </output>
35                 </OutputList>
36             </outputs>
37             <parameters>
38                 <ParameterList>
39                     <parameter name="thresholdValue">
40                         <swe:Count/>
41                     </parameter>
42                 </ParameterList>
43             </parameters>
44             <method xlink:href="urn:_:Q2O:method:thresholdCheck"/>
45         </ProcessModel>
46     </member>
47 </SensorML>
Note: See TracBrowser for help on using the browser.