using System;
using System.ComponentModel;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Represents the World Wide Web Consortium (W3C) element.
// Token: 0x0200023D RID: 573
[Token(Token = "0x200023D")]
public class XmlSchemaXPath : XmlSchemaAnnotated
{
/// Gets or sets the attribute for the XPath expression.
/// The string attribute value for the XPath expression.
// Token: 0x17000647 RID: 1607
// (get) Token: 0x06001660 RID: 5728 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001661 RID: 5729 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000647")]
[XmlAttribute("xpath")]
[DefaultValue("")]
public string XPath
{
[Token(Token = "0x6001660")]
[Address(RVA = "0x4936E0", Offset = "0x4926E0", VA = "0x1804936E0")]
get
{
return null;
}
[Token(Token = "0x6001661")]
[Address(RVA = "0x55BCE0", Offset = "0x55ACE0", VA = "0x18055BCE0")]
set
{
}
}
/// Initializes a new instance of the class.
// Token: 0x06001662 RID: 5730 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001662")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public XmlSchemaXPath()
{
}
// Token: 0x04000C38 RID: 3128
[FieldOffset(Offset = "0x50")]
[Token(Token = "0x4000C38")]
private string xpath;
}
}