Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSimpleContentRestriction.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
10
12
14
16
17 [XmlAttribute("base")]
19 {
20 get
21 {
22 return _baseTypeName;
23 }
24 set
25 {
27 }
28 }
29
30 [XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
32 {
33 get
34 {
35 return _baseType;
36 }
37 set
38 {
40 }
41 }
42
56
57 [XmlElement("attribute", typeof(XmlSchemaAttribute))]
58 [XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
60
61 [XmlElement("anyAttribute")]
63 {
64 get
65 {
66 return _anyAttribute;
67 }
68 set
69 {
71 }
72 }
73
78}
void SetAttributes(XmlSchemaObjectCollection newAttributes)
static readonly XmlQualifiedName Empty