Minor error in complexType sample in the Structures Doc

I found a very minor error in the comlplexType examples within xmlschema-1.
In the examples at the end of the
http://www.w3.org/TR/xmlschema-1/#declare-type section, we see

<xs:complexType name="length3">
 <xs:sequence>
  <xs:element name="size" type="xs:non-positive-integer"/>
  <xs:element name="unit" type="xs:NMTOKEN"/>
 </xs:sequence>
</xs:complexType>

"xs:non-positive-integer" should be "xs:nonPositiveInteger"

Regards,
Jeff Rafter
Defined Systems
http://www.defined.net
XML Development and Developer Web Hosting

Received on Wednesday, 15 August 2001 03:14:50 UTC