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 minimum length of the data value of a element. The length must be greater than the value of the element.
// Token: 0x0200022D RID: 557
[Token(Token = "0x200022D")]
public class XmlSchemaMinLengthFacet : XmlSchemaNumericFacet
{
/// Initializes a new instance of the class.
// Token: 0x0600162E RID: 5678 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600162E")]
[Address(RVA = "0x839490", Offset = "0x838490", VA = "0x180839490")]
public XmlSchemaMinLengthFacet()
{
}
}
}