This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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".
Fixed as suggested. - Jerome