- From: Jeff Rafter <jeffrafter@definedweb.com>
- Date: Mon, 25 Jun 2001 01:19:04 -0700
- To: <xmlschema-dev@w3.org>
- Cc: <www-xml-schema-comments@w3.org>
This XML Representation Summary for Notations has an incorrect type for the
attribute "public":
<notation
id = ID
name = NCName
public = anyURI
system = anyURI
{any attributes with non-schema namespace . . .}>
Content: (annotation?)
</notation>
The attribute "public" is listed as being of type anyURI when in fact the
normative (and correct) Schema for Schemas declares it to be of type public
which is derived from xs:token. Clearly the Schema for Schema is correct in
this case as Public Identifiers will not necassarily be valid URIs.
Thanks,
Jeff Rafter
Defined Systems
http://www.defined.net
XML Development and Developer Web Hosting
Received on Monday, 25 June 2001 04:19:27 UTC