Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.12.1
-
None
Description
When doing XML Schema 1.1 validation, one of the error message appears as following when using xs:simpleType,
s4s-elt-must-match.1: The content of 'restriction' must match (annotation?, (simpleType?, (minExclusive | minInclusive | maxExclusive | maxInclusive | totalDigits | fractionDigits | length | minLength | maxLength | enumeration | whiteSpace | pattern)*)).
The content of xs:restriction for xs:simpleType has changed in XML Schema 1.1 vs 1.0. The error message needs to be improved to reflect this.