<?xml version="1.0" encoding="UTF-8"?>
<Mission xmlns="Tethys"
       xmlns:Control="Tethys/Control"
       xmlns:Guidance="Tethys/Guidance" 
       xmlns:Units="Tethys/Units"
       xmlns:Universal="Tethys/Universal"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="Tethys http://okeanids.mbari.org/tethys/Xml/Tethys.xsd
                           Tethys/Control http://okeanids.mbari.org/tethys/Xml/Control.xsd
                           Tethys/Guidance http://okeanids.mbari.org/tethys/Xml/Guidance.xsd
                           Tethys/Units http://okeanids.mbari.org/tethys/Xml/Units.xsd
                           Tethys/Universal http://okeanids.mbari.org/tethys/Xml/Universal.xsd"
       Id="NoMission">

    <Syslog Severity="Important">Sending temperature = <Universal:sea_water_temperature/><Units:kelvin/></Syslog>

<!-- <SendData Service="Courier">
        <Universal:sea_water_temperature/><Units:kelvin/>
    </SendData> -->

    <SendData Service="Direct" Destination="modem:4:_.LRAUVcntSamples">
        <Universal:sea_water_temperature/><Units:kelvin/>
    </SendData>

<!-- <Guidance:Execute>
        <Sequence/>
        <Setting><Guidance:Execute.command/><String>send sea_water_temperature kelvin modem:4:_.LRAUVcntSamples</String></Setting>
    </Guidance:Execute> -->

    <Syslog Severity="Important">Sent temperature = <Universal:sea_water_temperature/><Units:kelvin/></Syslog>

</Mission>
