Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Xml.​Schema.​XmlTypeCode

Assembly: System.Xml.ReaderWriter

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

Values

None
No type information.
Item
An item such as a node or atomic value.
Node
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Document
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Element
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Attribute
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
ProcessingInstruction
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Comment
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Text
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
AnyAtomicType
Any atomic value of a union.
UntypedAtomic
An untyped atomic value.
String
A W3C XML Schema <see langword="xs:string" /> type.
Boolean
A W3C XML Schema <see langword="xs:boolean" /> type.
Decimal
A W3C XML Schema <see langword="xs:decimal" /> type.
Float
A W3C XML Schema <see langword="xs:float" /> type.
Double
A W3C XML Schema <see langword="xs:double" /> type.
Duration
A W3C XML Schema <see langword="xs:Duration" /> type.
DateTime
A W3C XML Schema <see langword="xs:dateTime" /> type.
Time
A W3C XML Schema <see langword="xs:time" /> type.
Date
A W3C XML Schema <see langword="xs:date" /> type.
GYearMonth
A W3C XML Schema <see langword="xs:gYearMonth" /> type.
GYear
A W3C XML Schema <see langword="xs:gYear" /> type.
GMonthDay
A W3C XML Schema <see langword="xs:gMonthDay" /> type.
GDay
A W3C XML Schema <see langword="xs:gDay" /> type.
GMonth
A W3C XML Schema <see langword="xs:gMonth" /> type.
HexBinary
A W3C XML Schema <see langword="xs:hexBinary" /> type.
Base64Binary
A W3C XML Schema <see langword="xs:base64Binary" /> type.
AnyUri
A W3C XML Schema <see langword="xs:anyURI" /> type.
QName
A W3C XML Schema <see langword="xs:QName" /> type.
Notation
A W3C XML Schema <see langword="xs:NOTATION" /> type.
NormalizedString
A W3C XML Schema <see langword="xs:normalizedString" /> type.
Token
A W3C XML Schema <see langword="xs:token" /> type.
Language
A W3C XML Schema <see langword="xs:language" /> type.
NmToken
A W3C XML Schema <see langword="xs:NMTOKEN" /> type.
Name
A W3C XML Schema <see langword="xs:Name" /> type.
NCName
A W3C XML Schema <see langword="xs:NCName" /> type.
Id
A W3C XML Schema <see langword="xs:ID" /> type.
Idref
A W3C XML Schema <see langword="xs:IDREF" /> type.
Entity
A W3C XML Schema <see langword="xs:ENTITY" /> type.
Integer
A W3C XML Schema <see langword="xs:integer" /> type.
NonPositiveInteger
A W3C XML Schema <see langword="xs:nonPositiveInteger" /> type.
NegativeInteger
A W3C XML Schema <see langword="xs:negativeInteger" /> type.
Long
A W3C XML Schema <see langword="xs:long" /> type.
Int
A W3C XML Schema <see langword="xs:int" /> type.
Short
A W3C XML Schema <see langword="xs:short" /> type.
Byte
A W3C XML Schema <see langword="xs:byte" /> type.
NonNegativeInteger
A W3C XML Schema <see langword="xs:nonNegativeInteger" /> type.
UnsignedLong
A W3C XML Schema <see langword="xs:unsignedLong" /> type.
UnsignedInt
A W3C XML Schema <see langword="xs:unsignedInt" /> type.
UnsignedShort
A W3C XML Schema <see langword="xs:unsignedShort" /> type.
UnsignedByte
A W3C XML Schema <see langword="xs:unsignedByte" /> type.
PositiveInteger
A W3C XML Schema <see langword="xs:positiveInteger" /> type.
YearMonthDuration
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
DayTimeDuration
This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.