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

root/q2o/sos_adcp/trunk/sos_adcp/RangeTest.xml

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

Added FlagOutliers?. More URL fixes

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="RangeTest">
10             <classification >
11                 <ClassifierList>
12                     <classifier name="processType">
13                         <Term definition="http://mmisw.org/ont/q2o/test">
14                             <value>http://mmisw.org/ont/q2o/test/rangeTest</value>
15                         </Term>
16                     </classifier>
17                 </ClassifierList>
18             </classification>
19             <inputs>
20                 <InputList>
21                     <input name="value">
22                         <swe:Quantity/>                           
23                     </input>
24                 </InputList>
25             </inputs>
26             <outputs>
27                 <OutputList>
28                     <output name="pass">
29                         <swe:Boolean definition="http://mmisw.org/ont/q2o/flag/pass"/>
30                     </output>
31                 </OutputList>
32             </outputs>
33             <parameters>
34                 <ParameterList>
35                     <parameter name="minimum">
36                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/minimum"/>                           
37                     </parameter>
38                     <parameter name="maximum">
39                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/maximum"/>
40                     </parameter>
41                 </ParameterList>
42             </parameters>
43             <method xlink:href="urn:Q2O:method:RangeTest"/>
44         </ProcessModel>
45     </member>
46 </SensorML>
Note: See TracBrowser for help on using the browser.