mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Update the dtd to match the schema parser
The aliases element was not mentioned here.
This commit is contained in:
parent
3fbac99402
commit
345a1ee31c
@ -87,7 +87,7 @@
|
||||
* path CDATA #IMPLIED
|
||||
* gettext-domain CDATA #IMPLIED >
|
||||
*
|
||||
* <!ELEMENT key (default|summary?|description?|range?|choices?) >
|
||||
* <!ELEMENT key (default|summary?|description?|range?|choices?|aliases?) >
|
||||
* <!-- name can only contain lowercase letters, numbers and '-' -->
|
||||
* <!-- type must be a GVariant type string -->
|
||||
* <!ATTLIST key name CDATA #REQUIRED
|
||||
@ -110,9 +110,9 @@
|
||||
* max CDATA #REQUIRED >
|
||||
*
|
||||
* <!ELEMENT choices (choice+) >
|
||||
* <!ELEMENT choice (alias?) >
|
||||
* <!ELEMENT choice EMPTY >
|
||||
* <!ATTLIST choice value CDATA #REQUIRED >
|
||||
* <!ELEMENT choice (alias?) >
|
||||
* <!ELEMENT aliases (alias+) >
|
||||
* <!ELEMENT alias EMPTY >
|
||||
* <!ATTLIST alias value CDATA #REQUIRED >
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user