Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaComplexContentExtension.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
10
12
14
15 [XmlAttribute("base")]
17 {
18 get
19 {
20 return _baseTypeName;
21 }
22 set
23 {
25 }
26 }
27
31 [XmlElement("sequence", typeof(XmlSchemaSequence))]
33 {
34 get
35 {
36 return _particle;
37 }
38 set
39 {
41 }
42 }
43
44 [XmlElement("attribute", typeof(XmlSchemaAttribute))]
45 [XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
47
48 [XmlElement("anyAttribute")]
50 {
51 get
52 {
53 return _anyAttribute;
54 }
55 set
56 {
58 }
59 }
60
65}
void SetAttributes(XmlSchemaObjectCollection newAttributes)
static readonly XmlQualifiedName Empty