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="4the_enum"> 7 <entry name="60_seconds" value="1" summary="this is the first"/> 8 <entry name="invalid entry" value="2" summary="this is the first"/> 9 </enum> 10 </interface> 11</protocol> 12