summaryrefslogtreecommitdiff
path: root/libempathy/empathy-contact-groups.dtd
blob: b4de2260a657e5ea2c0f0923bf452933aac81bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
  DTD for Empathys contact groups.
  by Martyn Russell <mr@gnome.org>
-->

<!-- Root element. -->
<!ELEMENT contacts (account)>

<!ELEMENT account (group)+>
<!ATTLIST account 
	name CDATA #REQUIRED>

<!-- Groups in the roster. -->
<!ELEMENT group EMPTY>
<!ATTLIST group
   name CDATA #REQUIRED
   expanded CDATA #REQUIRED>