- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 24 May 2009 02:16:11 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6948
Summary: "attributes with non-schema namespace", missing
definition
Product: XML Schema
Version: 1.1 only
Platform: All
URL: http://www.w3.org/TR/xmlschema11-1/
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Structures: XSD Part 1
AssignedTo: David_E3@VERIFONE.com
ReportedBy: gandhi.mukul@gmail.com
QAContact: www-xml-schema-comments@w3.org
CC: cmsmcq@blackmesatech.com
In the XML Schema 1.1, structures spec, almost every "schema component" is
defined with a description:
{any attributes with non-schema namespace ...}
for e.g., in xs:attribute declaration as below:
<attribute
default = string
fixed = string
form = (qualified | unqualified)
id = ID
name = NCName
ref = QName
targetNamespace = anyURI
type = QName
use = (optional | prohibited | required) : optional
inheritable = boolean
{any attributes with non-schema namespace ...}>
Content: (annotation?, simpleType?)
</attribute>
The spec defines, "any attributes with non-schema namespace ..." for almost
every XML Schema component, like:
xs:attribute
xs:element
xs:complexType
.. and so on
But I cannot see definition in the spec, what all "attributes in non-schema
namespace" can be there, for various Schema components.
It seems, the term "any attributes with non-schema namespace ..." is not
defined in the spec, either at a global level, or for individual components.
The problem I have cited, is present in XSD 1.0 spec as well.
Sorry, if I am missing something.
Regards,
Mukul
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 24 May 2009 02:16:23 UTC