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

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

Revision 437 (checked in by jfredericks, 13 years ago)

--

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