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

namespace System.Xml.Schema
{
public class RestrictionFlags // TypeDefIndex: 6969
{
	// Fields
	type#20890 value__;
	type#25380 Length;
	type#25380 MinLength;
	type#25380 MaxLength;
	type#25380 Pattern;
	type#25380 Enumeration;
	type#25380 WhiteSpace;
	type#25380 MaxInclusive;
	type#25380 MaxExclusive;
	type#25380 MinInclusive;
	type#25380 MinExclusive;
	type#25380 TotalDigits;
	type#25380 FractionDigits;
}
}
