mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
Fix indicative gschema.dtd regarding range.
The range can have only a "min" or only a "max" attribute, and can even have no attributes at all.
This commit is contained in:
parent
ef45c909db
commit
438547641f
@ -49,8 +49,8 @@
|
|||||||
<!ELEMENT range EMPTY >
|
<!ELEMENT range EMPTY >
|
||||||
<!-- min and max must be parseable as values of the key type and
|
<!-- min and max must be parseable as values of the key type and
|
||||||
min must be less than or equal to max -->
|
min must be less than or equal to max -->
|
||||||
<!ATTLIST range min CDATA #REQUIRED
|
<!ATTLIST range min CDATA #IMPLIED
|
||||||
max CDATA #REQUIRED >
|
max CDATA #IMPLIED >
|
||||||
|
|
||||||
<!-- choices is only allowed for keys with string or string array type -->
|
<!-- choices is only allowed for keys with string or string array type -->
|
||||||
<!ELEMENT choices (choice+) >
|
<!ELEMENT choices (choice+) >
|
||||||
|
Loading…
Reference in New Issue
Block a user