Searched refs:bfacet (Results 1 – 1 of 1) sorted by relevance
17366 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local17828 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()17833 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()17834 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()17844 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()17850 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()17856 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()17857 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()