public void addParameter( String name, String value, ValidationContext context )
throws DatatypeException {
if( name.equals(XSDatatype.FACET_ENUMERATION) )
// the enumeration facet is not allowed for RELAX NG.
throw new DatatypeException(
XSDatatypeImpl.localize(XSDatatypeImpl.ERR_NOT_APPLICABLE_FACET, name) );
incubator.addFacet( name, value, false, context );