XmlSchemaTotalDigitsFacet Class
Specifies a restriction on the number of digits that can be entered for the value of a simpleType element. The value of totalDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) totalDigits facet.
For a list of all members of this type, see XmlSchemaTotalDigitsFacet Members.
System.Object
System.Xml.Schema.XmlSchemaObject
System.Xml.Schema.XmlSchemaAnnotated
System.Xml.Schema.XmlSchemaFacet
System.Xml.Schema.XmlSchemaNumericFacet
System.Xml.Schema.XmlSchemaTotalDigitsFacet
[Visual Basic] Public Class XmlSchemaTotalDigitsFacet Inherits XmlSchemaNumericFacet [C#] public class XmlSchemaTotalDigitsFacet : XmlSchemaNumericFacet [C++] public __gc class XmlSchemaTotalDigitsFacet : public XmlSchemaNumericFacet [JScript] public class XmlSchemaTotalDigitsFacet extends XmlSchemaNumericFacet
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Example
See XmlSchemaFractionDigitsFacet for an example.
Requirements
Namespace: System.Xml.Schema
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
XmlSchemaTotalDigitsFacet Members | System.Xml.Schema Namespace