Tighten up the specification of <inherits>

[SVN r18243]
This commit is contained in:
Douglas Gregor 2003-04-13 14:46:07 +00:00
parent 2f878b7612
commit 72d233a8b8

View File

@ -11,7 +11,7 @@
created-on="Sat Mar 29 16:11:38 2003" created-on="Sat Mar 29 16:11:38 2003"
> >
<attpurpose name="id">A global identifier for this element</attpurpose> <attpurpose name="id">A global identifier for this element</attpurpose>
<attpurpose name="last-revision">Set to $Date: 2003/03/30 03:10:39 $ to keep "last revised" information in sync with CVS changes</attpurpose> <attpurpose name="last-revision">Set to $Date: 2003/04/13 14:46:07 $ to keep "last revised" information in sync with CVS changes</attpurpose>
<attpurpose name="xml:base">Implementation detail used by XIncludes</attpurpose> <attpurpose name="xml:base">Implementation detail used by XIncludes</attpurpose>
<attpurpose name="name">The name of the element being declared to referenced</attpurpose> <attpurpose name="name">The name of the element being declared to referenced</attpurpose>
<attpurpose name="filename">The name of the file associated with this element</attpurpose> <attpurpose name="filename">The name of the file associated with this element</attpurpose>
@ -806,12 +806,14 @@
content-type="element"> content-type="element">
<content-model-expanded> <content-model-expanded>
<sequence-group> <sequence-group>
<any/> <element-name name="type"/>
<element-name name="purpose" occurrence="?"/>
</sequence-group> </sequence-group>
</content-model-expanded> </content-model-expanded>
<content-model> <content-model>
<sequence-group> <sequence-group>
<any/> <element-name name="type"/>
<element-name name="purpose" occurrence="?"/>
</sequence-group> </sequence-group>
</content-model> </content-model>
<purpose>Declares a base class of the enclosing class or struct</purpose> <purpose>Declares a base class of the enclosing class or struct</purpose>