From 831e944b3cc0df82b94621d50151cd42a2f65ebc Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Mon, 30 Sep 2002 02:08:37 +0000 Subject: Some additions to match the full range of schema elements curently 2002-09-30 Yanko Kaneti * doc/gconf/gconf.sgml: * doc/gconf-1.0.dtd: Some additions to match the full range of schema elements curently accepted by gconftool. Supposedly complete now. --- doc/gconf-1.0.dtd | 8 +++++++- doc/gconf/gconf.sgml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gconf-1.0.dtd b/doc/gconf-1.0.dtd index acb2227e..2d7f26d4 100644 --- a/doc/gconf-1.0.dtd +++ b/doc/gconf-1.0.dtd @@ -2,7 +2,7 @@ - + @@ -12,6 +12,12 @@ + + + + + + diff --git a/doc/gconf/gconf.sgml b/doc/gconf/gconf.sgml index c205ea6d..105ea443 100644 --- a/doc/gconf/gconf.sgml +++ b/doc/gconf/gconf.sgml @@ -1222,7 +1222,7 @@ key and their effect on the application. <!ELEMENT schemalist (schema)*> -<!ELEMENT schema (key,applyto*,owner?,type,default?,locale*)> +<!ELEMENT schema (key,applyto*,owner?,type,(list_type|car_type|cdr_type)?,default?,locale*)> <!ELEMENT key (#PCDATA)> @@ -1232,6 +1232,12 @@ key and their effect on the application. <!ELEMENT type (#PCDATA)> +<!ELEMENT list_type (#PCDATA)> + +<!ELEMENT car_type (#PCDATA)> + +<!ELEMENT cdr_type (#PCDATA)> + <!ELEMENT default (#PCDATA)> <!ELEMENT locale (default?,short?,long?)> -- cgit v1.2.1