using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Specifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element. The value of fractionDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) facet.
// Token: 0x02000236 RID: 566
[Token(Token = "0x2000236")]
public class XmlSchemaFractionDigitsFacet : XmlSchemaNumericFacet
{
/// Initializes a new instance of the class.
// Token: 0x06001637 RID: 5687 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001637")]
[Address(RVA = "0x82EE80", Offset = "0x82DE80", VA = "0x18082EE80")]
public XmlSchemaFractionDigitsFacet()
{
}
}
}