using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Represents the facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the number of digits that can be entered for the value of a element. That value of must be a positive integer.
// Token: 0x02000235 RID: 565
[Token(Token = "0x2000235")]
public class XmlSchemaTotalDigitsFacet : XmlSchemaNumericFacet
{
/// Initializes a new instance of the class.
// Token: 0x06001636 RID: 5686 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001636")]
[Address(RVA = "0x56D6D0", Offset = "0x56C6D0", VA = "0x18056D6D0")]
public XmlSchemaTotalDigitsFacet()
{
}
}
}