XmlTypeCode Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the W3C XML Schema Definition Language (XSD) schema types.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| AnyAtomicType | Any atomic value of a union. | |
| AnyUri | A W3C XML Schema xs:anyURI type. | |
| Attribute | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Base64Binary | A W3C XML Schema xs:base64Binary type. | |
| Boolean | A W3C XML Schema xs:boolean type. | |
| Byte | A W3C XML Schema xs:byte type. | |
| Comment | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Date | A W3C XML Schema xs:date type. | |
| DateTime | A W3C XML Schema xs:dateTime type. | |
| DayTimeDuration | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Decimal | A W3C XML Schema xs:decimal type. | |
| Document | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Double | A W3C XML Schema xs:double type. | |
| Duration | A W3C XML Schema xs:Duration type. | |
| Element | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Entity | A W3C XML Schema xs:ENTITY type. | |
| Float | A W3C XML Schema xs:float type. | |
| GDay | A W3C XML Schema xs:gDay type. | |
| GMonth | A W3C XML Schema xs:gMonth type. | |
| GMonthDay | A W3C XML Schema xs:gMonthDay type. | |
| GYear | A W3C XML Schema xs:gYear type. | |
| GYearMonth | A W3C XML Schema xs:gYearMonth type. | |
| HexBinary | A W3C XML Schema xs:hexBinary type. | |
| Id | A W3C XML Schema xs:ID type. | |
| Idref | A W3C XML Schema xs:IDREF type. | |
| Int | A W3C XML Schema xs:int type. | |
| Integer | A W3C XML Schema xs:integer type. | |
| Item | An item such as a node or atomic value. | |
| Language | A W3C XML Schema xs:language type. | |
| Long | A W3C XML Schema xs:long type. | |
| Name | A W3C XML Schema xs:Name type. | |
| Namespace | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| NCName | A W3C XML Schema xs:NCName type. | |
| NegativeInteger | A W3C XML Schema xs:negativeInteger type. | |
| NmToken | A W3C XML Schema xs:NMTOKEN type. | |
| Node | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| None | No type information. | |
| NonNegativeInteger | A W3C XML Schema xs:nonNegativeInteger type. | |
| NonPositiveInteger | A W3C XML Schema xs:nonPositiveInteger type. | |
| NormalizedString | A W3C XML Schema xs:normalizedString type. | |
| Notation | A W3C XML Schema xs:NOTATION type. | |
| PositiveInteger | A W3C XML Schema xs:positiveInteger type. | |
| ProcessingInstruction | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| QName | A W3C XML Schema xs:QName type. | |
| Short | A W3C XML Schema xs:short type. | |
| String | A W3C XML Schema xs:string type. | |
| Text | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
| Time | A W3C XML Schema xs:time type. | |
| Token | A W3C XML Schema xs:token type. | |
| UnsignedByte | A W3C XML Schema xs:unsignedByte type. | |
| UnsignedInt | A W3C XML Schema xs:unsignedInt type. | |
| UnsignedLong | A W3C XML Schema xs:unsignedLong type. | |
| UnsignedShort | A W3C XML Schema xs:unsignedShort type. | |
| UntypedAtomic | An untyped atomic value. | |
| YearMonthDuration | This value supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Show: