Searched refs:bfacet (Results 1 – 1 of 1) sorted by relevance
17125 xmlSchemaFacetPtr facet, bfacet, in xmlSchemaDeriveAndValidateFacets() local17587 bfacet = cur->facet; in xmlSchemaDeriveAndValidateFacets()17592 if ((bfacet->type == XML_SCHEMA_FACET_PATTERN) || in xmlSchemaDeriveAndValidateFacets()17593 (bfacet->type == XML_SCHEMA_FACET_ENUMERATION)) in xmlSchemaDeriveAndValidateFacets()17603 if (facet->type == bfacet->type) { in xmlSchemaDeriveAndValidateFacets()17609 if (facet->whitespace < bfacet->whitespace) { in xmlSchemaDeriveAndValidateFacets()17615 if ((bfacet->fixed) && in xmlSchemaDeriveAndValidateFacets()17616 (facet->whitespace != bfacet->whitespace)) { in xmlSchemaDeriveAndValidateFacets()