mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01: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:
parent
8811790653
commit
3d9a896f2b
@ -62,7 +62,8 @@
|
|||||||
<!ELEMENT aliases (alias+) >
|
<!ELEMENT aliases (alias+) >
|
||||||
<!-- each alias element specifies an alias for one of the possible values -->
|
<!-- each alias element specifies an alias for one of the possible values -->
|
||||||
<!ELEMENT alias EMPTY >
|
<!ELEMENT alias EMPTY >
|
||||||
<!ATTLIST alias value CDATA #REQUIRED >
|
<!ATTLIST alias value CDATA #REQUIRED
|
||||||
|
target CDATA #REQUIRED >
|
||||||
|
|
||||||
<!ELEMENT child EMPTY >
|
<!ELEMENT child EMPTY >
|
||||||
<!ATTLIST child name CDATA #REQUIRED
|
<!ATTLIST child name CDATA #REQUIRED
|
||||||
|
Loading…
Reference in New Issue
Block a user