This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 688 - Schema element attribute values need to be in quotes
Summary: Schema element attribute values need to be in quotes
Status: RESOLVED FIXED
Alias: None
Product: WS Choreography
Classification: Unclassified
Component: Spec: Editorial (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: --
Assignee: Greg Ritzinger
QA Contact:
URL: http://lists.w3.org/Archives/Public/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 10:37 UTC by Greg Ritzinger
Modified: 2004-09-07 17:34 UTC (History)
0 users

See Also:


Attachments

Description Greg Ritzinger 2004-04-20 10:37:59 UTC
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">
Comment 1 Martin Chapman 2004-05-20 14:09:11 UTC
assign to editors.
Comment 2 Greg Ritzinger 2004-09-07 17:34:20 UTC
Fixed in spec draft 2004-09-07