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

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

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

initial import of sos_adcp

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             <inputs>
15                 <InputList>
16                     <input name="value">
17                         <swe:Quantity/>                           
18                     </input>
19                 </InputList>
20             </inputs>
21             <outputs>
22                 <OutputList>
23                     <output name="pass">
24                         <swe:Boolean definition="http://mmisw.org/ont/q2o/flag/pass"/>
25                     </output>
26                 </OutputList>
27             </outputs>
28             <parameters>
29                 <ParameterList>
30                     <parameter name="thresholdValue">
31                         <swe:Count/>
32                     </parameter>
33                 </ParameterList>
34             </parameters>
35             <method xlink:href="urn:_:Q2O:method:thresholdCheck"/>
36         </ProcessModel>
37     </member>
38 </SensorML>
Note: See TracBrowser for help on using the browser.