Lines Matching refs:maxExclusive

938         // maxExclusive
942 reportError("cos-applicable-facets", new Object[]{"maxExclusive", fTypeName});
946 fMaxExclusive = fBase.getActualValue(facets.maxExclusive, context, tempInfo, true);
952 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxExclusive,
953 "maxExclusive", fBase.getName()});
960 reportError( "FixedFacetValue", new Object[]{"maxExclusive", facets.maxExclusive, fBase.fMaxExclusive, fTypeName});
966 // maxExclusive from base
972 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxExclusive,
973 "maxExclusive", fBase.getName()});
976 // If maxExclusive == base.maxExclusive, then we only need to check
977 // maxExclusive <= base.maxInclusive
980 reportError( "maxExclusive-valid-restriction.2", new Object[]{facets.maxExclusive, fBase.fMaxInclusive});
1107 // check 4.3.8.c1 error: maxInclusive + maxExclusive
1109 reportError( "maxInclusive-maxExclusive", new Object[]{fMaxInclusive, fMaxExclusive, fTypeName});
1124 // check 4.3.8.c2 must: minExclusive <= maxExclusive ??? minExclusive < maxExclusive
1128 reportError( "minExclusive-less-than-equal-to-maxExclusive", new Object[]{fMinExclusive, fMaxExclusive, fTypeName});
1137 // check 4.3.10.c1 must: minInclusive < maxExclusive
1140 reportError( "minInclusive-less-than-maxExclusive", new Object[]{fMinInclusive, fMaxExclusive, fTypeName});
1239 // maxInclusive >= fBase.maxExclusive
1271 // maxExclusive > fBase.maxExclusive
1272 // maxExclusive > fBase.maxInclusive
1273 // maxExclusive <= fBase.minInclusive
1274 // maxExclusive <= fBase.minExclusive
1279 reportError( "FixedFacetValue", new Object[]{"maxExclusive", fMaxExclusive, fBase.fMaxExclusive, fTypeName});
1282 reportError( "maxExclusive-valid-restriction.1", new Object[]{fMaxExclusive, fBase.fMaxExclusive, fTypeName});
1289 reportError( "maxExclusive-valid-restriction.2", new Object[]{fMaxExclusive, fBase.fMaxInclusive, fTypeName});
1295 reportError( "maxExclusive-valid-restriction.3", new Object[]{fMaxExclusive, fBase.fMinExclusive, fTypeName});
1299 reportError( "maxExclusive-valid-restriction.4", new Object[]{fMaxExclusive, fBase.fMinInclusive, fTypeName});
1306 // minExclusive >= fBase.maxExclusive
1343 // minInclusive >= fBase.maxExclusive
1484 // inherit maxExclusive
1749 //maxExclusive
1753 throw new InvalidDatatypeValueException("cvc-maxExclusive-valid",