updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / include / libxml / schemasInternals.h
index fb1f7ee..3cf3ff6 100644 (file)
@@ -116,6 +116,7 @@ struct _xmlSchemaAttribute {
     int occurs;
     xmlChar *defValue;
     xmlSchemaTypePtr subtypes;
+    xmlNodePtr node;
 };
 
 /**
@@ -136,6 +137,7 @@ struct _xmlSchemaAttributeGroup {
     xmlSchemaAnnotPtr annot;
 
     xmlSchemaAttributePtr attributes;
+    xmlNodePtr node;
 };
 
 
@@ -340,6 +342,7 @@ struct _xmlSchema {
     xmlHashTablePtr schemasImports;
 
     void *_private;    /* unused by the library for users or bindings */
+    xmlHashTablePtr groupDecl;
 };
 
 void   xmlSchemaFreeType       (xmlSchemaTypePtr type);