You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:untypedAtomic
because it's not, uh, untyped! I believe that what we meant is that any atomic type should be allowed.The text was updated successfully, but these errors were encountered: