- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 09 Apr 2005 08:19:54 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1232
Summary: [XPath] schema-element() and nillable
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XPath
AssignedTo: chamberl@almaden.ibm.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
Section 2.5.4.4 Schema Element Test say the test is satisfied if (inter alia):
3. Either the nilled property of the candidate node is false, or the element
declaration for ElementName in the in-scope element declarations is nillable.
This seems to be wrong. This condition is always true: either a node is
nillable, or it is not nilled. I think a sufficient condition is:
3. The nilled property of the candidate node is false.
Received on Saturday, 9 April 2005 08:19:55 UTC