File: accounts-service-type.dtd

package info (click to toggle)
libaccounts-glib 1.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: ansic: 11,312; xml: 1,175; python: 72; sh: 7; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!-- DTD for libaccounts service-type files. -->

<!-- Root element for service-type files. -->
<!ELEMENT service-type (name?, description?, icon?, translations?, tags?)>

<!-- The ID is optional, and only used if it differs from the basename of
     the service file. -->
<!ATTLIST service-type
  id ID #IMPLIED>

<!-- Human-readable name of the service-type, for display to the user. -->
<!ELEMENT name (#PCDATA)>

<!-- Description of the service-type, for display to the user. -->
<!ELEMENT description (#PCDATA)>

<!-- Name of a themed icon representing the service-type. -->
<!ELEMENT icon (#PCDATA)>

<!-- The gettext translation domain used for internationalization support in
     applications. -->
<!ELEMENT translations (#PCDATA)>

<!-- Container element for tags to describe the service-type. -->
<!ELEMENT tags (tag*)>

<!-- A tag to describe the service-type. -->
<!ELEMENT tag (#PCDATA)>