XmlDataValues enumeration
Office 2013 and later
XML Data Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| String | String. When the item is serialized out as xml, its value is "string". | |
| NormalizedString | Normalized String. When the item is serialized out as xml, its value is "normalizedString". | |
| Token | Token. When the item is serialized out as xml, its value is "token". | |
| Byte | Byte. When the item is serialized out as xml, its value is "byte". | |
| UnsignedByte | Unsigned Byte. When the item is serialized out as xml, its value is "unsignedByte". | |
| Base64Binary | Base 64 Encoded Binary. When the item is serialized out as xml, its value is "base64Binary". | |
| HexBinary | Hex Binary. When the item is serialized out as xml, its value is "hexBinary". | |
| Integer | Integer. When the item is serialized out as xml, its value is "integer". | |
| PositiveInteger | Positive Integer. When the item is serialized out as xml, its value is "positiveInteger". | |
| NegativeInteger | Negative Integer. When the item is serialized out as xml, its value is "negativeInteger". | |
| NonPositiveInteger | Non Positive Integer. When the item is serialized out as xml, its value is "nonPositiveInteger". | |
| NonNegativeInteger | Non Negative Integer. When the item is serialized out as xml, its value is "nonNegativeInteger". | |
| Int | Integer. When the item is serialized out as xml, its value is "int". | |
| UnsignedInteger | Unsigned Integer. When the item is serialized out as xml, its value is "unsignedInt". | |
| Long | Long. When the item is serialized out as xml, its value is "long". | |
| UnsignedLong | Unsigned Long. When the item is serialized out as xml, its value is "unsignedLong". | |
| Short | Short. When the item is serialized out as xml, its value is "short". | |
| UnsignedShort | Unsigned Short. When the item is serialized out as xml, its value is "unsignedShort". | |
| Decimal | Decimal. When the item is serialized out as xml, its value is "decimal". | |
| Float | Float. When the item is serialized out as xml, its value is "float". | |
| Double | Double. When the item is serialized out as xml, its value is "double". | |
| Boolean | Boolean. When the item is serialized out as xml, its value is "boolean". | |
| Time | Time. When the item is serialized out as xml, its value is "time". | |
| DateTime | Date Time. When the item is serialized out as xml, its value is "dateTime". | |
| Duration | Duration. When the item is serialized out as xml, its value is "duration". | |
| Date | Date. When the item is serialized out as xml, its value is "date". | |
| Gmonth | gMonth. When the item is serialized out as xml, its value is "gMonth". | |
| Gyear | gYear. When the item is serialized out as xml, its value is "gYear". | |
| GYearMonth | gYearMonth. When the item is serialized out as xml, its value is "gYearMonth". | |
| Gday | gDay. When the item is serialized out as xml, its value is "gDay". | |
| GMonthDay | gMonthDays. When the item is serialized out as xml, its value is "gMonthDay". | |
| Name | Name. When the item is serialized out as xml, its value is "Name". | |
| Qname | Qname. When the item is serialized out as xml, its value is "QName". | |
| NCName | NCName. When the item is serialized out as xml, its value is "NCName". | |
| AnyURI | Any URI. When the item is serialized out as xml, its value is "anyURI". | |
| Language | Language. When the item is serialized out as xml, its value is "language". | |
| Id | ID. When the item is serialized out as xml, its value is "ID". | |
| IdRef | IDREF. When the item is serialized out as xml, its value is "IDREF". | |
| IdRefs | IDREFS. When the item is serialized out as xml, its value is "IDREFS". | |
| Entity | ENTITY. When the item is serialized out as xml, its value is "ENTITY". | |
| Entities | ENTITIES. When the item is serialized out as xml, its value is "ENTITIES". | |
| Notation | Notation. When the item is serialized out as xml, its value is "NOTATION". | |
| NMToken | NMTOKEN. When the item is serialized out as xml, its value is "NMTOKEN". | |
| NMTokens | NMTOKENS. When the item is serialized out as xml, its value is "NMTOKENS". | |
| AnyType | Any Type. When the item is serialized out as xml, its value is "anyType". |
Show: