- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 12 Sep 2005 15:09:37 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2134
Summary: R-143: Subtle bug in schema doc. for schemas
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: sandygao@ca.ibm.com
QAContact: www-xml-schema-comments@w3.org
Derivation by restriction does not copy attribute wildcards from the base to
the derived type def.
Accordingly, the following type definitions have lost the
<anyAttribute namespace="##other" processContents="lax"/>
they were meant to have:
topLevelAttribute
topLevelComplexType
localComplexType
complexRestrictionType
simpleRestrictionType
simpleExtensionType
topLevelElement
localElement
realGroup
namedGroup (and an anonymous type within it)
groupRef
explicitGroup
simpleExplicitGroup
an anonymous type with the group 'allModel'
all
namedAttributeGroup
attributeGroupRef
I propose an erratum to add the above wildcard to all of these.
See:
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2002AprJun/0084.html
Received on Monday, 12 September 2005 15:09:46 UTC