[ Team LiB ] Previous Section Next Section

XmlSchemaNumericFacetSystem.Xml.Schema (system.xml.dll)   abstract class 

public abstract class XmlSchemaNumericFacet : XmlSchemaFacet {
// Protected Constructors
   protected XmlSchemaNumericFacet( );  
}

This base type is used to represent any of the numeric facet elements, xs:fractionDigits, xs:length, xs:maxLength, xs:minLength, and xs:totalDigits.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet XmlSchemaNumericFacet

    [ Team LiB ] Previous Section Next Section