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

◆ XmlTypeCode

Enumerator
None 
Item 
Node 
Document 
Element 
Attribute 
Namespace 
ProcessingInstruction 
Comment 
Text 
AnyAtomicType 
UntypedAtomic 
String 
Boolean 
Decimal 
Float 
Double 
Duration 
DateTime 
Time 
Date 
GYearMonth 
GYear 
GMonthDay 
GDay 
GMonth 
HexBinary 
Base64Binary 
AnyUri 
QName 
Notation 
NormalizedString 
Token 
Language 
NmToken 
Name 
NCName 
Id 
Idref 
Entity 
Integer 
NonPositiveInteger 
NegativeInteger 
Long 
Int 
Short 
Byte 
NonNegativeInteger 
UnsignedLong 
UnsignedInt 
UnsignedShort 
UnsignedByte 
PositiveInteger 
YearMonthDuration 
DayTimeDuration 

Definition at line 3 of file XmlTypeCode.cs.

4{
5 None,
6 Item,
7 Node,
8 Document,
9 Element,
13 Comment,
14 Text,
17 String,
18 Boolean,
19 Decimal,
20 Float,
21 Double,
22 Duration,
24 Time,
25 Date,
27 GYear,
29 GDay,
30 GMonth,
33 AnyUri,
34 QName,
37 Token,
39 NmToken,
40 Name,
41 NCName,
42 Id,
43 Idref,
44 Entity,
45 Integer,
48 Long,
49 Int,
50 Short,
51 Byte,
60}