Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSimpleContentExtension.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
10
12
13 [XmlAttribute("base")]
15 {
16 get
17 {
18 return _baseTypeName;
19 }
20 set
21 {
23 }
24 }
25
26 [XmlElement("attribute", typeof(XmlSchemaAttribute))]
27 [XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
29
30 [XmlElement("anyAttribute")]
32 {
33 get
34 {
35 return _anyAttribute;
36 }
37 set
38 {
40 }
41 }
42
47}
void SetAttributes(XmlSchemaObjectCollection newAttributes)
static readonly XmlQualifiedName Empty