Searched refs:bfacet (Results 1 – 1 of 1) sorted by relevance
17264 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local17726 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()17731 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()17732 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()17742 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()17748 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()17754 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()17755 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()