XML Representation for Notations - Public Identifiers and anyURI

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