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 value of a simpleType element. The element value must be greater than or equal to the value of the element. // Token: 0x02000232 RID: 562 [Token(Token = "0x2000232")] public class XmlSchemaMinInclusiveFacet : XmlSchemaFacet { /// Initializes a new instance of the class. // Token: 0x06001633 RID: 5683 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001633")] [Address(RVA = "0x839470", Offset = "0x838470", VA = "0x180839470")] public XmlSchemaMinInclusiveFacet() { } } }