Searched defs:_xmlSchema (Results 1 – 2 of 2) 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 …]
951 struct _xmlSchema { struct952 const xmlChar *name; /* schema name */953 const xmlChar *targetNamespace; /* the target namespace */954 const xmlChar *version;955 const xmlChar *id; /* Obsolete */956 xmlDocPtr doc;957 xmlSchemaAnnotPtr annot;958 int flags;960 xmlHashTablePtr typeDecl;961 xmlHashTablePtr attrDecl;[all …]