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

namespace System.Xml.Schema
{
public class XmlSchemaDerivationMethod // TypeDefIndex: 7123
{
	// Fields
	type#20890 value__;
	type#29325 Empty;
	type#29325 Substitution;
	type#29325 Extension;
	type#29325 Restriction;
	type#29325 List;
	type#29325 Union;
	type#29325 All;
	type#29325 None;
}
}
