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 is the base class for all particle types and is used to describe an element in an XML document. // Token: 0x02000114 RID: 276 [Token(Token = "0x2000114")] public class XmlSchemaElement : XmlSchemaParticle { } }