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

In the Appendix A (of part 2) the definition of this complexType has the
attribute base as an empty tag, but the close tag appears later.

  <complexType name="simpleType" base="annotated" derivedBy="extension"
abstract="true">
    <element ref="facet" minOccurs="0" maxOccurs="unbounded"/>
    <attribute name="name" type="NCName">
      <annotation>
       <documentation>Can be restricted to required or
forbidden</documentation>
      </annotation>
    </attribute>
    <attribute name="base" type="QName" use="required"/>
     <simpleType base="NMTOKEN">
      <enumeration value="list"/>
      <enumeration value="restriction"/>
     </simpleType>
    </attribute>
  </complexType>


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

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

Received on Tuesday, 2 May 2000 10:56:38 UTC