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

root/q2o/sos_adcp/trunk/sos_adcp/DataGapTest.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         <ProcessModel gml:id="DataGapTest">
9             <gml:description></gml:description>
10             <gml:name>DataGapTest</gml:name>
11             <classification>
12                 <ClassifierList>
13                     <classifier name="processType">
14                         <Term>
15                             <codeSpace xlink:href="http://mmisw.org/ont/q2o/test"/>
16                             <value>http://mmisw.org/ont/q2o/test/dataGapTest</value>
17                         </Term>
18                     </classifier>
19                 </ClassifierList>
20             </classification>
21            
22             <inputs>
23                 <InputList>
24                     <input name="timeSeries">
25                         <swe:DataArray>
26                             <swe:elementCount>
27                                 <swe:Count>
28                                     <swe:value>2400</swe:value>
29                                 </swe:Count>
30                             </swe:elementCount>
31                             <swe:elementType name="TimeSeries">
32                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
33                             </swe:elementType>
34                         </swe:DataArray>                           
35                     </input>
36                 </InputList>
37             </inputs>
38            
39             <outputs>
40                 <OutputList>
41                     <output name="timeSeries">
42                         <swe:DataArray>
43                             <swe:elementCount>
44                                 <swe:Count>
45                                     <swe:value>2400</swe:value>
46                                 </swe:Count>
47                             </swe:elementCount>
48                             <swe:elementType name="TimeSeries">
49                                 <swe:Quantity definition="urn:_:Q2O:timeSeries"/>
50                             </swe:elementType>
51                         </swe:DataArray>
52                     </output>
53                     <output name="dataGapFlag">
54                         <swe:Category definition="http://mmisw.org/ont/mvco/qcflag/dataGapFlag">
55                             <swe:codeSpace xlink:href="http://mmisw.org/ont/mvco/flag"/>
56                         </swe:Category>
57                     </output>
58                 </OutputList>
59             </outputs>
60            
61             <parameters>
62                 <ParameterList>
63                     <parameter name="dataGapParams">
64                         <swe:DataRecord>
65                             <swe:field name="maxGap">
66                                 <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/numberOfPoints"/>
67                             </swe:field>
68                             <swe:field name="maxNumberOfGaps">
69                                 <swe:Quantity definition="http://mmisw.org/ont/q2o/parameter/numberOfGaps"/>
70                             </swe:field>
71                         </swe:DataRecord>
72                     </parameter>
73                 </ParameterList>
74             </parameters>
75             <method xlink:href="urn:_:Q2O:method:dataGapTest"/> <!-- TODO -->
76         </ProcessModel>
77     </member>
78 </SensorML>
Note: See TracBrowser for help on using the browser.