- From: Tony Fletcher <tony_fletcher@btopenworld.com>
- Date: Sat, 17 Apr 2004 13:07:49 +0100
- To: <public-ws-chor-comments@w3.org>, <public-ws-chor@w3.org>
Received on Saturday, 17 April 2004 08:08:10 UTC
Dear Colleagues,
When I tried to validate the revised schema with my proposed additions for
explicit transaction demarcation I discovered it was not well formed and
that the problem was with the original schema from the draft specification.
I will ask Yves to replace my contribution with a corrected one I will send
him.
Issue: Schema element attribute values need to be in quotes.
<schema
targetNamespace=http://www.w3.org/ws/choreography/2004/02/WSCDL/
xmlns=http://www.w3.org/2001/XMLSchema
xmlns:cdl=http://www.w3.org/ws/choreography/2004/02/WSCDL/
elementFormDefault="qualified">
Remedy: add the quotes as below:
<schema
targetNamespace="http://www.w3.org/ws/choreography/2004/02/WSCDL/"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:cdl="http://www.w3.org/ws/choreography/2004/02/WSCDL/"
elementFormDefault="qualified">
Best Regards Tony
A M Fletcher
Home: 35, Wimborne Avenue, IPSWICH IP3 8QW
Tel: +44 (0) 1473 729537 Mobile: +44 (0) 7801 948219
amfletcher@iee.org (also tony.fletcher@talk21.com &
tony_fletcher@btopenworld.com)
Received on Saturday, 17 April 2004 08:08:10 UTC