<?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, ...)
-->