364 lines
12 KiB
C#
364 lines
12 KiB
C#
using System;
|
|
using System.ComponentModel;
|
|
using System.Xml.Serialization;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Schema
|
|
{
|
|
/// <summary>Represents the <see langword="attribute" /> element from the XML Schema as specified by the World Wide Web Consortium (W3C). Attributes provide additional information for other document elements. The attribute tag is nested between the tags of a document's element for the schema. The XML document displays attributes as named items in the opening tag of an element.</summary>
|
|
// Token: 0x02000213 RID: 531
|
|
[Token(Token = "0x2000213")]
|
|
public class XmlSchemaAttribute : XmlSchemaAnnotated
|
|
{
|
|
/// <summary>Gets or sets the default value for the attribute.</summary>
|
|
/// <returns>The default value for the attribute. The default is a null reference.Optional.</returns>
|
|
// Token: 0x170005BA RID: 1466
|
|
// (get) Token: 0x06001512 RID: 5394 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001513 RID: 5395 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BA")]
|
|
[XmlAttribute("default")]
|
|
[DefaultValue(null)]
|
|
public string DefaultValue
|
|
{
|
|
[Token(Token = "0x6001512")]
|
|
[Address(RVA = "0x4936E0", Offset = "0x4926E0", VA = "0x1804936E0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001513")]
|
|
[Address(RVA = "0x55BCE0", Offset = "0x55ACE0", VA = "0x18055BCE0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the fixed value for the attribute.</summary>
|
|
/// <returns>The fixed value for the attribute. The default is null.Optional.</returns>
|
|
// Token: 0x170005BB RID: 1467
|
|
// (get) Token: 0x06001514 RID: 5396 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001515 RID: 5397 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BB")]
|
|
[DefaultValue(null)]
|
|
[XmlAttribute("fixed")]
|
|
public string FixedValue
|
|
{
|
|
[Token(Token = "0x6001514")]
|
|
[Address(RVA = "0x417710", Offset = "0x416710", VA = "0x180417710")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001515")]
|
|
[Address(RVA = "0x417A10", Offset = "0x416A10", VA = "0x180417A10")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the form for the attribute.</summary>
|
|
/// <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is the value of the <see cref="P:System.Xml.Schema.XmlSchema.AttributeFormDefault" /> of the schema element containing the attribute.Optional.</returns>
|
|
// Token: 0x170005BC RID: 1468
|
|
// (get) Token: 0x06001516 RID: 5398 RVA: 0x00009648 File Offset: 0x00007848
|
|
// (set) Token: 0x06001517 RID: 5399 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BC")]
|
|
[DefaultValue(null)]
|
|
[XmlAttribute("form")]
|
|
public XmlSchemaForm Form
|
|
{
|
|
[Token(Token = "0x6001516")]
|
|
[Address(RVA = "0x483190", Offset = "0x482190", VA = "0x180483190")]
|
|
get
|
|
{
|
|
return XmlSchemaForm.None;
|
|
}
|
|
[Token(Token = "0x6001517")]
|
|
[Address(RVA = "0x483380", Offset = "0x482380", VA = "0x180483380")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the name of the attribute.</summary>
|
|
/// <returns>The name of the attribute.</returns>
|
|
// Token: 0x170005BD RID: 1469
|
|
// (get) Token: 0x06001518 RID: 5400 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001519 RID: 5401 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BD")]
|
|
[XmlAttribute("name")]
|
|
public string Name
|
|
{
|
|
[Token(Token = "0x6001518")]
|
|
[Address(RVA = "0x417720", Offset = "0x416720", VA = "0x180417720")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001519")]
|
|
[Address(RVA = "0x417A20", Offset = "0x416A20", VA = "0x180417A20")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace).</summary>
|
|
/// <returns>The name of the attribute declared.</returns>
|
|
// Token: 0x170005BE RID: 1470
|
|
// (get) Token: 0x0600151A RID: 5402 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x0600151B RID: 5403 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BE")]
|
|
[XmlAttribute("ref")]
|
|
public XmlQualifiedName RefName
|
|
{
|
|
[Token(Token = "0x600151A")]
|
|
[Address(RVA = "0x493640", Offset = "0x492640", VA = "0x180493640")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x600151B")]
|
|
[Address(RVA = "0x829B30", Offset = "0x828B30", VA = "0x180829B30")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the name of the simple type defined in this schema (or another schema indicated by the specified namespace).</summary>
|
|
/// <returns>The name of the simple type.</returns>
|
|
// Token: 0x170005BF RID: 1471
|
|
// (get) Token: 0x0600151C RID: 5404 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x0600151D RID: 5405 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005BF")]
|
|
[XmlAttribute("type")]
|
|
public XmlQualifiedName SchemaTypeName
|
|
{
|
|
[Token(Token = "0x600151C")]
|
|
[Address(RVA = "0x4177C0", Offset = "0x4167C0", VA = "0x1804177C0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x600151D")]
|
|
[Address(RVA = "0x829BE0", Offset = "0x828BE0", VA = "0x180829BE0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the attribute type to a simple type.</summary>
|
|
/// <returns>The simple type defined in this schema.</returns>
|
|
// Token: 0x170005C0 RID: 1472
|
|
// (get) Token: 0x0600151E RID: 5406 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x0600151F RID: 5407 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005C0")]
|
|
[XmlElement("simpleType")]
|
|
public XmlSchemaSimpleType SchemaType
|
|
{
|
|
[Token(Token = "0x600151E")]
|
|
[Address(RVA = "0x4C31C0", Offset = "0x4C21C0", VA = "0x1804C31C0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x600151F")]
|
|
[Address(RVA = "0x497020", Offset = "0x496020", VA = "0x180497020")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets information about how the attribute is used.</summary>
|
|
/// <returns>One of the following values: None, Prohibited, Optional, or Required. The default is Optional.Optional.</returns>
|
|
// Token: 0x170005C1 RID: 1473
|
|
// (get) Token: 0x06001520 RID: 5408 RVA: 0x00009660 File Offset: 0x00007860
|
|
// (set) Token: 0x06001521 RID: 5409 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005C1")]
|
|
[XmlAttribute("use")]
|
|
[DefaultValue(null)]
|
|
public XmlSchemaUse Use
|
|
{
|
|
[Token(Token = "0x6001520")]
|
|
[Address(RVA = "0x4831A0", Offset = "0x4821A0", VA = "0x1804831A0")]
|
|
get
|
|
{
|
|
return XmlSchemaUse.None;
|
|
}
|
|
[Token(Token = "0x6001521")]
|
|
[Address(RVA = "0x483390", Offset = "0x482390", VA = "0x180483390")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the qualified name for the attribute.</summary>
|
|
/// <returns>The post-compilation value of the <see langword="QualifiedName" /> property.</returns>
|
|
// Token: 0x170005C2 RID: 1474
|
|
// (get) Token: 0x06001522 RID: 5410 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C2")]
|
|
[XmlIgnore]
|
|
public XmlQualifiedName QualifiedName
|
|
{
|
|
[Token(Token = "0x6001522")]
|
|
[Address(RVA = "0x4177B0", Offset = "0x4167B0", VA = "0x1804177B0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets an <see cref="T:System.Xml.Schema.XmlSchemaSimpleType" /> object representing the type of the attribute based on the <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaType" /> or <see cref="P:System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName" /> of the attribute.</summary>
|
|
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchemaSimpleType" /> object.</returns>
|
|
// Token: 0x170005C3 RID: 1475
|
|
// (get) Token: 0x06001523 RID: 5411 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C3")]
|
|
[XmlIgnore]
|
|
public XmlSchemaSimpleType AttributeSchemaType
|
|
{
|
|
[Token(Token = "0x6001523")]
|
|
[Address(RVA = "0x54F060", Offset = "0x54E060", VA = "0x18054F060")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005C4 RID: 1476
|
|
// (get) Token: 0x06001524 RID: 5412 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C4")]
|
|
[XmlIgnore]
|
|
internal XmlSchemaDatatype Datatype
|
|
{
|
|
[Token(Token = "0x6001524")]
|
|
[Address(RVA = "0x829B10", Offset = "0x828B10", VA = "0x180829B10")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001525 RID: 5413 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001525")]
|
|
[Address(RVA = "0x417AA0", Offset = "0x416AA0", VA = "0x180417AA0")]
|
|
internal void SetQualifiedName(XmlQualifiedName value)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06001526 RID: 5414 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001526")]
|
|
[Address(RVA = "0x7B8A00", Offset = "0x7B7A00", VA = "0x1807B8A00")]
|
|
internal void SetAttributeType(XmlSchemaSimpleType value)
|
|
{
|
|
}
|
|
|
|
// Token: 0x170005C5 RID: 1477
|
|
// (get) Token: 0x06001527 RID: 5415 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001528 RID: 5416 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005C5")]
|
|
internal SchemaAttDef AttDef
|
|
{
|
|
[Token(Token = "0x6001527")]
|
|
[Address(RVA = "0x56D550", Offset = "0x56C550", VA = "0x18056D550")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001528")]
|
|
[Address(RVA = "0x56D560", Offset = "0x56C560", VA = "0x18056D560")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005C6 RID: 1478
|
|
// (get) Token: 0x06001529 RID: 5417 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x0600152A RID: 5418 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005C6")]
|
|
[XmlIgnore]
|
|
internal override string NameAttribute
|
|
{
|
|
[Token(Token = "0x6001529")]
|
|
[Address(RVA = "0x417720", Offset = "0x416720", VA = "0x180417720", Slot = "11")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x600152A")]
|
|
[Address(RVA = "0x417A20", Offset = "0x416A20", VA = "0x180417A20", Slot = "12")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600152B RID: 5419 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600152B")]
|
|
[Address(RVA = "0x829990", Offset = "0x828990", VA = "0x180829990", Slot = "13")]
|
|
internal override XmlSchemaObject Clone()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAttribute" /> class.</summary>
|
|
// Token: 0x0600152C RID: 5420 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600152C")]
|
|
[Address(RVA = "0x829A70", Offset = "0x828A70", VA = "0x180829A70")]
|
|
public XmlSchemaAttribute()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000BA1 RID: 2977
|
|
[FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x4000BA1")]
|
|
private string defaultValue;
|
|
|
|
// Token: 0x04000BA2 RID: 2978
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x4000BA2")]
|
|
private string fixedValue;
|
|
|
|
// Token: 0x04000BA3 RID: 2979
|
|
[FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x4000BA3")]
|
|
private string name;
|
|
|
|
// Token: 0x04000BA4 RID: 2980
|
|
[FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x4000BA4")]
|
|
private XmlSchemaForm form;
|
|
|
|
// Token: 0x04000BA5 RID: 2981
|
|
[FieldOffset(Offset = "0x6C")]
|
|
[Token(Token = "0x4000BA5")]
|
|
private XmlSchemaUse use;
|
|
|
|
// Token: 0x04000BA6 RID: 2982
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x4000BA6")]
|
|
private XmlQualifiedName refName;
|
|
|
|
// Token: 0x04000BA7 RID: 2983
|
|
[FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x4000BA7")]
|
|
private XmlQualifiedName typeName;
|
|
|
|
// Token: 0x04000BA8 RID: 2984
|
|
[FieldOffset(Offset = "0x80")]
|
|
[Token(Token = "0x4000BA8")]
|
|
private XmlQualifiedName qualifiedName;
|
|
|
|
// Token: 0x04000BA9 RID: 2985
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x4000BA9")]
|
|
private XmlSchemaSimpleType type;
|
|
|
|
// Token: 0x04000BAA RID: 2986
|
|
[FieldOffset(Offset = "0x90")]
|
|
[Token(Token = "0x4000BAA")]
|
|
private XmlSchemaSimpleType attributeType;
|
|
|
|
// Token: 0x04000BAB RID: 2987
|
|
[FieldOffset(Offset = "0x98")]
|
|
[Token(Token = "0x4000BAB")]
|
|
private SchemaAttDef attDef;
|
|
}
|
|
}
|