mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
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:
parent
88a6031f3e
commit
7f34f3e2e3
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user