Problems in Datatypes pt 2 (A Schema for Datatype Definitions (no rmative))

I've been trying to use the schema as presented in Appendix A of Part 2 and
have come across this piece of data that seems to be out of place or at
least missing some more markup:

  <complexType name="annotated" base="openAttrs" derivedBy="extension" 
...

<!-- Error here!
   <annotation>
    <documentation>All the things which can occur in any of the
                   attributes controlling derivation or use of derived 
                   definitions</documentation>
    <documentation>A utility type, not for public use</documentation>
   </annotation>
   <enumeration value="list"/>
   <enumeration value="restriction"/>
  </simpleType>
-->


  <complexType name="simpleType" base="annotated" derivedBy="extension" 
...

Between the two complexType definitions is this annotation and simpleType
that is broken.

..dan

************

Dan Vint                 Lexica LLC
Sr XML Analyst          (415)901-3623
                         http://www.lexica.net

Received on Tuesday, 2 May 2000 10:52:35 UTC