[Zope3-checkins] CVS: Packages/ZConfig/xml - schema.dtd:1.1.2.5
Fred L. Drake, Jr.
fred@zope.com
Thu, 12 Dec 2002 07:51:19 -0500
Update of /cvs-repository/Packages/ZConfig/xml
In directory cvs.zope.org:/tmp/cvs-serv32436
Modified Files:
Tag: zconfig-schema-devel-branch
schema.dtd
Log Message:
Fine-tune a few things before implementation.
=== Packages/ZConfig/xml/schema.dtd 1.1.2.4 => 1.1.2.5 ===
--- Packages/ZConfig/xml/schema.dtd:1.1.2.4 Thu Dec 12 02:19:00 2002
+++ Packages/ZConfig/xml/schema.dtd Thu Dec 12 07:51:19 2002
@@ -26,13 +26,13 @@
name NMTOKEN #REQUIRED
prefix NMTOKEN #IMPLIED
keytype NMTOKEN #IMPLIED
- type NMTOKEN #IMPLIED>
+ type NMTOKEN #IMPLIED
+ valuetype NMTOKEN #IMPLIED>
<!ELEMENT sectiongroup (description?, sectiontype+)>
<!ATTLIST sectiongroup
prefix NMTOKEN #IMPLIED
name NMTOKEN #IMPLIED
- attribute NMTOKEN #IMPLIED
minOccurs NMTOKEN #IMPLIED
maxOccurs NMTOKEN #IMPLIED>
@@ -40,9 +40,9 @@
<!-- XXX The (section | key)* here is used to override defaults
defined by the relevant sectiontype element. -->
<!ATTLIST section
- name NMTOKEN #IMPLIED
+ name NMTOKEN #REQUIRED
attribute NMTOKEN #IMPLIED
- type NMTOKEN #IMPLIED
+ type NMTOKEN #REQUIRED
handler NMTOKEN #IMPLIED
minOccurs NMTOKEN #IMPLIED
maxOccurs NMTOKEN #IMPLIED>