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

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

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

Multiple updates for IOOS DIF demo

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