- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 22 Nov 2006 05:15:42 +0000
- To: www-xml-schema-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3998
Summary: Superfluous attribute "type" on attribute prohibitions
in the S4S
Product: XML Schema
Version: 1.0 only
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Structures: XSD Part 1
AssignedTo: cmsmcq@w3.org
ReportedBy: sandygao@ca.ibm.com
QAContact: www-xml-schema-comments@w3.org
BugsThisDependsOn: 2320
In the S4S [1] there is:
<xs:complexType name="explicitGroup">
[...]
<xs:attribute name="name" type="xs:NCName" use="prohibited"/>
<xs:attribute name="ref" type="xs:QName" use="prohibited"/>
AFAIK the attribute "type" on this attribute prohibitions is superfluous
and should be removed.
[1] http://www.w3.org/2001/XMLSchema.xsd
Received on Wednesday, 22 November 2006 05:15:49 UTC