Lines Matching defs:_xmlSchema
924 struct _xmlSchema { struct
925 const xmlChar *name; /* schema name */
926 const xmlChar *targetNamespace; /* the target namespace */
927 const xmlChar *version;
928 const xmlChar *id; /* Obsolete */
929 xmlDocPtr doc;
930 xmlSchemaAnnotPtr annot;
931 int flags;
933 xmlHashTablePtr typeDecl;
934 xmlHashTablePtr attrDecl;
935 xmlHashTablePtr attrgrpDecl;
936 xmlHashTablePtr elemDecl;
937 xmlHashTablePtr notaDecl;
939 xmlHashTablePtr schemasImports;
941 void *_private; /* unused by the library for users or bindings */
942 xmlHashTablePtr groupDecl;
943 xmlDictPtr dict;
944 void *includes; /* the includes, this is opaque for now */
945 int preserve; /* whether to free the document */
946 int counter; /* used to give anonymous components unique names */
947 xmlHashTablePtr idcDef; /* All identity-constraint defs. */
948 void *volatiles; /* Obsolete */