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

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

Revision 396 (checked in by haines, 13 years ago)

--

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"
6    xmlns:gml="http://www.opengis.net/gml"
7    xmlns:xlink="http://www.w3.org/1999/xlink"
8    xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
9    version="1.0.1">
10    <sml:member xlink:arcrole="urn:ogc:def:process:OGC:sensor">
11       <sml:System gml:id="morgan_ysi">
12          <!--============================-->
13          <!--         Metadata           -->
14          <!--============================-->
15          <gml:description>YSI 6600V2 located at Morgan Bay</gml:description>
16          <gml:name>morgan_ysi</gml:name>
17          <sml:keywords 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 xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml#identifiers">
23             <!-- xxxx How do we reference this to change the value for this instance?? -->
24             <sml:IdentifierList>
25                <sml:identifier name="Serial Number">
26                   <sml:Term definition="urn:ogc:def:identifier:OGC:serialNumber">
27                      <sml:value>xxxx</sml:value>
28                   </sml:Term>
29                </sml:identifier>
30             </sml:IdentifierList>
31          </sml:identification>
32
33          <!--==========================================================-->
34          <!--===================System Classifiers=====================-->
35          <!--==========================================================-->
36          <sml:classification xlink:href="YSI_6Series_6600V2.xml#classifiers"/>
37
38          <!--- Valid Time in this context applies to this document -->
39          <sml:validTime>
40             <gml:TimeInstant>
41                <gml:timePosition indeterminatePosition="after">2010-11-20</gml:timePosition>
42             </gml:TimeInstant>
43          </sml:validTime>
44
45          <!--==========================================================-->
46          <!--============       System Contacts           =============-->
47          <!--==========================================================-->
48          <sml:contact xlink:href="contacts.xml#sara_haines" xlink:arcrole="operator"/>
49
50          <!--==========================================================-->
51          <!--================       History             ===============-->
52          <!--==========================================================-->
53          <sml:history>
54             <sml:EventList>
55                <!-- xxxx have this point to external documentation (see sensor_ml_specs.pdf) -->
56                <sml:member name="System Deployment">
57                   <sml:Event>
58                      <sml:date>2008-07-01</sml:date>
59                      <gml:description>Initial System Deployment</gml:description>
60                      <sml:property name="Deployment parameters">
61                         <swe:DataRecord>
62                            <swe:field name="EventType">
63                               <swe:Category>
64                                  <swe:value>Deployment</swe:value>
65                               </swe:Category>
66                            </swe:field>
67                            <swe:field name="ComponentID">
68                               <swe:Category>
69                                  <swe:value>xxxx</swe:value>
70                               </swe:Category>
71                            </swe:field>
72                            <!-- xxxx How do we reference this to change the value for this instance?? -->
73                            <swe:field name="SerialNumber">
74                               <swe:Category definition="urn:ogc:def:identifier:OGC:serialNumber">
75                                  <swe:value>xxxx</swe:value>
76                               </swe:Category>
77                            </swe:field>
78                            <swe:field name="ManufactureDate">
79                               <swe:Time>
80                                  <swe:value>2001-04-20T00:00:00</swe:value>
81                               </swe:Time>
82                            </swe:field>
83                            <swe:field name="DeploymentTimeRange">
84                               <swe:TimeRange>
85                                  <swe:value>2008-07-01T00:00:00 now</swe:value>
86                               </swe:TimeRange>
87                            </swe:field>
88                            <swe:field name="FirmwareVersion">
89                               <swe:Category>
90                                  <swe:value>16.21</swe:value>
91                               </swe:Category>
92                            </swe:field>
93                            <swe:field name="AdditionalDocumentation"
94                               xlink:href="http://nccoos.unc.edu/platforms/morgan-bay-profiler"/>
95                         </swe:DataRecord>
96                      </sml:property>
97                   </sml:Event>
98                </sml:member>
99
100             </sml:EventList>
101          </sml:history>
102          
103          <sml:inputs></sml:inputs>
104          <sml:outputs></sml:outputs>
105          <sml:parameters></sml:parameters>
106
107          <!--=======================-->
108          <!-- Profiler Components   -->
109          <!--=======================-->
110          <sml:components>
111             <sml:ComponentList>
112                <sml:component name="YSI" xlink:href="YSI_6Series_6600V2.xml"/>
113
114             </sml:ComponentList>
115          </sml:components>
116
117          <!--======================-->
118          <!-- Components Positions -->
119          <!--======================-->
120          <sml:positions>
121             <sml:PositionList>
122                <!--=================================-->
123                <!-- Position of Platform            -->
124                <!--  Note- need depth here          -->
125                <!--=================================-->
126                <sml:position name="position">
127                   <swe:Position referenceFrame="morgan.xml#PLATFORM_FRAME">
128                      <swe:location xlink:href="morgan.xml#location"/>
129                   </swe:Position>
130                </sml:position>
131
132             </sml:PositionList>
133          </sml:positions>
134
135          <!--==============================-->
136          <!--      System Connections      -->
137          <!--==============================-->
138          <sml:connections/>
139
140       </sml:System>
141    </sml:member>
142 </sml:SensorML>
Note: See TracBrowser for help on using the browser.