Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaRedefine.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
10
12
14
15 [XmlElement("annotation", typeof(XmlSchemaAnnotation))]
16 [XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup))]
17 [XmlElement("complexType", typeof(XmlSchemaComplexType))]
19 [XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
21
22 [XmlIgnore]
24
25 [XmlIgnore]
27
28 [XmlIgnore]
30
32 {
33 base.Compositor = Compositor.Redefine;
34 }
35
36 internal override void AddAnnotation(XmlSchemaAnnotation annotation)
37 {
38 _items.Add(annotation);
39 }
40}
readonly XmlSchemaObjectCollection _items
readonly XmlSchemaObjectTable _groups
readonly XmlSchemaObjectTable _types
readonly XmlSchemaObjectTable _attributeGroups
override void AddAnnotation(XmlSchemaAnnotation annotation)