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

root/q2o/sos_adcp/trunk/sos_adcp/MinThresholdSeriesTest.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"
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="MinThresholdSeriesTest">
9             <gml:description></gml:description>
10             <gml:name>MinThresholdSeriesTest</gml:name>
11             <classification/>
12            
13             <inputs>
14                 <InputList>
15                     <input name="inputTimeSeries">
16                         <swe:DataArray>
17                             <swe:elementCount>
18                                 <swe:Count>
19                                     <swe:value>2400</swe:value>
20                                 </swe:Count>
21                             </swe:elementCount>
22                             <swe:elementType name="TimeSeries">
23                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
24                             </swe:elementType>
25                         </swe:DataArray>                           
26                     </input>
27                 </InputList>
28             </inputs>
29            
30             <outputs>
31                 <OutputList>
32                     <output name="outputTimeSeries">
33                         <swe:DataArray>
34                             <swe:elementCount>
35                                 <swe:Count>
36                                     <swe:value>2400</swe:value>
37                                 </swe:Count>
38                             </swe:elementCount>
39                             <swe:elementType name="TimeSeries">
40                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
41                             </swe:elementType>
42                         </swe:DataArray>
43                     </output>
44                     <output name="percentGood">
45                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/percentageOfPoints"/>
46                     </output>
47                 </OutputList>
48             </outputs>
49            
50             <parameters>
51                 <ParameterList>
52                     <parameter name="minimum">
53                         <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/minimum/"/>
54                     </parameter>
55                 </ParameterList>
56             </parameters>
57            
58             <components>
59                 <ComponentList>
60                     <component name="MinThresholdTest" xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MinThresholdTest.xml"/>
61                 </ComponentList>
62             </components>
63            
64             <connections>
65                 <ConnectionList>
66                     <connection>
67                         <Link>
68                             <source ref="this/parameters/minimum"/>
69                             <destination ref="MinThresholdTest/parameters/minimum"/>
70                         </Link>
71                     </connection>
72                 </ConnectionList>
73             </connections>
74            
75         </ProcessChain>
76     </member>
77 </SensorML>
Note: See TracBrowser for help on using the browser.