summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-23 17:51:29 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-23 17:51:29 +0000
commit13e04c6c12007d30ae7e007e931e55e717a5a73f (patch)
tree8c67e1381600dab4dcddf67f635ac9f5b3d50bbd /include
parent88c5891a25c1151a89f021e915d9efb7e58bfbf7 (diff)
downloadlibxml2-13e04c6c12007d30ae7e007e931e55e717a5a73f.tar.gz
fixed validation of attribute groups. added an example from the primer
* xmlschemas.c: fixed validation of attribute groups. * test/schemas result/schemas: added an example from the primer Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/schemasInternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/schemasInternals.h b/include/libxml/schemasInternals.h
index e59e1576..bb8c9a40 100644
--- a/include/libxml/schemasInternals.h
+++ b/include/libxml/schemasInternals.h
@@ -44,6 +44,7 @@ typedef enum {
XML_SCHEMA_TYPE_EXTENSION,
XML_SCHEMA_TYPE_ELEMENT,
XML_SCHEMA_TYPE_ATTRIBUTE,
+ XML_SCHEMA_TYPE_ATTRIBUTEGROUP,
XML_SCHEMA_TYPE_GROUP,
XML_SCHEMA_TYPE_NOTATION,
XML_SCHEMA_TYPE_LIST,