← Prev in month ← Prev in thread
Next in thread → Next in month →

NEW ISSUE: Schema type of wsrm:FaultCode element can be changed fromxs:QName to wsrm:FaultCodes

From
Anish Karmarkar <>
Date
2005-09-20T22:08:09+00:00
ID
Thread
NEW ISSUE: Schema type of wsrm:FaultCode element can be changed fromxs:QName to wsrm:FaultCodes
Title: Schema type of wsrm:FaultCode element can be changed from 
xs:QName to wsrm:FaultCodes

Description:
Page 37, line 1027 of [1] makes the type of wsrm:FaultCode as xs:QName. 
This element is already restricted to the QNames listed in the schema 
type wsrm:FaultCodes.

Justification:
Although the schema is correct, it would be more appropriate and 
narrowly/tightly scoped by using the type wsrm:FaultCodes instead of 
xs:QName

Target: schema
Type: editorial

Proposal:
Replace line 1027 from -
<xs:element name="FaultCode" type="xs:QName"/>
to -
<xs:element name="FaultCode" type="wsrm:FaultCodes"/>

Related issues:
Editorial issue about changing wsrm:FaultCodes to wsrm:FaultCodeType, 
raised in the email at [2]


[1] 
http://www.oasis-open.org/apps/org/workgroup/ws-rx/download.php/14548/wsrm-1.1-spec-wd-03.pdf
[2] 
http://www.oasis-open.org/apps/org/workgroup/ws-rx/email/archives/200509/msg00193.html
← Prev in month ← Prev in thread
Next in thread → Next in month →