// Assembly: System.Xml
// Full name: System.Xml.Schema.XmlSchemaValidationFlags

namespace System.Xml.Schema
{
public class XmlSchemaValidationFlags // TypeDefIndex: 7185
{
	// Fields
	type#20890 value__;
	type#29424 None;
	type#29424 ProcessInlineSchema;
	type#29424 ProcessSchemaLocation;
	type#29424 ReportValidationWarnings;
	type#29424 ProcessIdentityConstraints;
	type#29424 AllowXmlAttributes;
}
}
