- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 15 Sep 2007 11:07:31 +0000
- To: www-xml-schema-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5052
Summary: S4S: unresolved type for attributes test declared within
"assertion" and "altType"
Product: XML Schema
Version: 1.1 only
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Structures: XSD Part 1
AssignedTo: cmsmcq@w3.org
ReportedBy: pmarinel@cs.unibo.it
QAContact: www-xml-schema-comments@w3.org
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
Received on Saturday, 15 September 2007 11:07:37 UTC