Searched refs:baseType (Results 1 – 3 of 3) sorted by relevance
1896 type = type->baseType; in xmlSchemaFormatFacetEnumSet()13530 type = type->baseType; in xmlSchemaGetPrimitiveType()14515 baseType = type->baseType; in xmlSchemaFixupTypeAttributeUses()14964 if (type->baseType == baseType) { in xmlSchemaCheckCOSSTDerivedOK()15056 ancestor->baseType); in xmlSchemaCheckTypeDefCircularInternal()15078 item->baseType); in xmlSchemaCheckTypeDefCircular()15284 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local16190 if (type->baseType == baseType) in xmlSchemaCheckCOSCTDerivedOK()16206 baseType, set)); in xmlSchemaCheckCOSCTDerivedOK()16214 baseType, set)); in xmlSchemaCheckCOSCTDerivedOK()[all …]
263 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType() argument275 ret->baseType = baseType; in xmlSchemaInitBasicType()405 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; in xmlSchemaInitTypes()
620 xmlSchemaTypePtr baseType; /* The base type component */ member