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

root/q2o/sos_adcp/trunk/sos_adcp/TimeContinuityTest.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="TimeContinuityTest">
9             <gml:description></gml:description>
10             <gml:name>TimeContinuityTest</gml:name>
11             <classification/>
12            
13             <inputs>
14                 <InputList>
15                     <input name="timeSeries">
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="timeSeries">
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="dataGapFlag">
45                         <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/dataGapFlag">
46                             <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
47                         </swe:Category>
48                     </output>
49                 </OutputList>
50             </outputs>
51            
52             <parameters>
53                 <ParameterList>
54                     <parameter name="timeContinuityParams">
55                         <swe:DataRecord>
56                             <swe:field name="maxGap">
57                                 <swe:Quantity definition="...:numberOfPoints"/>
58                             </swe:field>
59                             <swe:field name="maxNumberOfGaps">
60                                 <swe:Quantity definition="...:numberOfGaps"/>
61                             </swe:field>
62                             <swe:field name="startTime">
63                                 <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
64                             </swe:field>
65                             <swe:field name="endTime">
66                                 <swe:Time definition="urn:ogc:phenomenon:time:iso8601"/>
67                             </swe:field>
68                         </swe:DataRecord>
69                     </parameter>
70                 </ParameterList>
71             </parameters>
72             <components/> <!-- TODO: add if needed -->
73            
74             <connections/> <!-- TODO: add if needed -->
75            
76         </ProcessChain>
77     </member>
78 </SensorML>
Note: See TracBrowser for help on using the browser.