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

root/q2o/sos_unc/trunk/sos_unc/morgan_ysi.xml

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

Changed <parameters> to <capabilities>

Line 
1 <?xml version="1.0"?>
2 <!-- items to be addressed search on "xxxx" -->
3 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
6    xmlns:xlink="http://www.w3.org/1999/xlink"
7    xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
8    version="1.0.1">
9    <sml:member xlink:arcrole="urn:ogc:def:process:OGC:sensor">
10       <sml:System gml:id="morgan_ysi">
11          <!--============================-->
12          <!--         Metadata           -->
13          <!--============================-->
14          <gml:description>YSI 6600V2 located at Morgan Bay</gml:description>
15          <gml:name>morgan_ysi</gml:name>
16          <sml:keywords
17             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#keywords"/>
18          
19          <!--==========================================================-->
20          <!--===================System Identifiers=====================-->
21          <!--==========================================================-->
22          <sml:identification
23             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#identifiers">
24             <!-- xxxx How do we reference this to change the value for this instance?? -->
25          </sml:identification>
26          <sml:identification>
27             <sml:IdentifierList>
28                <sml:identifier name="Serial Number">
29                   <sml:Term definition="urn:ogc:def:identifier:OGC:serialNumber">
30                      <sml:value>xxxx</sml:value>
31                   </sml:Term>
32                </sml:identifier>
33             </sml:IdentifierList>
34          </sml:identification>
35          
36          <!--==========================================================-->
37          <!--===================System Classifiers=====================-->
38          <!--==========================================================-->
39          <sml:classification
40             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#classifiers"/>
41          
42          <!--- Valid Time in this context applies to this document -->
43          <sml:validTime>
44             <gml:TimeInstant>
45                <gml:timePosition indeterminatePosition="after">2010-11-20</gml:timePosition>
46             </gml:TimeInstant>
47          </sml:validTime>
48          
49          <!--==========================================================-->
50          <!--============       System Contacts           =============-->
51          <!--==========================================================-->
52          <sml:contact
53             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#contact"/>
54          <sml:contact
55             xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/contacts.xml#sara_haines"
56             xlink:arcrole="operator"/>
57          
58          <!--==========================================================-->
59          <!--================       History             ===============-->
60          <!--==========================================================-->
61          <sml:history>
62             <sml:EventList>
63                <!-- xxxx have this point to external documentation (see sensor_ml_specs.pdf) -->
64                <sml:member name="System Deployment">
65                   <sml:Event>
66                      <sml:date>2008-07-01</sml:date>
67                      <gml:description>Initial System Deployment</gml:description>
68                      <sml:documentation>
69                         <sml:Document>
70                            <gml:description>Calibration History</gml:description>
71                         </sml:Document>
72                      </sml:documentation>
73                   </sml:Event>
74                </sml:member>
75             </sml:EventList>
76          </sml:history>
77          
78          <!--========================-->
79          <!--  Sonde Inputs          -->
80          <!--========================-->
81          
82          <sml:inputs>
83             <sml:InputList>
84                <sml:input name="conductivity">
85                   <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/conductivity"/>
86                </sml:input>
87                <sml:input name="water_temperature">
88                   <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/water_temperature"/>
89                </sml:input>
90                <sml:input name="water_pressure">
91                   <swe:ObservableProperty
92                      definition="http://mmisw.org/ont/ioos/parameter/water_pressure"/>
93                </sml:input>
94                <sml:input name="dissolved_oxygen">
95                   <swe:ObservableProperty
96                      definition="http://mmisw.org/ont/ioos/parameter/dissolved_oxygen"/>
97                </sml:input>
98             </sml:InputList>
99          </sml:inputs>
100          
101          <!--==============================-->
102          <!--  Sonde Outputs               -->
103          <!--==============================-->
104          <sml:outputs>
105             <sml:OutputList>
106                <sml:output name="SystemOutputs">
107                   <swe:DataRecord>
108                      <swe:field name="depth">
109                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth">
110                            <swe:uom code="m"/>
111                         </swe:Quantity>
112                      </swe:field>
113                      <swe:field name="water_level">
114                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_level">
115                            <swe:uom code="m"/>
116                         </swe:Quantity>
117                      </swe:field>
118                      <swe:field name="water_temperature">
119                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_temperature">
120                            <swe:uom code="degC"/>
121                         </swe:Quantity>
122                      </swe:field>
123                      <swe:field name="conductivity">
124                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/conductivity">
125                            <swe:uom code="mS/cm"/>
126                         </swe:Quantity>
127                      </swe:field>
128                      <swe:field name="salinity">
129                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/salinity">
130                            <swe:uom code="ppt"/>
131                         </swe:Quantity>
132                      </swe:field>
133                      <swe:field name="dissolved_oxygen_saturation">
134                         <swe:Quantity definition="">
135                            <swe:uom code="%sat"/>
136                         </swe:Quantity>
137                      </swe:field>
138                      <swe:field name="dissolved_oxygen">
139                         <swe:Quantity definition="">
140                            <swe:uom code="mg/L"/>
141                         </swe:Quantity>
142                      </swe:field>
143                   </swe:DataRecord>
144                </sml:output>
145              
146             </sml:OutputList>
147          </sml:outputs>
148          
149          <sml:parameters/>
150          
151          <!--=======================-->
152          <!-- Components            -->
153          <!--=======================-->
154          <sml:components>
155             <sml:ComponentList>
156                <sml:component name="YSI_6Series_6600V2" xlink:role="urn:ogc:def:process:OGC:system" 
157                   xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml"/>
158             </sml:ComponentList>
159          </sml:components>   
160          
161          <!--======================-->
162          <!-- Components Positions -->
163          <!--======================-->
164          <sml:positions>
165             <sml:PositionList>
166                <!-- relative to mechanical profiler -->
167                <sml:position name="position">
168                   <swe:Position
169                      referenceFrame="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan.xml#PLATFORM_FRAME">
170                      <swe:location
171                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan.xml#location"/>
172                   </swe:Position>
173                </sml:position>
174                
175             </sml:PositionList>
176          </sml:positions>
177          
178          <!--==============================-->
179          <!--      System Connections      -->
180          <!--==============================-->
181          <sml:connections>
182             <sml:ConnectionList>
183                
184                <!-- Here, we specify connections for those inputs/outputs that are actually installed on the UNC instance -->
185                <!-- Conductivity -->
186                <sml:connection>
187                   <sml:Link>
188                      <sml:source ref="this/inputs/conductivity"/>
189                      <sml:destination ref="YSI_6Series_6600V2/inputs/conductivity"/>
190                   </sml:Link>
191                </sml:connection>
192                
193                <sml:connection>
194                   <sml:Link>
195                      <sml:source ref="YSI_6Series_6600V2/outputs/conductivity"/>
196                      <sml:destination ref="this/outputs/conductivity"/>
197                   </sml:Link>
198                </sml:connection>
199                
200                <!-- water_temp -->
201                <sml:connection>
202                   <sml:Link>
203                      <sml:source ref="this/inputs/water_temperature"/>
204                      <sml:destination ref="YSI_6Series_6600V2/inputs/water_temperature"/>
205                   </sml:Link>
206                </sml:connection>
207                
208                <sml:connection>
209                   <sml:Link>
210                      <sml:source ref="YSI_6Series_6600V2/outputs/water_temperature"/>
211                      <sml:destination ref="this/outputs/water_temperature"/>
212                   </sml:Link>
213                </sml:connection>
214                
215                <!-- water temp -->
216                <sml:connection>
217                   <sml:Link>
218                      <sml:source ref="this/inputs/water_pressure"/>
219                      <sml:destination ref="YSI_6Series_6600V2/inputs/water_pressure"/>
220                   </sml:Link>
221                </sml:connection>
222                
223                <!-- dissolved O2-->
224                <sml:connection>
225                   <sml:Link>
226                      <sml:source ref="this/inputs/dissolved_oxygen"/>
227                      <sml:destination ref="YSI_6Series_6600V2/inputs/dissolved_oxygen"/>
228                   </sml:Link>
229                </sml:connection>
230                
231                
232                <!-- Saliinity -->
233                <sml:connection>
234                   <sml:Link>
235                      <sml:source ref="YSI_6Series_6600V2/outputs/salinity"/>
236                      <sml:destination ref="this/outputs/salinity"/>
237                   </sml:Link>
238                </sml:connection>
239                
240                <!-- Depth -->
241                <sml:connection>
242                   <sml:Link>
243                      <sml:source ref="YSI_6Series_6600V2/outputs/depth"/>
244                      <sml:destination ref="this/outputs/depth"/>
245                   </sml:Link>
246                </sml:connection>
247                
248                <!-- Water_level -->
249                <sml:connection>
250                   <sml:Link>
251                      <sml:source ref="YSI_6Series_6600V2/outputs/water_level"/>
252                      <sml:destination ref="this/outputs/water_level"/>
253                   </sml:Link>
254                </sml:connection>
255                
256             </sml:ConnectionList>
257            
258          </sml:connections>
259          
260       </sml:System>
261    </sml:member>
262 </sml:SensorML>
Note: See TracBrowser for help on using the browser.