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 value entered for a element.
// Token: 0x0200022F RID: 559
[Token(Token = "0x200022F")]
public class XmlSchemaPatternFacet : XmlSchemaFacet
{
/// Initializes a new instance of the class.
// Token: 0x06001630 RID: 5680 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001630")]
[Address(RVA = "0x83B060", Offset = "0x83A060", VA = "0x18083B060")]
public XmlSchemaPatternFacet()
{
}
}
}