Commit fc30ce8a authored by Fred Drake's avatar Fred Drake

- add element types used for schema components and extensions

- update the sectiontype attributes
parent 1867f7c4
......@@ -10,6 +10,14 @@
keytype NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED>
<!ELEMENT component (description?, (sectiontype | sectiongroup)*)>
<!ATTLIST component
prefix NMTOKEN #IMPLIED>
<!ELEMENT extension (description?, (sectiontype | sectiongroup)*)>
<!ATTLIST extension
prefix NMTOKEN #IMPLIED>
<!ELEMENT import EMPTY>
<!ATTLIST import
src CDATA #REQUIRED>
......@@ -40,7 +48,9 @@
type NMTOKEN #REQUIRED
prefix NMTOKEN #IMPLIED
keytype NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED>
datatype NMTOKEN #IMPLIED
group NMTOKEN #IMPLIED
extends NMTOKEN #IMPLIED>
<!ELEMENT sectiongroup (description?, sectiontype+)>
<!ATTLIST sectiongroup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment