Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSimpleTypeRestriction.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("simpleType", typeof(XmlSchemaSimpleType))]
28 {
29 get
30 {
31 return _baseType;
32 }
33 set
34 {
36 }
37 }
38
52
59}
static readonly XmlQualifiedName Empty