Comment #1 from simeon (AT) us (DOT) ibm.com 2006-09-19 15:25
Good catch. The typing rule should have xs:anyURI added to it, as follows:
statEnv |- Type <: (empty | NodeType+ | xs:boolean | xs:string |
xs:untypedAtomic | fs:numeric | xs:anyURI)
statEnv |- (FN-URI,"boolean")(Type) : xs:boolean
- Jerome