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

namespace System.Xml.Schema
{
public class FacetType // TypeDefIndex: 7128
{
	// Fields
	type#20890 value__;
	type#18423 None;
	type#18423 Length;
	type#18423 MinLength;
	type#18423 MaxLength;
	type#18423 Pattern;
	type#18423 Whitespace;
	type#18423 Enumeration;
	type#18423 MinExclusive;
	type#18423 MinInclusive;
	type#18423 MaxExclusive;
	type#18423 MaxInclusive;
	type#18423 TotalDigits;
	type#18423 FractionDigits;
}
}
