using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Represents the element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum length of the data value of a element. The length must be less than the value of the element.
// Token: 0x0200022E RID: 558
[Token(Token = "0x200022E")]
public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet
{
/// Initializes a new instance of the class.
// Token: 0x0600162F RID: 5679 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600162F")]
[Address(RVA = "0x839430", Offset = "0x838430", VA = "0x180839430")]
public XmlSchemaMaxLengthFacet()
{
}
}
}