~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to gio/gschema.dtd

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!ELEMENT schemalist (schema|enum)* >
2
 
<!ATTLIST schemalist gettext-domain #IMPLIED >
 
2
<!ATTLIST schemalist gettext-domain CDATA #IMPLIED >
3
3
 
4
4
<!ELEMENT schema (key|child|override)* >
5
5
<!ATTLIST schema id             CDATA #REQUIRED
19
19
<!ELEMENT value EMPTY >
20
20
<!-- nick must be at least 2 characters long -->
21
21
<!-- value must be parsable as a 32-bit integer -->
22
 
<!ELEMENT value nick  #REQUIRED
23
 
                value #REQUIRED >
 
22
<!ATTLIST value nick  CDATA #REQUIRED
 
23
                value CDATA #REQUIRED >
24
24
 
25
 
<!ELEMENT key (default|summary?|description?|range?|choices?|aliases?) >
 
25
<!ELEMENT key (default|summary?|description?|range?|choices?|aliases?)* >
26
26
<!-- name can only contain lowercase letters, numbers and '-' -->
27
27
<!-- type must be a GVariant type string -->
28
28
<!-- enum must be the id of an enum type that has been defined earlier -->