Home
last modified time | relevance | path

Searched refs:baseItemType (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c15474 xmlSchemaTypePtr baseItemType; in xmlSchemaCheckCOSSTRestricts() local
15476 baseItemType = type->baseType->subtypes; in xmlSchemaCheckCOSSTRestricts()
15477 if ((baseItemType == NULL) || (! WXS_IS_SIMPLE(baseItemType))) { in xmlSchemaCheckCOSSTRestricts()
15482 if ((itemType != baseItemType) && in xmlSchemaCheckCOSSTRestricts()
15484 baseItemType, 0) != 0)) { in xmlSchemaCheckCOSSTRestricts()
15492 xmlSchemaGetComponentQName(&strBIT, baseItemType), in xmlSchemaCheckCOSSTRestricts()