more work on Schemas updated the test list Daniel

* Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
* test/schemas result/schemas: updated the test list
Daniel
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index 200047f..92e71ff 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -499,6 +499,11 @@
 	    }
 	    TODO /* error code */
 	    return(1);
+	case  XML_SCHEMA_FACET_ENUMERATION:
+	    if ((facet->value != NULL) &&
+		(xmlStrEqual(facet->value, value)))
+		return(0);
+	    return(1);
 	default:
 	    TODO
     }