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

root/q2o/sos_adcp/trunk/sos_adcp/ProcModel_Template.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 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
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.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
6     version="1.0.1">
7     <sml:member xlink:role="urn:x-ogc:def:sensor:OGC:processModel">
8         <sml:ProcessModel gml:id="ProcessModelTemplate">
9             <gml:description>Template file for generic ProcessModel</gml:description>
10             <gml:name>ProcessModel template</gml:name>
11             <!-- Define all Inputs to your ProcessModel here -->
12             <sml:inputs>
13                 <sml:InputList>
14                     <sml:input name="input1"/>
15                     <sml:input name="input1"/>
16                 </sml:InputList>
17             </sml:inputs>
18             <!-- Define all Outputs from your ProcessModel here -->
19             <sml:outputs>
20                 <sml:OutputList>
21                     <sml:output name="output1"/>
22                     <sml:output name="output1"/>
23                 </sml:OutputList>
24             </sml:outputs>
25             <!-- Define required paramters to your ProcessModel here -->
26             <sml:parameters>
27                 <sml:ParameterList>
28                     <sml:parameter name="parameter1"/>
29                     <sml:parameter name="parameter2"/>
30                 </sml:ParameterList>
31             </sml:parameters>
32             <!-- ProcessModel method declaration- point to or declare the method used by this ProcessModel -->
33             <sml:method xlink:href="urn:point:to:method"/>
34         </sml:ProcessModel>
35     </sml:member>
36 </sml:SensorML>
Note: See TracBrowser for help on using the browser.