mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
gschema.dtd: Add target attribute to alias
The implementation requires it, but the DTD doesn’t even mention it.
This commit is contained in:
committed by
Philip Withnall
parent
3f40ca54b0
commit
05ea79d529
@@ -62,7 +62,8 @@
|
||||
<!ELEMENT aliases (alias+) >
|
||||
<!-- each alias element specifies an alias for one of the possible values -->
|
||||
<!ELEMENT alias EMPTY >
|
||||
<!ATTLIST alias value CDATA #REQUIRED >
|
||||
<!ATTLIST alias value CDATA #REQUIRED
|
||||
target CDATA #REQUIRED >
|
||||
|
||||
<!ELEMENT child EMPTY >
|
||||
<!ATTLIST child name CDATA #REQUIRED
|
||||
|
Reference in New Issue
Block a user