<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="com.example.mytest">
    <method name="SayHello">
      <arg name="msg" direction="out" type="s"/>
    </method>

    <signal name="NameChanged">
      <arg name="Name" type="s"/>
    </signal>

    <property name="Name" type="s" access="readwrite"/>
  </interface>
</node>