- From: David Martin <martin@AI.SRI.COM>
- Date: Tue, 04 Feb 2003 13:11:43 -0800
- To: "Efthymiou, Nick" <Nick.Efthymiou@schwab.com>
- CC: "'www-ws@w3.org'" <www-ws@w3.org>
Hello Nick -
You are quite correct that DAML-S employs an older version of XML Schema. This
has been retained so as to maintain consistency with the last release of
DAML+OIL, which includes examples that employ the older version of XML Schema.
Our thinking has been that whatever tools work with the DAML+OIL materials, are
also likely to be the tools of greatest interest to DAML-S users. Since the
DAML+OIL materials use the older version of XML Schema, we have assumed that
most DAML+OIL tools are likely to work well with that version also.
We will almost certainly use the latest version of XML Schema in the next
release of DAML-S (which may also be based upon OWL instead of DAML+OIL). But
I'm not so sure that switching to a new version of XML Schema, in the current
DAML-S release, would be beneficial to the DAML-S community.
If such a switch would be either a help or hindrance to any DAML-S users, we
would welcome your input.
Thanks,
David
"Efthymiou, Nick" wrote:
> 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 Tuesday, 4 February 2003 16:10:15 UTC