It's defined as map(xs:string,xs:untypedAtomic+), it should be map(xs:string, xs:anyAtomicType+).
A value, for example an xs:string, doesn't satisfy xs:untypedAtomic because it's not, uh, untyped! I believe that what we meant is that any atomic type should be allowed.
It's defined as
map(xs:string,xs:untypedAtomic+), it should bemap(xs:string, xs:anyAtomicType+).A value, for example an
xs:string, doesn't satisfyxs:untypedAtomicbecause it's not, uh, untyped! I believe that what we meant is that any atomic type should be allowed.