state.error(XmlErrorCodes.FACET_FIXED, new Object[] { facetName }, facet);
continue;
}
if (myFacets[SchemaType.FACET_FRACTION_DIGITS] != null)
{
if (fdig.compareValue(myFacets[SchemaType.FACET_FRACTION_DIGITS]) > 0)
state.error(XmlErrorCodes.DATATYPE_FRACTION_DIGITS_RESTRICTION, null, facet);
}
if (myFacets[SchemaType.FACET_TOTAL_DIGITS] != null)
{
if (fdig.compareValue(myFacets[SchemaType.FACET_TOTAL_DIGITS]) > 0)