1<?xml version="1.0" encoding="UTF-8"?> 2<protocol name="the_protocol"> 3 <interface name="the_interface" version="1"> 4 <description summary="the summary"> 5 </description> 6 <enum name="the-enum"> 7 <entry name="the_entry" value="0" summary="entry summary"/> 8 </enum> 9 </interface> 10</protocol> 11