Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaValidationFlags.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
[Flags]
4
public
enum
XmlSchemaValidationFlags
5
{
6
None
= 0,
7
ProcessInlineSchema
= 1,
8
ProcessSchemaLocation
= 2,
9
ReportValidationWarnings
= 4,
10
ProcessIdentityConstraints
= 8,
11
AllowXmlAttributes
= 0x10
12
}
System.Xml.Schema.FacetType.None
@ None
System.Xml.Schema.XmlSchemaValidationFlags
XmlSchemaValidationFlags
Definition
XmlSchemaValidationFlags.cs:5
System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings
@ ReportValidationWarnings
System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints
@ ProcessIdentityConstraints
System.Xml.Schema.XmlSchemaValidationFlags.ProcessSchemaLocation
@ ProcessSchemaLocation
System.Xml.Schema.XmlSchemaValidationFlags.AllowXmlAttributes
@ AllowXmlAttributes
System.Xml.Schema.XmlSchemaValidationFlags.ProcessInlineSchema
@ ProcessInlineSchema
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
XmlSchemaValidationFlags.cs
Generated by
1.10.0