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 5052 - S4S: unresolved type for attributes test declared within "assertion" and "altType"
Summary: S4S: unresolved type for attributes test declared within "assertion" and "alt...
Status: CLOSED FIXED
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Structures: XSD Part 1 (show other bugs)
Version: 1.1 only
Hardware: All All
: P1 minor
Target Milestone: ---
Assignee: C. M. Sperberg-McQueen
QA Contact: XML Schema comments list
URL:
Whiteboard: S4SD cluster
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2007-09-15 11:07 UTC by Paolo Marinelli
Modified: 2008-02-09 09:38 UTC (History)
0 users

See Also:


Attachments

Description Paolo Marinelli 2007-09-15 11:07:31 UTC
Within the Schema for Schema documents [1], the complex type "assertion" declares an attribute "test" as follows: 

<xs:attribute name="test" type="string"/>

The qualified name "string" does not resolve to any type. 

Analogously, the complex type altType declares an attribute test as follows:

<xs:attribute name="test" type="string" use="optional"/>

Again, the qualified name string does not resolve to any type. 


References
[1]: http://www.w3.org/TR/2007/WD-xmlschema11-1-20070830/#normative-schemaSchema
Comment 1 C. M. Sperberg-McQueen 2008-01-02 22:29:33 UTC
Thanks for the catch.  I think the right thing to do first of all is for the
editors to make a proposal for a fix, and then discuss it in the WG.  I'm 
marking this 'needsDrafting' as well as 'needsAgreement' to suggest that we
should not bother with a phase-1 discussion until we have a proposal to discuss.
Comment 2 C. M. Sperberg-McQueen 2008-02-04 16:17:19 UTC
In an effort to make better use of Bugzilla, we are going to use the
'severity' field to classify issues by perceived difficulty.  This 
bug is getting severity=minor to reflect the existing whiteboard note
'easy'. 
Comment 3 C. M. Sperberg-McQueen 2008-02-08 02:19:50 UTC
A wording proposal including changes for this issue went to the WG
on 7 February 2008:

  http://www.w3.org/XML/Group/2004/06/xmlschema-1/structures.consent.200801.html#composition

(member-only link).
Comment 4 C. M. Sperberg-McQueen 2008-02-08 19:56:01 UTC
The 'Structures Omnibus 1' proposal mentioned in an earlier comment
was adopted by the XML Schema Working Group today.

http://www.w3.org/XML/Group/2004/06/xmlschema-1/structures.consent.200801.html (member-only link)

The XML Schema WG believes that the changes adopted today resolve this
issue fully.  I'm changing its status accordingly.

The change in status should cause email to be sent to the originator of
this issue, to whom the following request is addressed.

Please review the changes adopted and let us know if you agree with this resolution of your issue, by adding a comment to the issue record and changing the Status of the issue to Closed. Or, if you do not agree with this resolution, please add a comment explaining why. If you wish to appeal the WG's decision to the Director, then also change the Status of the record to Reopened. If you wish to record your dissent, but do not wish to appeal the decision to the Director, then change the Status of the record to Closed. If we do not hear from you in the next two weeks, we will assume you agree with the WG decision.
Comment 5 Paolo Marinelli 2008-02-09 09:38:48 UTC
I reviewed the resolution and I agree with it. 

Thank you. 

Paolo