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

Changeset 423

Show
Ignore:
Timestamp:
01/26/11 13:15:30
Author:
tcook
Message:

Changed <parameters> to <capabilities>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • q2o/sos_unc/trunk/sos_unc/YSI_6Series_6600V2.xml

    r422 r423  
    214214               </sml:member> 
    215215               <sml:member name="">                   
    216                   <sml:Document
     216                  <sml:Document gml:id="STANDARDS_METHODS"
    217217                     <gml:description>Standard Methods for the Examination of Water and Wastewater (Ed. 1989)</gml:description> 
    218218                  </sml:Document> 
     
    230230               <gml:usesEngineeringDatum> 
    231231                  <gml:EngineeringDatum gml:id="SONDE_DATUM"> 
    232                      <gml:datumName>Sonde Spatial Daturm</gml:datumName> 
     232                     <gml:datumName>Sonde Spatial Datum</gml:datumName> 
    233233                     <gml:anchorPoint>origin at the end of the housing for sensors; x and y are orthogonal to z and undetermined; z extends from end of housing.</gml:anchorPoint> 
    234234                  </gml:EngineeringDatum> 
     
    339339            </sml:OutputList> 
    340340         </sml:outputs> 
    341           
    342341         <!--=======================--> 
    343342         <!-- Sonde Parameters      --> 
     
    354353                           <swe:constraint> 
    355354                              <swe:AllowedValues> 
    356                                  <swe:interval>0 90</swe:interval>  <!-- should this be -90=>90 --> 
     355                                 <swe:interval>-90 90</swe:interval>   
    357356                              </swe:AllowedValues> 
    358357                           </swe:constraint> 
     
    414413            <sml:ComponentList> 
    415414               <!-- xxxx Add response time or latency to all parameters in each component --> 
    416                <sml:component name="Conductivity" xlink:role="urn:ogc:def:process:OGC:detector"> 
    417                   <sml:Component gml:id="conductivity"> 
     415               <sml:component name="conductivitySensor" xlink:role="urn:ogc:def:process:OGC:detector"> 
     416                  <sml:Component gml:id="conductivitySensor"> 
    418417                     <gml:description>YSI Conductivity Sensor</gml:description> 
    419418                     <sml:identification> 
     
    432431                     </sml:identification> 
    433432                      
     433                     <sml:capabilities> 
     434                        <swe:DataRecord gml:id="conductivityCapabilities" fixed="true"> 
     435                           <swe:field name="range"> 
     436                              <swe:QuantityRange gml:id="conductivityRange" definition="http://mmisw.org/ont/ioos/.../dynamicRange"> 
     437                                 <swe:uom code="mS/cm"/> 
     438                                 <swe:value>0 100</swe:value> 
     439                              </swe:QuantityRange> 
     440                           </swe:field> 
     441                           <swe:field name="accuracy"> 
     442                              <swe:Quantity> 
     443                                 <swe:uom code="mS/cm"/> 
     444                                 <swe:value>0.0001</swe:value> 
     445                              </swe:Quantity> 
     446                           </swe:field> 
     447                           <swe:field name="resolution"> 
     448                              <swe:QuantityRange> 
     449                                 <swe:uom code="mS/cm"/> 
     450                                 <swe:value>0.001 0.1</swe:value> 
     451                              </swe:QuantityRange> 
     452                           </swe:field> 
     453                           <swe:field name="temperature range"> 
     454                              <swe:QuantityRange> 
     455                                 <swe:uom code="degC"/> 
     456                                 <swe:value>-5 30</swe:value> 
     457                              </swe:QuantityRange> 
     458                           </swe:field> 
     459                           <swe:field name="max depth"> 
     460                              <swe:Quantity> 
     461                                 <swe:uom code="m"/> 
     462                                 <swe:value>200</swe:value> 
     463                              </swe:Quantity> 
     464                           </swe:field> 
     465                        </swe:DataRecord> 
     466                     </sml:capabilities> 
     467                      
    434468                     <sml:inputs> 
    435469                        <sml:InputList> 
    436470                           <sml:input name="conductivity"> 
    437                               <swe:ObservableProperty 
    438                                  definition="http://mmisw.org/ont/ioos/parameter/conductivity"/> 
     471                              <swe:ObservableProperty definition="http://mmisw.org/ont/ioos/parameter/conductivity"/> 
    439472                           </sml:input> 
    440473                        </sml:InputList> 
     
    444477                        <sml:OutputList> 
    445478                           <sml:output name="conductivity"> 
    446                               <swe:Quantity 
    447                                  definition="http://mmisw.org/ont/ioos/parameter/conductivity"> 
     479                              <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/conductivity"> 
    448480                                 <swe:uom code="mS/cm"/> 
    449481                              </swe:Quantity> 
    450482                           </sml:output> 
     483                           <!--                           <sml:output name="conductivityCapabilities" xlink:href="#conductivityCapabilities"/>--> 
    451484                        </sml:OutputList> 
    452485                     </sml:outputs> 
    453486                      
    454                      <sml:parameters> 
    455                         <sml:ParameterList> 
    456                            <sml:parameter name="range"> 
    457                               <swe:QuantityRange> 
    458                                  <swe:uom code="mS/cm"/> 
    459                                  <swe:value>0 100</swe:value> 
    460                               </swe:QuantityRange> 
    461                            </sml:parameter> 
    462                            <sml:parameter name="accuracy"> 
    463                               <swe:Quantity> 
    464                                  <swe:uom code="mS/cm"/> 
    465                                  <swe:value>0.0001</swe:value> 
    466                               </swe:Quantity> 
    467                            </sml:parameter> 
    468                            <sml:parameter name="resolution"> 
    469                               <swe:QuantityRange> 
    470                                  <swe:uom code="mS/cm"/> 
    471                                  <swe:value>0.001 0.1</swe:value> 
    472                               </swe:QuantityRange> 
    473                            </sml:parameter> 
    474                            <sml:parameter name="temperature range"> 
    475                               <swe:QuantityRange> 
    476                                  <swe:uom code="degC"/> 
    477                                  <swe:value>-5 30</swe:value> 
    478                               </swe:QuantityRange> 
    479                            </sml:parameter> 
    480                            <sml:parameter name="max depth"> 
    481                               <swe:Quantity> 
    482                                  <swe:uom code="m"/> 
    483                                  <swe:value>200</swe:value> 
    484                               </swe:Quantity> 
    485                            </sml:parameter> 
    486                         </sml:ParameterList> 
    487                      </sml:parameters> 
    488487                  </sml:Component> 
    489488               </sml:component> 
    490                <sml:component name="Temperature" xlink:role="urn:ogc:def:process:OGC:detector"> 
    491                   <sml:Component gml:id="temperature"> 
     489               <sml:component name="temperatureSensor" xlink:role="urn:ogc:def:process:OGC:detector"> 
     490                  <sml:Component gml:id="temperatureSensor"> 
    492491                     <gml:description>YSI Temperature Sensor</gml:description> 
    493492                     <sml:identification> 
     
    505504                        </sml:IdentifierList> 
    506505                     </sml:identification> 
     506                      
     507                     <sml:capabilities> 
     508                        <swe:DataRecord gml:id="temperatureSensorCapabilities"> 
     509                           <swe:field name="range"> 
     510                              <swe:QuantityRange> 
     511                                 <swe:uom code="degC"/> 
     512                                 <swe:value>-5 50</swe:value> 
     513                              </swe:QuantityRange> 
     514                           </swe:field> 
     515                           <swe:field name="accuracy"> 
     516                              <swe:Quantity> 
     517                                 <swe:uom code="degC"/> 
     518                                 <swe:value>0.15</swe:value> 
     519                              </swe:Quantity> 
     520                           </swe:field> 
     521                           <swe:field name="resolution"> 
     522                              <swe:Quantity> 
     523                                 <swe:uom code="degC"/> 
     524                                 <swe:value>0.01</swe:value> 
     525                              </swe:Quantity> 
     526                           </swe:field> 
     527                           <swe:field name="max depth"> 
     528                              <swe:Quantity> 
     529                                 <swe:uom code="m"/> 
     530                                 <swe:value>200</swe:value> 
     531                              </swe:Quantity> 
     532                           </swe:field> 
     533                        </swe:DataRecord> 
     534                     </sml:capabilities> 
    507535                      
    508536                     <sml:inputs> 
     
    527555                     </sml:outputs> 
    528556                      
    529                      <sml:parameters> 
    530                         <sml:ParameterList> 
    531                            <sml:parameter name="range"> 
    532                               <swe:QuantityRange> 
    533                                  <swe:uom code="degC"/> 
    534                                  <swe:value>-5 50</swe:value> 
    535                               </swe:QuantityRange> 
    536                            </sml:parameter> 
    537                            <sml:parameter name="accuracy"> 
    538                               <swe:Quantity> 
    539                                  <swe:uom code="degC"/> 
    540                                  <swe:value>0.15</swe:value> 
    541                               </swe:Quantity> 
    542                            </sml:parameter> 
    543                            <sml:parameter name="resolution"> 
    544                               <swe:Quantity> 
    545                                  <swe:uom code="degC"/> 
    546                                  <swe:value>0.01</swe:value> 
    547                               </swe:Quantity> 
    548                            </sml:parameter> 
    549                            <sml:parameter name="max depth"> 
    550                               <swe:Quantity> 
    551                                  <swe:uom code="m"/> 
    552                                  <swe:value>200</swe:value> 
    553                               </swe:Quantity> 
    554                            </sml:parameter> 
    555                         </sml:ParameterList> 
    556                      </sml:parameters> 
    557557                  </sml:Component> 
    558558               </sml:component> 
    559                <sml:component name="Salinity" xlink:role="urn:ogc:def:process:OGC:prcoess"> 
    560                   <sml:ProcessModel gml:id="salinity"> 
     559               <sml:component name="salinityProcess" xlink:role="urn:ogc:def:process:OGC:prcoess"> 
     560                  <sml:ProcessModel gml:id="salinityProcess"> 
    561561                     <gml:description>YSI Salinity Calculation</gml:description> 
    562562                     <sml:identification> 
     
    575575                     </sml:identification> 
    576576                      
     577                     <sml:capabilities> 
     578                        <swe:DataRecord gml:id="salinityProcessCapabilities"> 
     579                           <swe:field name="range"> 
     580                              <swe:QuantityRange> 
     581                                 <swe:uom code="ppt"/> 
     582                                 <swe:value>0 70</swe:value> 
     583                              </swe:QuantityRange> 
     584                           </swe:field> 
     585                           <swe:field name="accuracy"> 
     586                              <swe:Quantity> 
     587                                 <swe:uom code="%"/> 
     588                                 <swe:value>1</swe:value> 
     589                              </swe:Quantity> 
     590                           </swe:field> 
     591                           <swe:field name="resolution"> 
     592                              <swe:Quantity> 
     593                                 <swe:uom code="ppt"/> 
     594                                 <swe:value>0.01</swe:value> 
     595                              </swe:Quantity> 
     596                           </swe:field> 
     597                           <swe:field name="temperature range"> 
     598                              <swe:QuantityRange> 
     599                                 <swe:uom code="degC"/> 
     600                                 <swe:value>-5 50</swe:value> 
     601                              </swe:QuantityRange> 
     602                           </swe:field> 
     603                           <swe:field name="max depth"> 
     604                              <swe:Quantity> 
     605                                 <swe:uom code="m"/> 
     606                                 <swe:value>200</swe:value> 
     607                              </swe:Quantity> 
     608                           </swe:field> 
     609                        </swe:DataRecord> 
     610                     </sml:capabilities> 
     611                      
     612                     <sml:documentation xlink:href="#STANDARDS_METHODS"/> 
     613                      
    577614                     <sml:inputs> 
    578615                        <sml:InputList> 
     
    608645                     </sml:outputs> 
    609646                      
    610                      <sml:parameters> 
    611                         <sml:ParameterList> 
    612                            <sml:parameter name="range"> 
    613                               <swe:QuantityRange> 
    614                                  <swe:uom code="ppt"/> 
    615                                  <swe:value>0 70</swe:value> 
    616                               </swe:QuantityRange> 
    617                            </sml:parameter> 
    618                            <sml:parameter name="accuracy"> 
    619                               <swe:Quantity> 
    620                                  <swe:uom code="%"/> 
    621                                  <swe:value>1</swe:value> 
    622                               </swe:Quantity> 
    623                            </sml:parameter> 
    624                            <sml:parameter name="resolution"> 
    625                               <swe:Quantity> 
    626                                  <swe:uom code="ppt"/> 
    627                                  <swe:value>0.01</swe:value> 
    628                               </swe:Quantity> 
    629                            </sml:parameter> 
    630                            <sml:parameter name="temperature range"> 
    631                               <swe:QuantityRange> 
    632                                  <swe:uom code="degC"/> 
    633                                  <swe:value>-5 50</swe:value> 
    634                               </swe:QuantityRange> 
    635                            </sml:parameter> 
    636                            <sml:parameter name="max depth"> 
    637                               <swe:Quantity> 
    638                                  <swe:uom code="m"/> 
    639                                  <swe:value>200</swe:value> 
    640                               </swe:Quantity> 
    641                            </sml:parameter> 
    642                         </sml:ParameterList> 
    643                      </sml:parameters> 
    644                      <sml:method/> 
     647                      
     648                     <!--  Manufacturer should complete --> 
     649                     <sml:method> 
     650                        <sml:ProcessMethod> 
     651                           <sml:rules> 
     652                              <sml:RulesDefinition></sml:RulesDefinition> 
     653                           </sml:rules> 
     654                           <sml:algorithm> 
     655                              <sml:AlgorithmDefinition> 
     656                                 <gml:description>...</gml:description> 
     657                                 <sml:mathML/> 
     658                              </sml:AlgorithmDefinition> 
     659                           </sml:algorithm> 
     660                        </sml:ProcessMethod> 
     661                     </sml:method> 
    645662                  </sml:ProcessModel> 
    646663               </sml:component> 
    647664                
    648                <sml:component name="Deep Non-vented Depth" 
    649                   xlink:role="urn:ogc:def:process:OGC:detector"> 
     665               <sml:component name="Deep Non-vented Depth" xlink:role="urn:ogc:def:process:OGC:detector"> 
    650666                  <sml:Component gml:id="deep_non_vented_depth"> 
    651667                     <gml:description>YSI Pressure Sensor</gml:description> 
     
    664680                        </sml:IdentifierList> 
    665681                     </sml:identification> 
     682                      
     683                     <sml:capabilities> 
     684                        <swe:DataRecord gml:id="deepNonVentedDepthCapabilities"> 
     685                           <swe:field name="range"> 
     686                              <swe:QuantityRange> 
     687                                 <swe:uom code="m"/> 
     688                                 <swe:value>0 200</swe:value> 
     689                              </swe:QuantityRange> 
     690                           </swe:field> 
     691                           <swe:field name="accuracy"> 
     692                              <swe:Quantity> 
     693                                 <swe:uom code="m"/> 
     694                                 <swe:value>0.3</swe:value> 
     695                              </swe:Quantity> 
     696                           </swe:field> 
     697                           <swe:field name="resolution"> 
     698                              <swe:Quantity> 
     699                                 <swe:uom code="m"/> 
     700                                 <swe:value>0.001</swe:value> 
     701                              </swe:Quantity> 
     702                           </swe:field> 
     703                           <swe:field name="temperature range"> 
     704                              <swe:QuantityRange> 
     705                                 <swe:uom code="degC"/> 
     706                                 <swe:value>-5 45</swe:value> 
     707                              </swe:QuantityRange> 
     708                           </swe:field> 
     709                        </swe:DataRecord> 
     710                     </sml:capabilities> 
    666711                      
    667712                     <sml:inputs> 
     
    684729                     </sml:outputs> 
    685730                      
    686                      <sml:parameters> <!-- Are these settable by user?  Do they affect the measurement?  Should maybe be capabilities --> 
    687                         <sml:ParameterList> 
    688                            <sml:parameter name="range"> 
    689                               <swe:QuantityRange> 
    690                                  <swe:uom code="m"/> 
    691                                  <swe:value>0 200</swe:value> 
    692                               </swe:QuantityRange> 
    693                            </sml:parameter> 
    694                            <sml:parameter name="accuracy"> 
    695                               <swe:Quantity> 
    696                                  <swe:uom code="m"/> 
    697                                  <swe:value>0.3</swe:value> 
    698                               </swe:Quantity> 
    699                            </sml:parameter> 
    700                            <sml:parameter name="resolution"> 
    701                               <swe:Quantity> 
    702                                  <swe:uom code="m"/> 
    703                                  <swe:value>0.001</swe:value> 
    704                               </swe:Quantity> 
    705                            </sml:parameter> 
    706                            <sml:parameter name="temperature range"> 
    707                               <swe:QuantityRange> 
    708                                  <swe:uom code="degC"/> 
    709                                  <swe:value>-5 45</swe:value> 
    710                               </swe:QuantityRange> 
    711                            </sml:parameter> 
    712                         </sml:ParameterList> 
    713                      </sml:parameters> 
    714731                  </sml:Component> 
    715732               </sml:component> 
     733                
    716734               <sml:component name="Medium Non-vented Depth" 
    717735                  xlink:role="urn:ogc:def:process:OGC:detector"> 
     
    733751                     </sml:identification> 
    734752                      
     753                     <sml:capabilities> 
     754                        <swe:DataRecord gml:id="mediumNonVentedDepthCapabilities"> 
     755                           <swe:field name="range"> 
     756                              <swe:QuantityRange> 
     757                                 <swe:uom code="m"/> 
     758                                 <swe:value>0 61</swe:value> 
     759                              </swe:QuantityRange> 
     760                           </swe:field> 
     761                           <swe:field name="accuracy"> 
     762                              <swe:Quantity> 
     763                                 <swe:uom code="m"/> 
     764                                 <swe:value>0.12</swe:value> 
     765                              </swe:Quantity> 
     766                           </swe:field> 
     767                           <swe:field name="resolution"> 
     768                              <swe:Quantity> 
     769                                 <swe:uom code="m"/> 
     770                                 <swe:value>0.001</swe:value> 
     771                              </swe:Quantity> 
     772                           </swe:field> 
     773                           <swe:field name="temperature range"> 
     774                              <swe:QuantityRange> 
     775                                 <swe:uom code="degC"/> 
     776                                 <swe:value>-5 45</swe:value> 
     777                              </swe:QuantityRange> 
     778                           </swe:field> 
     779                        </swe:DataRecord> 
     780                     </sml:capabilities> 
     781                      
    735782                     <sml:inputs> 
    736783                        <sml:InputList> 
     
    751798                        </sml:OutputList> 
    752799                     </sml:outputs> 
    753                       
    754                      <sml:parameters> 
    755                         <sml:ParameterList> 
    756                            <sml:parameter name="range"> 
    757                               <swe:QuantityRange> 
    758                                  <swe:uom code="m"/> 
    759                                  <swe:value>0 61</swe:value> 
    760                               </swe:QuantityRange> 
    761                            </sml:parameter> 
    762                            <sml:parameter name="accuracy"> 
    763                               <swe:Quantity> 
    764                                  <swe:uom code="m"/> 
    765                                  <swe:value>0.12</swe:value> 
    766                               </swe:Quantity> 
    767                            </sml:parameter> 
    768                            <sml:parameter name="resolution"> 
    769                               <swe:Quantity> 
    770                                  <swe:uom code="m"/> 
    771                                  <swe:value>0.001</swe:value> 
    772                               </swe:Quantity> 
    773                            </sml:parameter> 
    774                            <sml:parameter name="temperature range"> 
    775                               <swe:QuantityRange> 
    776                                  <swe:uom code="degC"/> 
    777                                  <swe:value>-5 45</swe:value> 
    778                               </swe:QuantityRange> 
    779                            </sml:parameter> 
    780                         </sml:ParameterList> 
    781                      </sml:parameters> 
    782800                  </sml:Component> 
    783801               </sml:component> 
    784                <sml:component name="Shallow Non-vented Depth" 
    785                  xlink:role="urn:ogc:def:process:OGC:detector"> 
     802                
     803               <sml:component name="Shallow Non-vented Depth" xlink:role="urn:ogc:def:process:OGC:detector"> 
    786804                  <sml:Component gml:id="shallow_non_vented_depth"> 
    787805                     <gml:description>YSI Pressure Sensor</gml:description> 
     
    800818                        </sml:IdentifierList> 
    801819                     </sml:identification> 
     820                      
     821                     <sml:capabilities> 
     822                        <swe:DataRecord gml:id="shallowNonVentedDepthCapabilities"> 
     823                           <swe:field name="range"> 
     824                              <swe:QuantityRange> 
     825                                 <swe:uom code="m"/> 
     826                                 <swe:value>0 9.1</swe:value> 
     827                              </swe:QuantityRange> 
     828                           </swe:field> 
     829                           <swe:field name="accuracy"> 
     830                              <swe:Quantity> 
     831                                 <swe:uom code="m"/> 
     832                                 <swe:value>0.018</swe:value> 
     833                              </swe:Quantity> 
     834                           </swe:field> 
     835                           <swe:field name="resolution"> 
     836                              <swe:Quantity> 
     837                                 <swe:uom code="m"/> 
     838                                 <swe:value>0.001</swe:value> 
     839                              </swe:Quantity> 
     840                           </swe:field> 
     841                           <swe:field name="temperature range"> 
     842                              <swe:QuantityRange> 
     843                                 <swe:uom code="degC"/> 
     844                                 <swe:value>-5 45</swe:value> 
     845                              </swe:QuantityRange> 
     846                           </swe:field> 
     847                        </swe:DataRecord> 
     848                     </sml:capabilities> 
    802849                      
    803850                     <sml:inputs> 
     
    819866                        </sml:OutputList> 
    820867                     </sml:outputs> 
    821                       
    822                      <sml:parameters> 
    823                         <sml:ParameterList> 
    824                            <sml:parameter name="range"> 
    825                               <swe:QuantityRange> 
    826                                  <swe:uom code="m"/> 
    827                                  <swe:value>0 9.1</swe:value> 
    828                               </swe:QuantityRange> 
    829                            </sml:parameter> 
    830                            <sml:parameter name="accuracy"> 
    831                               <swe:Quantity> 
    832                                  <swe:uom code="m"/> 
    833                                  <swe:value>0.018</swe:value> 
    834                               </swe:Quantity> 
    835                            </sml:parameter> 
    836                            <sml:parameter name="resolution"> 
    837                               <swe:Quantity> 
    838                                  <swe:uom code="m"/> 
    839                                  <swe:value>0.001</swe:value> 
    840                               </swe:Quantity> 
    841                            </sml:parameter> 
    842                            <sml:parameter name="temperature range"> 
    843                               <swe:QuantityRange> 
    844                                  <swe:uom code="degC"/> 
    845                                  <swe:value>-5 45</swe:value> 
    846                               </swe:QuantityRange> 
    847                            </sml:parameter> 
    848                         </sml:ParameterList> 
    849                      </sml:parameters> 
    850868                  </sml:Component> 
    851869               </sml:component> 
    852                <sml:component name="Shallow Vented Water Level" 
    853                  xlink:role="urn:ogc:def:process:OGC:detector"> 
     870                
     871               <sml:component name="Shallow Vented Water Level" xlink:role="urn:ogc:def:process:OGC:detector"> 
    854872                  <sml:Component gml:id="shallow_vented_level"> 
    855873                     <gml:description>YSI Pressure Sensor </gml:description> 
     
    868886                        </sml:IdentifierList> 
    869887                     </sml:identification> 
     888                      
     889                     <sml:capabilities> 
     890                        <swe:DataRecord gml:id="shallowVentedWaterLevelCapabilities"> 
     891                           <swe:field name="range"> 
     892                              <swe:QuantityRange> 
     893                                 <swe:uom code="m"/> 
     894                                 <swe:value>0 9.1</swe:value> 
     895                              </swe:QuantityRange> 
     896                           </swe:field> 
     897                           <swe:field name="accuracy"> 
     898                              <swe:Quantity> 
     899                                 <swe:uom code="m"/> 
     900                                 <swe:value>0.018</swe:value> 
     901                              </swe:Quantity> 
     902                           </swe:field> 
     903                           <swe:field name="resolution"> 
     904                              <swe:Quantity> 
     905                                 <swe:uom code="m"/> 
     906                                 <swe:value>0.001</swe:value> 
     907                              </swe:Quantity> 
     908                           </swe:field> 
     909                           <swe:field name="temperature range"> 
     910                              <swe:QuantityRange> 
     911                                 <swe:uom code="degC"/> 
     912                                 <swe:value>-5 45</swe:value> 
     913                              </swe:QuantityRange> 
     914                           </swe:field> 
     915                        </swe:DataRecord> 
     916                     </sml:capabilities> 
    870917                      
    871918                     <sml:inputs> 
     
    888935                        </sml:OutputList> 
    889936                     </sml:outputs> 
    890                       
    891                      <sml:parameters> 
    892                         <sml:ParameterList> 
    893                            <sml:parameter name="range"> 
    894                               <swe:QuantityRange> 
    895                                  <swe:uom code="m"/> 
    896                                  <swe:value>0 9.1</swe:value> 
    897                               </swe:QuantityRange> 
    898                            </sml:parameter> 
    899                            <sml:parameter name="accuracy"> 
    900                               <swe:Quantity> 
    901                                  <swe:uom code="m"/> 
    902                                  <swe:value>0.018</swe:value> 
    903                               </swe:Quantity> 
    904                            </sml:parameter> 
    905                            <sml:parameter name="resolution"> 
    906                               <swe:Quantity> 
    907                                  <swe:uom code="m"/> 
    908                                  <swe:value>0.001</swe:value> 
    909                               </swe:Quantity> 
    910                            </sml:parameter> 
    911                            <sml:parameter name="temperature range"> 
    912                               <swe:QuantityRange> 
    913                                  <swe:uom code="degC"/> 
    914                                  <swe:value>-5 45</swe:value> 
    915                               </swe:QuantityRange> 
    916                            </sml:parameter> 
    917                         </sml:ParameterList> 
    918                      </sml:parameters> 
    919937                  </sml:Component> 
    920938               </sml:component> 
     
    922940               <!-- xxxx THE FOLLOWING NEED TO BE COMPLETED --> 
    923941               <sml:component name="Optical Dissolved Oxygen"> 
    924                   <sml:Component gml:id="optical_dissolved_oxygen"></sml:Component> 
     942                  <sml:Component gml:id="optical_dissolved_oxygen"> 
     943                     <gml:description></gml:description> 
     944                     <sml:capabilities></sml:capabilities> 
     945                     <sml:inputs></sml:inputs> 
     946                     <sml:outputs></sml:outputs> 
     947                     <sml:parameters></sml:parameters> 
     948                     <sml:method>   </sml:method> 
     949                  </sml:Component> 
    925950               </sml:component> 
    926951               <sml:component name="Electrochemical Dissolved Oxygen"/> 
     
    964989                  <sml:Link> 
    965990                     <sml:source ref="this/inputs/water_temperature"/>  <!-- sea_water_temp? --> 
    966                      <sml:destination ref="temperature/inputs/water_temperature"/> 
     991                     <sml:destination ref="temperatureSensor/inputs/water_temperature"/> 
    967992                  </sml:Link> 
    968993               </sml:connection> 
     
    9791004                  <sml:Link> 
    9801005                     <sml:source ref="this/inputs/conductivity"/> 
    981                      <sml:destination ref="conductivity/inputs/conductivity"/> 
    982                   </sml:Link> 
    983                </sml:connection> 
    984                 
    985                <sml:connection> 
    986                   <sml:Link> 
    987                      <sml:source ref="conductivity/outputs/conductivity"/> 
     1006                     <sml:destination ref="conductivitySensor/inputs/conductivity"/> 
     1007                  </sml:Link> 
     1008               </sml:connection> 
     1009                
     1010               <sml:connection> 
     1011                  <sml:Link> 
     1012                     <sml:source ref="conductivitySensor/outputs/conductivity"/> 
    9881013                     <sml:destination ref="this/outputs/conductivity"/> 
    9891014                  </sml:Link> 
     
    10011026                  <sml:Link> 
    10021027                     <sml:source ref="deep_non_vented_depth/outputs/depth"/> 
    1003                      <sml:destination ref="this/outputs/depth"/> 
     1028                     <sml:destination ref="this/outpuuts/depth"/> 
    10041029                  </sml:Link> 
    10051030               </sml:connection> 
  • q2o/sos_unc/trunk/sos_unc/morgan_ysi.xml

    r422 r423  
    7676         </sml:history> 
    7777          
     78         <!--========================--> 
     79         <!--  Sonde Inputs          --> 
     80         <!--========================--> 
     81          
    7882         <sml:inputs> 
    7983            <sml:InputList> 
     
    9599         </sml:inputs> 
    96100          
     101         <!--==============================--> 
     102         <!--  Sonde Outputs               --> 
     103         <!--==============================--> 
    97104         <sml:outputs> 
    98105            <sml:OutputList> 
    99                <sml:output name="depth"> 
    100                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/depth"> 
    101                      <swe:uom code="m"/> 
    102                   </swe:Quantity> 
     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> 
    103144               </sml:output> 
    104                <sml:output name="water_level"> 
    105                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_level"> 
    106                      <swe:uom code="m"/> 
    107                   </swe:Quantity> 
    108                </sml:output> 
    109                <sml:output name="water_temperature"> 
    110                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_temperature"> 
    111                      <swe:uom code="degC"/> 
    112                   </swe:Quantity> 
    113                </sml:output> 
    114                <sml:output name="conductivity"> 
    115                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/conductivity"> 
    116                      <swe:uom code="mS/cm"/> 
    117                   </swe:Quantity> 
    118                </sml:output> 
    119                <sml:output name="salinity"> 
    120                   <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/salinity"> 
    121                      <swe:uom code="ppt"/> 
    122                   </swe:Quantity> 
    123                </sml:output> 
    124                <sml:output name="dissolved_oxygen_saturation"> 
    125                   <swe:Quantity definition=""> 
    126                      <swe:uom code="%sat"/> 
    127                   </swe:Quantity> 
    128                </sml:output> 
    129                <sml:output name="dissolved_oxygen"> 
    130                   <swe:Quantity definition=""> 
    131                      <swe:uom code="mg/L"/> 
    132                   </swe:Quantity> 
    133                </sml:output> 
     145               
    134146            </sml:OutputList> 
    135147         </sml:outputs> 
     
    200212                  </sml:Link> 
    201213               </sml:connection> 
    202  
     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                
    203232               <!-- Saliinity --> 
    204233               <sml:connection>