= new NameType[44]
{
new NameType("ENTITIES", typeof(string)),
new NameType("ENTITY", typeof(string)),
new NameType("ID", typeof(string)),
new NameType("IDREF", typeof(string)),
new NameType("IDREFS", typeof(string)),
new NameType("NCName", typeof(string)),
new NameType("NMTOKEN", typeof(string)),
new NameType("NMTOKENS", typeof(string)),
new NameType("NOTATION", typeof(string)),
new NameType("Name", typeof(string)),
new NameType("QName", typeof(string)),
new NameType("anyType", typeof(object)),
new NameType("anyURI", typeof(Uri)),
new NameType("base64Binary", typeof(byte[])),
new NameType("boolean", typeof(bool)),
new NameType("byte", typeof(sbyte)),
new NameType(
"dateTime", typeof(
DateTime)),
new NameType("decimal", typeof(decimal)),
new NameType("double", typeof(double)),
new NameType("duration", typeof(TimeSpan)),
new NameType("float", typeof(float)),
new NameType(
"gMonth", typeof(
DateTime)),
new NameType(
"gMonthDay", typeof(
DateTime)),
new NameType(
"gYear", typeof(
DateTime)),
new NameType(
"gYearMonth", typeof(
DateTime)),
new NameType("hexBinary", typeof(byte[])),
new NameType("int", typeof(int)),
new NameType("integer", typeof(long)),
new NameType("language", typeof(string)),
new NameType("long", typeof(long)),
new NameType("negativeInteger", typeof(long)),
new NameType("nonNegativeInteger", typeof(ulong)),
new NameType("nonPositiveInteger", typeof(long)),
new NameType("normalizedString", typeof(string)),
new NameType("positiveInteger", typeof(ulong)),
new NameType("short", typeof(short)),
new NameType("string", typeof(string)),
new NameType("unsignedByte", typeof(byte)),
new NameType("unsignedInt", typeof(uint)),
new NameType("unsignedLong", typeof(ulong)),
new NameType("unsignedShort", typeof(ushort))
}