repo.or.cz
/
empathy-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Greek translation
[empathy-mirror.git]
/
libempathy
/
empathy-contact-groups.dtd
blob
b4de2260a657e5ea2c0f0923bf452933aac81bf3
1
<!--
2
DTD for Empathys contact groups.
3
by Martyn Russell <mr@gnome.org>
4
-->
5
6
<!-- Root element. -->
7
<!ELEMENT
contacts (account)
>
8
9
<!ELEMENT
account (group)+
>
10
<!ATTLIST
account
11
name CDATA #REQUIRED
>
12
13
<!-- Groups in the roster. -->
14
<!ELEMENT
group EMPTY
>
15
<!ATTLIST
group
16
name CDATA #REQUIRED
17
expanded CDATA #REQUIRED
>