Lines Matching refs:maxInclusive

903         // maxInclusive
906 reportError("cos-applicable-facets", new Object[]{"maxInclusive", fTypeName});
910 fMaxInclusive = fBase.getActualValue(facets.maxInclusive, context, tempInfo, true);
916 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxInclusive,
917 "maxInclusive", fBase.getName()});
924 reportError( "FixedFacetValue", new Object[]{"maxInclusive", fMaxInclusive, fBase.fMaxInclusive, fTypeName});
927 // maxInclusive from base
932 reportError("FacetValueFromBase", new Object[]{fTypeName, facets.maxInclusive,
933 "maxInclusive", fBase.getName()});
977 // maxExclusive <= base.maxInclusive
1107 // check 4.3.8.c1 error: maxInclusive + maxExclusive
1109 reportError( "maxInclusive-maxExclusive", new Object[]{fMaxInclusive, fMaxExclusive, fTypeName});
1117 // check 4.3.7.c1 must: minInclusive <= maxInclusive
1121 reportError("minInclusive-less-than-equal-to-maxInclusive", new Object[]{fMinInclusive, fMaxInclusive, fTypeName});
1131 // check 4.3.9.c2 must: minExclusive < maxInclusive
1134 reportError( "minExclusive-less-than-maxInclusive", new Object[]{fMinExclusive, fMaxInclusive, fTypeName});
1238 // maxInclusive > fBase.maxInclusive
1239 // maxInclusive >= fBase.maxExclusive
1240 // maxInclusive < fBase.minInclusive
1241 // maxInclusive <= fBase.minExclusive
1247 reportError( "FixedFacetValue", new Object[]{"maxInclusive", fMaxInclusive, fBase.fMaxInclusive, fTypeName});
1250 reportError( "maxInclusive-valid-restriction.1", new Object[]{fMaxInclusive, fBase.fMaxInclusive, fTypeName});
1255 reportError( "maxInclusive-valid-restriction.1", new Object[]{fMaxInclusive, fBase.fMaxExclusive, fTypeName});
1261 reportError( "maxInclusive-valid-restriction.1", new Object[]{fMaxInclusive, fBase.fMinInclusive, fTypeName});
1267 reportError( "maxInclusive-valid-restriction.1", new Object[]{fMaxInclusive, fBase.fMinExclusive, fTypeName});
1272 // maxExclusive > fBase.maxInclusive
1304 // minExclusive > fBase.maxInclusive
1341 // minInclusive > fBase.maxInclusive
1491 // inherit maxInclusive
1744 throw new InvalidDatatypeValueException("cvc-maxInclusive-valid",