XmlTypeCode Enum

Definition

Represents the W3C XML Schema Definition Language (XSD) schema types.

public enum class XmlTypeCode
public enum XmlTypeCode
type XmlTypeCode = 
Public Enum XmlTypeCode
Inheritance
XmlTypeCode

Fields

AnyAtomicType 10

Any atomic value of a union.

AnyUri 28

A W3C XML Schema xs:anyURI type.

Attribute 5

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Base64Binary 27

A W3C XML Schema xs:base64Binary type.

Boolean 13

A W3C XML Schema xs:boolean type.

Byte 46

A W3C XML Schema xs:byte type.

Comment 8

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Date 20

A W3C XML Schema xs:date type.

DateTime 18

A W3C XML Schema xs:dateTime type.

DayTimeDuration 54

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Decimal 14

A W3C XML Schema xs:decimal type.

Document 3

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Double 16

A W3C XML Schema xs:double type.

Duration 17

A W3C XML Schema xs:Duration type.

Element 4

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Entity 39

A W3C XML Schema xs:ENTITY type.

Float 15

A W3C XML Schema xs:float type.

GDay 24

A W3C XML Schema xs:gDay type.

GMonth 25

A W3C XML Schema xs:gMonth type.

GMonthDay 23

A W3C XML Schema xs:gMonthDay type.

GYear 22

A W3C XML Schema xs:gYear type.

GYearMonth 21

A W3C XML Schema xs:gYearMonth type.

HexBinary 26

A W3C XML Schema xs:hexBinary type.

Id 37

A W3C XML Schema xs:ID type.

Idref 38

A W3C XML Schema xs:IDREF type.

Int 44

A W3C XML Schema xs:int type.

Integer 40

A W3C XML Schema xs:integer type.

Item 1

An item such as a node or atomic value.

Language 33

A W3C XML Schema xs:language type.

Long 43

A W3C XML Schema xs:long type.

Name 35

A W3C XML Schema xs:Name type.

Namespace 6

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NCName 36

A W3C XML Schema xs:NCName type.

NegativeInteger 42

A W3C XML Schema xs:negativeInteger type.

NmToken 34

A W3C XML Schema xs:NMTOKEN type.

Node 2

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

None 0

No type information.

NonNegativeInteger 47

A W3C XML Schema xs:nonNegativeInteger type.

NonPositiveInteger 41

A W3C XML Schema xs:nonPositiveInteger type.

NormalizedString 31

A W3C XML Schema xs:normalizedString type.

Notation 30

A W3C XML Schema xs:NOTATION type.

PositiveInteger 52

A W3C XML Schema xs:positiveInteger type.

ProcessingInstruction 7

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

QName 29

A W3C XML Schema xs:QName type.

Short 45

A W3C XML Schema xs:short type.

String 12

A W3C XML Schema xs:string type.

Text 9

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Time 19

A W3C XML Schema xs:time type.

Token 32

A W3C XML Schema xs:token type.

UnsignedByte 51

A W3C XML Schema xs:unsignedByte type.

UnsignedInt 49

A W3C XML Schema xs:unsignedInt type.

UnsignedLong 48

A W3C XML Schema xs:unsignedLong type.

UnsignedShort 50

A W3C XML Schema xs:unsignedShort type.

UntypedAtomic 11

An untyped atomic value.

YearMonthDuration 53

This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to