Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_mapNameTypeXsd

readonly NameType [] System.Data.XSDSchema.s_mapNameTypeXsd
staticprivate
Initial value:
= 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("date", typeof(DateTime)),
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("gDay", typeof(DateTime)),
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("time", typeof(DateTime)),
new NameType("unsignedByte", typeof(byte)),
new NameType("unsignedInt", typeof(uint)),
new NameType("unsignedLong", typeof(ulong)),
new NameType("unsignedShort", typeof(ushort))
}

Definition at line 71 of file XSDSchema.cs.

72 {
73 new NameType("ENTITIES", typeof(string)),
74 new NameType("ENTITY", typeof(string)),
75 new NameType("ID", typeof(string)),
76 new NameType("IDREF", typeof(string)),
77 new NameType("IDREFS", typeof(string)),
78 new NameType("NCName", typeof(string)),
79 new NameType("NMTOKEN", typeof(string)),
80 new NameType("NMTOKENS", typeof(string)),
81 new NameType("NOTATION", typeof(string)),
82 new NameType("Name", typeof(string)),
83 new NameType("QName", typeof(string)),
84 new NameType("anyType", typeof(object)),
85 new NameType("anyURI", typeof(Uri)),
86 new NameType("base64Binary", typeof(byte[])),
87 new NameType("boolean", typeof(bool)),
88 new NameType("byte", typeof(sbyte)),
89 new NameType("date", typeof(DateTime)),
90 new NameType("dateTime", typeof(DateTime)),
91 new NameType("decimal", typeof(decimal)),
92 new NameType("double", typeof(double)),
93 new NameType("duration", typeof(TimeSpan)),
94 new NameType("float", typeof(float)),
95 new NameType("gDay", typeof(DateTime)),
96 new NameType("gMonth", typeof(DateTime)),
97 new NameType("gMonthDay", typeof(DateTime)),
98 new NameType("gYear", typeof(DateTime)),
99 new NameType("gYearMonth", typeof(DateTime)),
100 new NameType("hexBinary", typeof(byte[])),
101 new NameType("int", typeof(int)),
102 new NameType("integer", typeof(long)),
103 new NameType("language", typeof(string)),
104 new NameType("long", typeof(long)),
105 new NameType("negativeInteger", typeof(long)),
106 new NameType("nonNegativeInteger", typeof(ulong)),
107 new NameType("nonPositiveInteger", typeof(long)),
108 new NameType("normalizedString", typeof(string)),
109 new NameType("positiveInteger", typeof(ulong)),
110 new NameType("short", typeof(short)),
111 new NameType("string", typeof(string)),
112 new NameType("time", typeof(DateTime)),
113 new NameType("unsignedByte", typeof(byte)),
114 new NameType("unsignedInt", typeof(uint)),
115 new NameType("unsignedLong", typeof(ulong)),
116 new NameType("unsignedShort", typeof(ushort))
117 };

Referenced by System.Data.XSDSchema.FindNameType(), System.Data.XSDSchema.IsXsdType(), and System.Data.XSDSchema.XsdtoClr().