aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-09 11:24:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-09 11:24:17 +0000
commitd3b9cd88d5d76e44ca54965d651d486485fced0d (patch)
treea2f1a94a13c2080896fc9864e5eff126e8d25ea1 /include
parentf83a2c7ecaae9e7d8f2f61eccacd5dc89968be79 (diff)
downloadandroid_external_libxml2-d3b9cd88d5d76e44ca54965d651d486485fced0d.tar.gz
android_external_libxml2-d3b9cd88d5d76e44ca54965d651d486485fced0d.tar.bz2
android_external_libxml2-d3b9cd88d5d76e44ca54965d651d486485fced0d.zip
update from Charles Bozeman for date and duration types updated too Daniel
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: update from Charles Bozeman for date and duration types * test/schemas/date_0.* test/schemas/dur_0.* result/schemas/date_0.* result/schemas/dur_0.*: updated too Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlschemas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/xmlschemas.h b/include/libxml/xmlschemas.h
index 081d8a25..1fc525aa 100644
--- a/include/libxml/xmlschemas.h
+++ b/include/libxml/xmlschemas.h
@@ -45,6 +45,7 @@ typedef enum {
XML_SCHEMAS_ERR_ATTRUNKNOWN,
XML_SCHEMAS_ERR_ATTRINVALID,
XML_SCHEMAS_ERR_VALUE,
+ XML_SCHEMAS_ERR_FACET,
XML_SCHEMAS_ERR_,
XML_SCHEMAS_ERR_XXX
} xmlSchemaValidError;