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

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

Revision 437 (checked in by jfredericks, 13 years ago)

--

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 definition="http://mmisw.org/ont/mvco/process">
17                             <value>http://mmisw.org/ont/mvco/process/MinThresholdTest</value>
18                         </Term>
19                     </classifier>
20                 </ClassifierList>
21             </classification>     
22             <inputs>
23                 <InputList>
24                     <input name="value">
25                         <swe:Quantity/>                           
26                     </input>
27                 </InputList>
28             </inputs>
29             <outputs>
30                 <OutputList>
31                     <output name="pass">
32                         <swe:Boolean definition="http://mmisw.org/ont/mvco/flag/pass"/>
33                     </output>
34                 </OutputList>
35             </outputs>
36             <parameters>
37                 <ParameterList>
38                     <parameter name="thresholdValue">
39                         <swe:Count/>
40                     </parameter>
41                 </ParameterList>
42             </parameters>
43             <method/>
44         </ProcessModel>
45     </member>
46 </SensorML>
Note: See TracBrowser for help on using the browser.