This documentation is archived and is not being maintained.
XmlTypeCode Enumeration
Visual Studio 2010
Represents the W3C XML Schema Definition Language (XSD) schema types.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() | 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 xs:string type. |
![]() | Boolean | A W3C XML Schema xs:boolean type. |
![]() | Decimal | A W3C XML Schema xs:decimal type. |
![]() | Float | A W3C XML Schema xs:float type. |
![]() | Double | A W3C XML Schema xs:double type. |
![]() | Duration | A W3C XML Schema xs:Duration type. |
![]() | DateTime | A W3C XML Schema xs:dateTime type. |
![]() | Time | A W3C XML Schema xs:time type. |
![]() | Date | A W3C XML Schema xs:date type. |
![]() | GYearMonth | A W3C XML Schema xs:gYearMonth type. |
![]() | GYear | A W3C XML Schema xs:gYear type. |
![]() | GMonthDay | A W3C XML Schema xs:gMonthDay type. |
![]() | GDay | A W3C XML Schema xs:gDay type. |
![]() | GMonth | A W3C XML Schema xs:gMonth type. |
![]() | HexBinary | A W3C XML Schema xs:hexBinary type. |
![]() | Base64Binary | A W3C XML Schema xs:base64Binary type. |
![]() | AnyUri | A W3C XML Schema xs:anyURI type. |
![]() | QName | A W3C XML Schema xs:QName type. |
![]() | Notation | A W3C XML Schema xs:NOTATION type. |
![]() | NormalizedString | A W3C XML Schema xs:normalizedString type. |
![]() | Token | A W3C XML Schema xs:token type. |
![]() | Language | A W3C XML Schema xs:language type. |
![]() | NmToken | A W3C XML Schema xs:NMTOKEN type. |
![]() | Name | A W3C XML Schema xs:Name type. |
![]() | NCName | A W3C XML Schema xs:NCName type. |
![]() | Id | A W3C XML Schema xs:ID type. |
![]() | Idref | A W3C XML Schema xs:IDREF type. |
![]() | Entity | A W3C XML Schema xs:ENTITY type. |
![]() | Integer | A W3C XML Schema xs:integer type. |
![]() | NonPositiveInteger | A W3C XML Schema xs:nonPositiveInteger type. |
![]() | NegativeInteger | A W3C XML Schema xs:negativeInteger type. |
![]() | Long | A W3C XML Schema xs:long type. |
![]() | Int | A W3C XML Schema xs:int type. |
![]() | Short | A W3C XML Schema xs:short type. |
![]() | Byte | A W3C XML Schema xs:byte type. |
![]() | NonNegativeInteger | A W3C XML Schema xs:nonNegativeInteger type. |
![]() | UnsignedLong | A W3C XML Schema xs:unsignedLong type. |
![]() | UnsignedInt | A W3C XML Schema xs:unsignedInt type. |
![]() | UnsignedShort | A W3C XML Schema xs:unsignedShort type. |
![]() | UnsignedByte | A W3C XML Schema xs:unsignedByte type. |
![]() | PositiveInteger | A W3C XML Schema 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
