Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.10.0
-
None
Description
The XML Schema spec says that xs:anySimpleType or xs:anyAtomicType have no facets, however when we build the XSSimpleTypeDecls for these types we assign them a whitespace facet (collapse). The schema validator applies this facet to values of these types, where it shouldn't be normalizing those values at all.