Lines Matching refs:facets
1862 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
4042 if (type->facets != NULL) { in xmlSchemaFreeType()
4045 facet = type->facets; in xmlSchemaFreeType()
11780 type->facets = facet; in xmlSchemaParseRestriction()
11791 if (type->facets != NULL) { in xmlSchemaParseRestriction()
11794 facet = type->facets; in xmlSchemaParseRestriction()
15443 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15453 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15545 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15546 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15630 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15637 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15819 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15823 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
17962 if (type->facets != NULL) { in xmlSchemaTypeFixupOptimFacets()
17965 for (fac = type->facets; fac != NULL; fac = fac->next) { in xmlSchemaTypeFixupOptimFacets()
18389 content->facets = type->facets; in xmlSchemaFixupComplexType()
18390 type->facets = NULL; in xmlSchemaFixupComplexType()
18988 if (typeDecl->facets != NULL) { in xmlSchemaCheckFacetValues()
18989 xmlSchemaFacetPtr facet = typeDecl->facets; in xmlSchemaCheckFacetValues()
24542 for (facet = tmpType->facets; facet != NULL; facet = facet->next) { in xmlSchemaValidateFacets()