- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 20 Jul 2005 01:43:39 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1772
Summary: [FS] editorial: 8.1.9 Type expansion
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.1.9 Type expansion
Notation
"statEnv |- Nillable? TypeReference expands to Type"
Some rules in 8.2.3.1.(1|2) say things like:
statEnv |- TypeSpecifier expands to Type
which (I would say) is not allowed by this notation declaration.
Easy to fix though: just change "Nillable? TypeReference" to
"TypeSpecifier" here.
(leftover from last year, comment #206)
Sem / rule 3 / premise 1
"statEnv.typeDefn(xdt:untyped) = ..."
typeDefn's domain is expanded QNames, but xdt:untyped is a QName.
Need "xdt:untyped expands to expanded-QName".
Received on Wednesday, 20 July 2005 01:43:42 UTC