Searched defs:_xmlSchema (Results 1 – 1 of 1) sorted by relevance
923 struct _xmlSchema { struct924 const xmlChar *name; /* schema name */925 const xmlChar *targetNamespace; /* the target namespace */926 const xmlChar *version;927 const xmlChar *id; /* Obsolete */928 xmlDocPtr doc;929 xmlSchemaAnnotPtr annot;930 int flags;932 xmlHashTablePtr typeDecl;933 xmlHashTablePtr attrDecl;[all …]