+ "minExclusive is among the members of {facets} of "
+ "{base type definition} and {value} is less than "
+ "or equal to the {value} of the parent minExclusive.");
} else if (otherName.equals(Facet.MAX_EXCLUSIVE)
&& getOwningType().isNumericType()
&& this.toBigDecimal().compareTo(other.toBigDecimal()) >= 0) {
// [4]
throw new SchemaException(
"It is an error if the following condition is true: "
+ "maxExclusive is among the members of {facets} of "
+ "{base type definition} and {value} is greater than "