November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaNumericFacet — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaNumericFacet