- From: Dan Vint <DVint@lexica.net>
- Date: Tue, 2 May 2000 08:00:53 -0700
- To: "'www-xml-schema-comments@w3.org'" <www-xml-schema-comments@w3.org>
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