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

namespace System.Xml.Schema
{
public class ValidatorState // TypeDefIndex: 7186
{
	// Fields
	type#20890 value__;
	type#28377 None;
	type#28377 Start;
	type#28377 TopLevelAttribute;
	type#28377 TopLevelTextOrWS;
	type#28377 Element;
	type#28377 Attribute;
	type#28377 EndOfAttributes;
	type#28377 Text;
	type#28377 Whitespace;
	type#28377 EndElement;
	type#28377 SkipToEndElement;
	type#28377 Finish;
}
}
