XmlTypeCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the W3C XML Schema Definition Language (XSD) schema types.
public enum class XmlTypeCode
public enum XmlTypeCode
type XmlTypeCode =
Public Enum XmlTypeCode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | No type information. |
Item | 1 | An item such as a node or atomic value. |
Node | 2 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Document | 3 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Element | 4 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Attribute | 5 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Namespace | 6 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
ProcessingInstruction | 7 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Comment | 8 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Text | 9 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
AnyAtomicType | 10 | Any atomic value of a union. |
UntypedAtomic | 11 | An untyped atomic value. |
String | 12 | A W3C XML Schema |
Boolean | 13 | A W3C XML Schema |
Decimal | 14 | A W3C XML Schema |
Float | 15 | A W3C XML Schema |
Double | 16 | A W3C XML Schema |
Duration | 17 | A W3C XML Schema |
DateTime | 18 | A W3C XML Schema |
Time | 19 | A W3C XML Schema |
Date | 20 | A W3C XML Schema |
GYearMonth | 21 | A W3C XML Schema |
GYear | 22 | A W3C XML Schema |
GMonthDay | 23 | A W3C XML Schema |
GDay | 24 | A W3C XML Schema |
GMonth | 25 | A W3C XML Schema |
HexBinary | 26 | A W3C XML Schema |
Base64Binary | 27 | A W3C XML Schema |
AnyUri | 28 | A W3C XML Schema |
QName | 29 | A W3C XML Schema |
Notation | 30 | A W3C XML Schema |
NormalizedString | 31 | A W3C XML Schema |
Token | 32 | A W3C XML Schema |
Language | 33 | A W3C XML Schema |
NmToken | 34 | A W3C XML Schema |
Name | 35 | A W3C XML Schema |
NCName | 36 | A W3C XML Schema |
Id | 37 | A W3C XML Schema |
Idref | 38 | A W3C XML Schema |
Entity | 39 | A W3C XML Schema |
Integer | 40 | A W3C XML Schema |
NonPositiveInteger | 41 | A W3C XML Schema |
NegativeInteger | 42 | A W3C XML Schema |
Long | 43 | A W3C XML Schema |
Int | 44 | A W3C XML Schema |
Short | 45 | A W3C XML Schema |
Byte | 46 | A W3C XML Schema |
NonNegativeInteger | 47 | A W3C XML Schema |
UnsignedLong | 48 | A W3C XML Schema |
UnsignedInt | 49 | A W3C XML Schema |
UnsignedShort | 50 | A W3C XML Schema |
UnsignedByte | 51 | A W3C XML Schema |
PositiveInteger | 52 | A W3C XML Schema |
YearMonthDuration | 53 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
DayTimeDuration | 54 | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |