Comments on daml-s 0.7 (Grounding)

David,


Version 0.7 of Grounding.daml refers to an XML Schema type `uriReference'.
No such data type exists in the current version of XML Schema (
http://www.w3.org/TR/xmlschema-2/ );
the correct type name is `anyURI'.
You can find the details in
http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/#revisions , item 70

To review:

$ rdfdump Grounding.daml | grep XMLSchema

triple("file:Grounding.daml#wsdlMessagePart",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#wsdlOperation",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#wsdlInputMessage",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#wsdlOutputMessage",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#wsdlReference",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#otherReference",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")
triple("file:Grounding.daml#wsdlDocument",
"http://www.w3.org/2000/01/rdf-schema#range",
"http://www.w3.org/2000/10/XMLSchema#uriReference")

To update:
(a) Please change the type name from `uriReference' to `anyURI'.
(b) Please change the namespace to http://www.w3.org/2001/XMLSchema


Thank you!

- Nick -


> 	WARNING: All e-mail sent to or from this address will be received or
> otherwise recorded by the Charles Schwab corporate e-mail system and is
> subject to archival, monitoring or review by, and/or disclosure to someone
> other than the recipient.
> 
> 

Received on Monday, 3 February 2003 15:37:01 UTC