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 specifies a list of valid values for a simpleType element. Declaration is contained within a declaration. // Token: 0x02000230 RID: 560 [Token(Token = "0x2000230")] public class XmlSchemaEnumerationFacet : XmlSchemaFacet { /// Initializes a new instance of the class. // Token: 0x06001631 RID: 5681 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001631")] [Address(RVA = "0x82E080", Offset = "0x82D080", VA = "0x18082E080")] public XmlSchemaEnumerationFacet() { } } }