Searched refs:biType (Results 1 – 1 of 1) sorted by relevance
9163 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local9177 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()9178 if (biType != NULL) in xmlSchemaParseSimpleType()9179 return (biType); in xmlSchemaParseSimpleType()24521 xmlSchemaTypePtr biType; /* The built-in type. */ in xmlSchemaVCheckCVCSimpleType() local24534 biType = type->baseType; in xmlSchemaVCheckCVCSimpleType()24535 while ((biType != NULL) && in xmlSchemaVCheckCVCSimpleType()24536 (biType->type != XML_SCHEMA_TYPE_BASIC)) in xmlSchemaVCheckCVCSimpleType()24537 biType = biType->baseType; in xmlSchemaVCheckCVCSimpleType()24539 if (biType == NULL) { in xmlSchemaVCheckCVCSimpleType()[all …]