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

root/q2o/sos_adcp/trunk/sos_adcp/RangeSeriesTest.xml

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