build: remove -enumtypes rules
[empathy-mirror.git] / libempathy / empathy-contact-groups.dtd
blobb4de2260a657e5ea2c0f0923bf452933aac81bf3
1 <!--
2 DTD for Empathys contact groups.
3 by Martyn Russell <mr@gnome.org>
4 -->
6 <!-- Root element. -->
7 <!ELEMENT contacts (account)>
9 <!ELEMENT account (group)+>
10 <!ATTLIST account
11 name CDATA #REQUIRED>
13 <!-- Groups in the roster. -->
14 <!ELEMENT group EMPTY>
15 <!ATTLIST group
16 name CDATA #REQUIRED
17 expanded CDATA #REQUIRED>