XSLT option disabled, please look at HelpOnConfiguration.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Interface -->
<xml>
        <use name="/interface">
                <add name="nurse">
                        <use name="/template/interface">
                                <create>
                                        <!-- These can be raised by this SMC -->
                                        <!-- These can events can be accepted by this SMC -->
                                        <notification name="mloaded" event="blah1"/>
                                        <notifictaion name="hr" event="blah"/>
                                        <notifictaion name="endEGC" event="blah"/>
                                        <!-- Operations that can be invoked on this SMC -->
                                        <operation name="store" local="/log" localop="store"/>
                                        <operation name="display" local="/window" localop="display"/>
                                        <operation name="ecgOn" local="/ecg" localop="on"/>
                                        <operation name="loadMission" local="/mission/missionobject" localop="missionoperation"/>
                                </create>
                        </use>
                </add>
        </use>
</xml>
<!-- Allows
        interface.event1(arg1, arg2, ...)
        interface.opname2(arg1, arg2, ...)
-->

Ponder2Wiki: NurseXmlInterface (last edited 2008-01-03 17:40:13 by localhost)