2.5.170 XmlDataType
An XMLDataType enumeration specifies a subset of XML data types, as specified by [W3C-XSD]. It MUST correspond to a value from the following table. Note that the following table uses xs as the prefix for the namespace "http://www.w3.org/2001/XMLSchema".
Name |
Value |
Meaning |
---|---|---|
0x00000001 |
Specifies the xs:string type. |
|
0x00000002 |
Specifies the xs:normalizedString type. |
|
0x00000003 |
Specifies the xs:token type. |
|
0x00000004 |
Specifies the xs:byte type. |
|
0x00000005 |
Specifies the xs:unsignedByte type. |
|
0x00000006 |
Specifies the xs:base64Binary type. |
|
0x00000007 |
Specifies the xs:hexBinary type. |
|
0x00000008 |
Specifies the xs:integer type. |
|
0x00000009 |
Specifies the xs: positiveInteger type. |
|
0x0000000A |
Specifies the xs:negativeInteger type. |
|
0x0000000B |
Specifies the xs:nonPositiveInteger type. |
|
0x0000000C |
Specifies the xs:nonNegativeInteger type. |
|
0x0000000D |
Specifies the xs:int type. |
|
0x0000000E |
Specifies the xs:unsignedInt type. |
|
0x0000000F |
Specifies the xs:long type. |
|
0x00000010 |
Specifies the xs:unsignedLong type. |
|
0x00000011 |
Specifies the xs:short type. |
|
0x00000012 |
Specifies the xs:unsignedShort type. |
|
0x00000013 |
Specifies the xs:decimal type. |
|
0x00000014 |
Specifies the xs:float type. |
|
0x00000015 |
Specifies the xs:double type. |
|
0x00000016 |
Specifies the xs:boolean type. |
|
0x00000017 |
Specifies the xs:time type. |
|
0x00000018 |
Specifies the xs:dateTime type. |
|
0x00000019 |
Specifies the xs:duration type. |
|
0x0000001A |
Specifies the xs:date type. |
|
0x0000001B |
Specifies the xs:gMonth type. |
|
0x0000001C |
Specifies the xs:gYear type. |
|
0x0000001D |
Specifies the xs:gYearMonth type. |
|
0x0000001E |
Specifies the xs:gDay type. |
|
0x0000001F |
Specifies the xs:gMonthDay type. |
|
0x00000020 |
Specifies the xs:Name type. |
|
0x00000021 |
Specifies the xs:QName type. |
|
0x00000022 |
Specifies the xs:NCName type. |
|
0x00000023 |
Specifies the xs:anyURI type. |
|
0x00000024 |
Specifies the xs:language type. |
|
0x00000025 |
Specifies the xs:ID type. |
|
0x00000026 |
Specifies the xs:IDREF type. |
|
0x00000027 |
Specifies the xs:IDREFS type. |
|
0x00000028 |
Specifies the xs:ENTITY type. |
|
0x00000029 |
Specifies the xs:ENTITIES type. |
|
0x0000002A |
Specifies the xs:NOTATION type. |
|
0x0000002B |
Specifies the xs:NMTOKEN type. |
|
0x0000002C |
Specifies the xs: NMTOKENS type. |
|
0x0000002D |
Specifies the xs:anyType type. |