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

namespace System.Xml.Schema
{
public class XmlTypeCode // TypeDefIndex: 7191
{
	// Fields
	type#20890 value__;
	type#29497 None;
	type#29497 Item;
	type#29497 Node;
	type#29497 Document;
	type#29497 Element;
	type#29497 Attribute;
	type#29497 Namespace;
	type#29497 ProcessingInstruction;
	type#29497 Comment;
	type#29497 Text;
	type#29497 AnyAtomicType;
	type#29497 UntypedAtomic;
	type#29497 String;
	type#29497 Boolean;
	type#29497 Decimal;
	type#29497 Float;
	type#29497 Double;
	type#29497 Duration;
	type#29497 DateTime;
	type#29497 Time;
	type#29497 Date;
	type#29497 GYearMonth;
	type#29497 GYear;
	type#29497 GMonthDay;
	type#29497 GDay;
	type#29497 GMonth;
	type#29497 HexBinary;
	type#29497 Base64Binary;
	type#29497 AnyUri;
	type#29497 QName;
	type#29497 Notation;
	type#29497 NormalizedString;
	type#29497 Token;
	type#29497 Language;
	type#29497 NmToken;
	type#29497 Name;
	type#29497 NCName;
	type#29497 Id;
	type#29497 Idref;
	type#29497 Entity;
	type#29497 Integer;
	type#29497 NonPositiveInteger;
	type#29497 NegativeInteger;
	type#29497 Long;
	type#29497 Int;
	type#29497 Short;
	type#29497 Byte;
	type#29497 NonNegativeInteger;
	type#29497 UnsignedLong;
	type#29497 UnsignedInt;
	type#29497 UnsignedShort;
	type#29497 UnsignedByte;
	type#29497 PositiveInteger;
	type#29497 YearMonthDuration;
	type#29497 DayTimeDuration;
}
}
