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

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

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

Multiple updates for IOOS DIF demo

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>
14                             <codeSpace xlink:href="http://mmisw.org/ont/q2o/test"/>
15                             <value>http://mmisw.org/ont/q2o/test/rangeTest</value>
16                         </Term>
17                     </classifier>
18                 </ClassifierList>
19             </classification>
20             <inputs>
21                 <InputList>
22                     <input name="value">
23                         <swe:Quantity/>                           
24                     </input>
25                 </InputList>
26             </inputs>
27             <outputs>
28                 <OutputList>
29                     <output name="pass">
30                         <swe:Boolean definition="http://mmisw.org/ont/q2o/flag/pass"/>
31                     </output>
32                 </OutputList>
33             </outputs>
34             <parameters>
35                 <ParameterList>
36                     <parameter name="minimum">
37                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/minimum"/>                           
38                     </parameter>
39                     <parameter name="maximum">
40                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/maximum"/>
41                     </parameter>
42                 </ParameterList>
43             </parameters>
44             <method xlink:href="urn:Q2O:method:RangeTest">
45                 <ProcessMethod>
46                     <rules>
47                         <RulesDefinition></RulesDefinition>
48                     </rules>
49                     <algorithm>
50                         <AlgorithmDefinition></AlgorithmDefinition>
51                     </algorithm>
52                     <implementation>
53                         <ImplementationCode language="">
54                         </ImplementationCode>
55                     </implementation>
56                 </ProcessMethod>
57             </method>
58         </ProcessModel>
59     </member>
60 </SensorML>
Note: See TracBrowser for help on using the browser.