- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 20 Jul 2005 03:49:33 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1781
Summary: [FS] editorial: 8.3.1 Matches
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Formal Semantics
AssignedTo: simeon@us.ibm.com
ReportedBy: jmdyck@ibiblio.org
QAContact: public-qt-comments@w3.org
8.3.1 Matches
Sem / rule 1
"AtomicTypeName1 derives from AtomicTypeName2"
An AtomicTypeName isn't actually a TypeName (i.e., TypeName does not
derive AtomicTypeName), so it doesn't conform to the judgment form
declaration:
"statEnv |- TypeName derives from TypeName"
Sem / rule 1 / conclusion
"AtomicValue of type AtomicTypeName"
This is not valid syntax for a Value.
Change "AtomicValue" to "AtomicValueContent".
(leftover from last year, comment #238)
Sem / rule 4 / conclusion
"statEnv |- processing-instruction QName { String }"
s/QName/NCName/
Sem / rule 8 / conclusion
"attribute AttributeName of type TypeName { Value }"
s/Value/SimpleValue/
(leftover from last year, comment #240)
Received on Wednesday, 20 July 2005 03:49:38 UTC