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

root/q2o/sos_adcp/trunk/sos_adcp/MinThresholdCheck.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.0">
7     <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
8         <ProcessModel gml:id="ThresholdCheck">
9             <inputs>
10                 <InputList>
11                     <input name="value">
12                         <swe:Quantity/>                           
13                     </input>
14                 </InputList>
15             </inputs>
16             <outputs>
17                 <OutputList>
18                     <output name="pass">
19                         <swe:Boolean/>
20                     </output>
21                 </OutputList>
22             </outputs>
23             <parameters>
24                 <ParameterList>
25                     <parameter name="thresholdValue"></parameter>
26                 </ParameterList>
27             </parameters>
28             <method xlink:href="urn:ogc:def:process:Q2O:thresholdCheck"/>
29         </ProcessModel>
30     </member>
31 </SensorML>
Note: See TracBrowser for help on using the browser.