using System;
using System.Xml.Serialization;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// Specifies the order and structure of the child elements of a type.
// Token: 0x02000220 RID: 544
[Token(Token = "0x2000220")]
public abstract class XmlSchemaContentModel : XmlSchemaAnnotated
{
/// Gets or sets the content of the type.
/// Provides the content of the type.
// Token: 0x170005FF RID: 1535
// (get) Token: 0x060015A9 RID: 5545
// (set) Token: 0x060015AA RID: 5546
[Token(Token = "0x170005FF")]
[XmlIgnore]
public abstract XmlSchemaContent Content
{
[Token(Token = "0x60015A9")]
[Address(Slot = "14")]
get;
[Token(Token = "0x60015AA")]
[Address(Slot = "15")]
set;
}
/// Initializes a new instance of the class.
// Token: 0x060015AB RID: 5547 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60015AB")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected XmlSchemaContentModel()
{
}
}
}