Searched refs:attrUseList (Results 1 – 1 of 1) sorted by relevance
25433 xmlSchemaItemListPtr attrUseList; in xmlSchemaVAttributesComplex() local25460 attrUseList = (xmlSchemaItemListPtr) type->attrUses; in xmlSchemaVAttributesComplex()25465 if (attrUseList != NULL) in xmlSchemaVAttributesComplex()25466 nbUses = attrUseList->nbItems; in xmlSchemaVAttributesComplex()25471 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()25651 if (attrUseList != NULL) { in xmlSchemaVAttributesComplex()25652 for (j = 0; j < attrUseList->nbItems; j++) { in xmlSchemaVAttributesComplex()25654 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]), in xmlSchemaVAttributesComplex()