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

root/q2o/sos_adcp/trunk/sos_adcp/RangeCheck.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.1"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
5     xmlns:xlink="http://www.w3.org/1999/xlink"
6     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
7     version="1.0.1">
8     <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
9         <ProcessModel gml:id="MinMax">
10             <inputs>
11                 <InputList>
12                     <input name="value">
13                         <swe:Quantity/>                           
14                     </input>
15                 </InputList>
16             </inputs>
17             <outputs>
18                 <OutputList>
19                     <output name="pass">
20                         <swe:Boolean/>
21                     </output>
22                 </OutputList>
23             </outputs>
24             <parameters>
25                 <ParameterList>
26                     <parameter name="minimum">
27                         <swe:Quantity/>                           
28                     </parameter>
29                     <parameter name="maximum">
30                         <swe:Quantity/>
31                     </parameter>
32                 </ParameterList>
33             </parameters>
34             <method xlink:href="urn:org:def:process:Q2O:RangeCheck:1.0"/>
35         </ProcessModel>
36     </member>
37 </SensorML>
Note: See TracBrowser for help on using the browser.