Updated the boostbook.dtd and reference docs

for "enumvalue" elements to indicate they can have "purpose" 
and "description" children.


[SVN r42389]
This commit is contained in:
Frank Mori Hess 2007-12-31 15:53:06 +00:00
parent 75f209265c
commit 4017a76615
3 changed files with 4 additions and 2 deletions

View File

@ -2513,6 +2513,8 @@
<content-model-expanded> <content-model-expanded>
<sequence-group> <sequence-group>
<element-name name="default" occurrence="?"/> <element-name name="default" occurrence="?"/>
<element-name name="purpose" occurrence="?"/>
<element-name name="description" occurrence="?"/>
</sequence-group> </sequence-group>
</content-model-expanded> </content-model-expanded>
<content-model> <content-model>

View File

@ -2102,7 +2102,7 @@
<refpurpose>A single value of an enumeration</refpurpose> <refpurpose>A single value of an enumeration</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv>enumvalue ::= <refsynopsisdiv>enumvalue ::=
(<link linkend="boostbook.dtd.default">default</link>?) (<link linkend="boostbook.dtd.default">default</link>?, <link linkend="boostbook.dtd.purpose">purpose</link>?, <link linkend="boostbook.dtd.description">description</link>?)
</refsynopsisdiv> </refsynopsisdiv>
<refsection> <refsection>
<title>Attributes</title> <title>Attributes</title>

View File

@ -210,7 +210,7 @@
name CDATA #REQUIRED name CDATA #REQUIRED
%boost.common.attrib;> %boost.common.attrib;>
<!ELEMENT enumvalue (default?)> <!ELEMENT enumvalue (default?, purpose?, description?)>
<!ATTLIST enumvalue <!ATTLIST enumvalue
name CDATA #REQUIRED name CDATA #REQUIRED
%boost.common.attrib;> %boost.common.attrib;>