Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 XmlTypeCode Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
XmlTypeCode Enumeration

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

Namespace:  System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)
Visual Basic (Declaration)
Public Enumeration XmlTypeCode
Visual Basic (Usage)
Dim instance As XmlTypeCode
C#
public enum XmlTypeCode
Visual C++
public enum class XmlTypeCode
JScript
public enum XmlTypeCode
Member nameDescription
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNone No type information.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkItem An item such as a node or atomic value.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNode This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDocument This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkElement This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkAttribute This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNamespace This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkProcessingInstruction This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkComment This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkText This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkAnyAtomicType Any atomic value of a union.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkUntypedAtomic An untyped atomic value.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkString A W3C XML Schema xs:string type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkBoolean A W3C XML Schema xs:boolean type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDecimal A W3C XML Schema xs:decimal type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkFloat A W3C XML Schema xs:float type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDouble A W3C XML Schema xs:double type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDuration A W3C XML Schema xs:Duration type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDateTime A W3C XML Schema xs:dateTime type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkTime A W3C XML Schema xs:time type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDate A W3C XML Schema xs:date type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkGYearMonth A W3C XML Schema xs:gYearMonth type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkGYear A W3C XML Schema xs:gYear type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkGMonthDay A W3C XML Schema xs:gMonthDay type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkGDay A W3C XML Schema xs:gDay type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkGMonth A W3C XML Schema xs:gMonth type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkHexBinary A W3C XML Schema xs:hexBinary type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkBase64Binary A W3C XML Schema xs:base64Binary type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkAnyUri A W3C XML Schema xs:anyURI type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkQName A W3C XML Schema xs:QName type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNotation A W3C XML Schema xs:NOTATION type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNormalizedString A W3C XML Schema xs:normalizedString type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkToken A W3C XML Schema xs:token type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkLanguage A W3C XML Schema xs:language type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNmToken A W3C XML Schema xs:NMTOKEN type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkName A W3C XML Schema xs:Name type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNCName A W3C XML Schema xs:NCName type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkId A W3C XML Schema xs:ID type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkIdref A W3C XML Schema xs:IDREF type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkEntity A W3C XML Schema xs:ENTITY type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkInteger A W3C XML Schema xs:integer type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNonPositiveInteger A W3C XML Schema xs:nonPositiveInteger type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNegativeInteger A W3C XML Schema xs:negativeInteger type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkLong A W3C XML Schema xs:long type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkInt A W3C XML Schema xs:int type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkShort A W3C XML Schema xs:short type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkByte A W3C XML Schema xs:byte type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkNonNegativeInteger A W3C XML Schema xs:nonNegativeInteger type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkUnsignedLong A W3C XML Schema xs:unsignedLong type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkUnsignedInt A W3C XML Schema xs:unsignedInt type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkUnsignedShort A W3C XML Schema xs:unsignedShort type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkUnsignedByte A W3C XML Schema xs:unsignedByte type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkPositiveInteger A W3C XML Schema xs:positiveInteger type.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkYearMonthDuration This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Supported by the .NET Compact FrameworkSupported by the XNA FrameworkDayTimeDuration This value supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

XNA Framework

Supported in: 3.0, 2.0, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker