XmlTypeCode Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents the W3C XML Schema Definition Language (XSD) schema types.
Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Syntax
'Declaration
Public Enumeration XmlTypeCode
public enum XmlTypeCode
Members
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. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.