Searched refs:typeDef (Results 1 – 1 of 1) sorted by relevance
895 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member954 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member15061 xmlSchemaResolveTypeReferences(xmlSchemaTypePtr typeDef, in xmlSchemaResolveTypeReferences() argument15064 if (typeDef == NULL) in xmlSchemaResolveTypeReferences()15070 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()15071 typeDef->baseType = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences()15072 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences()15073 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()15076 WXS_BASIC_CAST typeDef, typeDef->node, in xmlSchemaResolveTypeReferences()15077 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences()[all …]