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

root/q2o/sos_adcp/trunk/sos_adcp/SpikeTest.xml

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

Janet and T's changes for IOOS DIF demo of 2/18/2011

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">
7     <member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
8         <ProcessChain gml:id="Spike">
9             <classification>
10                 <ClassifierList>
11                     <classifier name="processType">
12                         <Term>
13                             <codeSpace xlink:href="http://mmisw.org/ont/q2o/test"/>
14                             <value>http://mmisw.org/ont/q2o/test/spikeTest</value>
15                         </Term>
16                     </classifier>
17                 </ClassifierList>
18             </classification>
19             <inputs>
20                 <InputList>
21                     <input name="inputValues">
22                         <swe:DataArray>
23                             <swe:elementCount>
24                                 <swe:Count>
25                                     <swe:value>2400</swe:value>
26                                 </swe:Count>
27                             </swe:elementCount>
28                             <swe:elementType name="TimeSeries">
29                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
30                             </swe:elementType>
31                         </swe:DataArray>                           
32                     </input>
33                 </InputList>
34             </inputs>
35             <outputs>
36                 <OutputList>
37                     <output name="outputValues">
38                         <swe:DataArray>
39                             <swe:elementCount>
40                                 <swe:Count>
41                                     <swe:value>2400</swe:value>
42                                 </swe:Count>
43                             </swe:elementCount>
44                             <swe:elementType name="TimeSeries">
45                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
46                             </swe:elementType>
47                         </swe:DataArray>                   
48                     </output>
49                     <output name="aggregateFlag">
50                         <swe:Category definition="urn:Q2O:property:flag:aggregateFlag">
51                             <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
52                         </swe:Category>
53                     </output>
54                 </OutputList>
55             </outputs>
56             <parameters>
57                 <ParameterList>
58                     <parameter name="numIterations">
59                         <swe:Count definition="http://mmisw.org/ont/q2o/parameter/iterations">
60                             <gml:description></gml:description>
61                         </swe:Count>
62                     </parameter>
63                     <parameter name="numStdDeviations">
64                         <swe:Count definition="http://mmisw.org/ont/q2o/parameter/numberOfSigma"/>
65                     </parameter>
66                 </ParameterList>
67             </parameters>
68             <components>
69                 <ComponentList>
70                     <component name="computeStdDev" xlink:href="urn:MVCO:process:ComputeStdDev"/>
71                     <component name="minThresholdTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.2/MinThresholdTest.xml"/>
72                 </ComponentList>
73             </components>
74             <connections/> <!-- TODO -->
75         </ProcessChain>
76     </member>
77 </SensorML>
Note: See TracBrowser for help on using the browser.