using System; using Cpp2IlInjected; namespace System.Xml.Schema { /// Represents the element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A datatype can be used to specify the content of a . The value of the element must be any one of a set of alternative datatypes specified in the union. Union types are always derived types and must comprise at least two alternative datatypes. // Token: 0x02000124 RID: 292 [Token(Token = "0x2000124")] public class XmlSchemaSimpleTypeUnion : XmlSchemaSimpleTypeContent { } }