System::Xml::Schema::XmlTypeCode enum
Contents
[
Hide
]XmlTypeCode enum
Represents the W3C XML Schema Definition Language (XSD) schema types.
enum class XmlTypeCode
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | No type information. | 
| Item | 1 | An item such as a node or atomic value. | 
| Node | 2 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Document | 3 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Element | 4 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Attribute | 5 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Namespace | 6 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| ProcessingInstruction | 7 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Comment | 8 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| Text | 9 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| AnyAtomicType | 10 | Any atomic value of a union. | 
| UntypedAtomic | 11 | An untyped atomic value. | 
| String | 12 | A W3C XML Schemaxs:string type. | 
| Boolean | 13 | A W3C XML Schemaxs:boolean type. | 
| Decimal | 14 | A W3C XML Schemaxs:decimal type. | 
| Float | 15 | A W3C XML Schemaxs:float type. | 
| Double | 16 | A W3C XML Schemaxs:double type. | 
| Duration | 17 | A W3C XML Schemaxs:Duration type. | 
| DateTime | 18 | A W3C XML Schemaxs:dateTime type. | 
| Time | 19 | A W3C XML Schemaxs:time type. | 
| Date | 20 | A W3C XML Schemaxs:date type. | 
| GYearMonth | 21 | A W3C XML Schemaxs:gYearMonth type. | 
| GYear | 22 | A W3C XML Schemaxs:gYear type. | 
| GMonthDay | 23 | A W3C XML Schemaxs:gMonthDay type. | 
| GDay | 24 | A W3C XML Schemaxs:gDay type. | 
| GMonth | 25 | A W3C XML Schemaxs:gMonth type. | 
| HexBinary | 26 | A W3C XML Schemaxs:hexBinary type. | 
| Base64Binary | 27 | A W3C XML Schemaxs:base64Binary type. | 
| AnyUri | 28 | A W3C XML Schemaxs:anyURI type. | 
| QName | 29 | A W3C XML Schemaxs:QName type. | 
| Notation | 30 | A W3C XML Schemaxs:NOTATION type. | 
| NormalizedString | 31 | A W3C XML Schemaxs:normalizedString type. | 
| Token | 32 | A W3C XML Schemaxs:token type. | 
| Language | 33 | A W3C XML Schemaxs:language type. | 
| NmToken | 34 | A W3C XML Schemaxs:NMTOKEN type. | 
| Name | 35 | A W3C XML Schemaxs:Name type. | 
| NCName | 36 | A W3C XML Schemaxs:NCName type. | 
| Id | 37 | A W3C XML Schemaxs:ID type. | 
| Idref | 38 | A W3C XML Schemaxs:IDREF type. | 
| Entity | 39 | A W3C XML Schemaxs:ENTITY type. | 
| Integer | 40 | A W3C XML Schemaxs:integer type. | 
| NonPositiveInteger | 41 | A W3C XML Schemaxs:nonPositiveInteger type. | 
| NegativeInteger | 42 | A W3C XML Schemaxs:negativeInteger type. | 
| Long | 43 | A W3C XML Schemaxs:long type. | 
| Int | 44 | A W3C XML Schemaxs:int type. | 
| Short | 45 | A W3C XML Schemaxs:short type. | 
| Byte | 46 | A W3C XML Schemaxs:byte type. | 
| NonNegativeInteger | 47 | A W3C XML Schemaxs:nonNegativeInteger type. | 
| UnsignedLong | 48 | A W3C XML Schemaxs:unsignedLong type. | 
| UnsignedInt | 49 | A W3C XML Schemaxs:unsignedInt type. | 
| UnsignedShort | 50 | A W3C XML Schemaxs:unsignedShort type. | 
| UnsignedByte | 51 | A W3C XML Schemaxs:unsignedByte type. | 
| PositiveInteger | 52 | A W3C XML Schemaxs:positiveInteger type. | 
| YearMonthDuration | 53 | This value is used for internal purposes and is not intended to be used directly from your code. | 
| DayTimeDuration | 54 | This value is used for internal purposes and is not intended to be used directly from your code. | 
See Also
- Namespace System::Xml::Schema
- Library Aspose.Page for C++