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

root/q2o/sos_adcp/trunk/sos_adcp/WaveHeightRangeCheck.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:ogc:def:process:Q2O:QCTest">
9         <ProcessModel gml:id="waveHeightMinMax">
10             <identification>
11                 <IdentifierList>
12                     <identifier name="QC Test Type">
13                         <Term definition="urn:__:Q2O:QCTest">
14                             <value>urn:__:Q2O:rangeTest</value>
15                         </Term>
16                     </identifier>
17                 </IdentifierList>
18             </identification>
19             <inputs>
20                 <InputList>
21                     <input name="value">
22                         <swe:Quantity definition="urn:ogc:def:property:MVCO:waveHeight">
23                             <swe:uom code="m"/>
24                         </swe:Quantity>                           
25                     </input>
26                 </InputList>
27             </inputs>
28             <outputs>
29                 <OutputList>
30                     <output name="pass" xlink:role="urn:_:Q2O:pass">
31                         <swe:Boolean/>
32                     </output>
33                 </OutputList>
34             </outputs>
35             <parameters>
36                 <ParameterList>
37                     <parameter name="minimum" xlink:role="urn:__:Q2O:minimum">
38                         <swe:Quantity definition="urn:ogc:def:property:MVCO:waveHeight">
39                             <swe:uom code="m"/>
40                             <swe:value>0</swe:value>
41                         </swe:Quantity>                           
42                     </parameter>
43                     <parameter name="maximum" xlink:role="urn:__:Q2O:maximum">
44                         <swe:Quantity definition="urn:ogc:def:property:MVCO:waveHeight">
45                             <swe:uom code="m"/>
46                             <swe:value>10</swe:value>
47                         </swe:Quantity>                           
48                     </parameter>
49                 </ParameterList>
50             </parameters>
51             <method xlink:href="urn:__:Q2O:rangeTest"/>
52         </ProcessModel>
53     </member>
54 </SensorML>
Note: See TracBrowser for help on using the browser.