This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
7.2.10 fn:min, etc. Under notation, the second line in the recursive definition of convert_untypedAtomic does not make sense. It says "convert_untypedAtomic (FormalItemType, Type) = FormalItemType (FormalItemType is not xdt:untypedAtomic)" What seems to be lacking is an "if". It would be clearer to reformulate the first two lines as If FormalItemType is xdtg:untypedAtomic then convert_untypedAtomic (FormalItemType, Type) = Type else convert_untypedAtomic (FormalItemType, Type) = FormalItemType
Fixed the corresponding lines for clarity. - Jerome