Changed content model of <inherit> to require an explicit <type>

element, optionally contain a <purpose>, and make "access" attribute
implied.


[SVN r18152]
This commit is contained in:
Douglas Gregor 2003-04-02 04:34:10 +00:00
parent 88a6031f3e
commit 7f34f3e2e3

View File

@ -175,9 +175,9 @@
<!ELEMENT default ANY> <!ELEMENT default ANY>
<!ATTLIST default %boost.common.attrib;> <!ATTLIST default %boost.common.attrib;>
<!ELEMENT inherit ANY> <!ELEMENT inherit (type, purpose?)>
<!ATTLIST inherit <!ATTLIST inherit
access CDATA #REQUIRED access CDATA #IMPLIED
%boost.common.attrib;> %boost.common.attrib;>
<!ELEMENT purpose ANY> <!ELEMENT purpose ANY>