Tests if the specified XML name is the name of one of the XSD (XML Schema Definition) language predefined simple types.

This function returns the same result as the call

isXSPredefinedType(qName)
except a single case, when qName represents
xs:anyType
which is although the XSD predefined type, yet not necessary the simple one.