Searched refs:typeDef (Results 1 – 1 of 1) sorted by relevance
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member15022 xmlSchemaResolveTypeReferences(xmlSchemaTypePtr typeDef, in xmlSchemaResolveTypeReferences() argument15025 if (typeDef == NULL) in xmlSchemaResolveTypeReferences()15031 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()15032 typeDef->baseType = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences()15033 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences()15034 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()15037 WXS_BASIC_CAST typeDef, typeDef->node, in xmlSchemaResolveTypeReferences()15038 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences()[all …]