summaryrefslogtreecommitdiff
path: root/gio/gschema.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gschema.dtd')
-rw-r--r--gio/gschema.dtd5
1 files changed, 2 insertions, 3 deletions
diff --git a/gio/gschema.dtd b/gio/gschema.dtd
index 8cd552d4a..00e3a1653 100644
--- a/gio/gschema.dtd
+++ b/gio/gschema.dtd
@@ -1,4 +1,4 @@
-<!ELEMENT schemalist (schema|enum|flags)* >
+<!ELEMENT schemalist (schema|enum)* >
<!ATTLIST schemalist gettext-domain CDATA #IMPLIED >
<!ELEMENT schema (key|child|override)* >
@@ -47,8 +47,7 @@
<!-- range is only allowed for keys with numeric type -->
<!ELEMENT range EMPTY >
-<!-- min and max must be parseable as values of the key type and
- min must be less than or equal to max -->
+<!-- min and max must be parseable as values of the key type and min < max -->
<!ATTLIST range min CDATA #REQUIRED
max CDATA #REQUIRED >