The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlTypeCode Enumeration
Silverlight
Represents the W3C XML Schema Definition Language (XSD) schema types.
Namespace: System.Xml.Schema
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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

