- From: <bugzilla@wiggum.w3.org>
 - Date: Thu, 29 Sep 2005 08:58:38 +0000
 - To: www-xml-schema-comments@w3.org
 - Cc:
 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2320
           Summary: Superfluous attribute "type" on attribute prohibitions
                    in the S4S
           Product: XML Schema
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSD Part 1: Structures
        AssignedTo: ht@w3.org
        ReportedBy: K.Buchcik@4commerce.de
         QAContact: www-xml-schema-comments@w3.org
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 Thursday, 29 September 2005 08:58:40 UTC