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 identify a unique constraint among a set of elements.
// Token: 0x0200023E RID: 574
[Token(Token = "0x200023E")]
public class XmlSchemaUnique : XmlSchemaIdentityConstraint
{
/// Initializes a new instance of the class.
// Token: 0x06001663 RID: 5731 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001663")]
[Address(RVA = "0x56DEF0", Offset = "0x56CEF0", VA = "0x18056DEF0")]
public XmlSchemaUnique()
{
}
}
}