Click or drag to resize

XmlDataValues Enumeration

XML Data Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum XmlDataValues
Members
Member nameValueDescription
String0 String.

When the item is serialized out as xml, its value is "string".

NormalizedString1 Normalized String.

When the item is serialized out as xml, its value is "normalizedString".

Token2 Token.

When the item is serialized out as xml, its value is "token".

Byte3 Byte.

When the item is serialized out as xml, its value is "byte".

UnsignedByte4 Unsigned Byte.

When the item is serialized out as xml, its value is "unsignedByte".

Base64Binary5 Base 64 Encoded Binary.

When the item is serialized out as xml, its value is "base64Binary".

HexBinary6 Hex Binary.

When the item is serialized out as xml, its value is "hexBinary".

Integer7 Integer.

When the item is serialized out as xml, its value is "integer".

PositiveInteger8 Positive Integer.

When the item is serialized out as xml, its value is "positiveInteger".

NegativeInteger9 Negative Integer.

When the item is serialized out as xml, its value is "negativeInteger".

NonPositiveInteger10 Non Positive Integer.

When the item is serialized out as xml, its value is "nonPositiveInteger".

NonNegativeInteger11 Non Negative Integer.

When the item is serialized out as xml, its value is "nonNegativeInteger".

Int12 Integer.

When the item is serialized out as xml, its value is "int".

UnsignedInteger13 Unsigned Integer.

When the item is serialized out as xml, its value is "unsignedInt".

Long14 Long.

When the item is serialized out as xml, its value is "long".

UnsignedLong15 Unsigned Long.

When the item is serialized out as xml, its value is "unsignedLong".

Short16 Short.

When the item is serialized out as xml, its value is "short".

UnsignedShort17 Unsigned Short.

When the item is serialized out as xml, its value is "unsignedShort".

Decimal18 Decimal.

When the item is serialized out as xml, its value is "decimal".

Float19 Float.

When the item is serialized out as xml, its value is "float".

Double20 Double.

When the item is serialized out as xml, its value is "double".

Boolean21 Boolean.

When the item is serialized out as xml, its value is "boolean".

Time22 Time.

When the item is serialized out as xml, its value is "time".

DateTime23 Date Time.

When the item is serialized out as xml, its value is "dateTime".

Duration24 Duration.

When the item is serialized out as xml, its value is "duration".

Date25 Date.

When the item is serialized out as xml, its value is "date".

Gmonth26 gMonth.

When the item is serialized out as xml, its value is "gMonth".

Gyear27 gYear.

When the item is serialized out as xml, its value is "gYear".

GYearMonth28 gYearMonth.

When the item is serialized out as xml, its value is "gYearMonth".

Gday29 gDay.

When the item is serialized out as xml, its value is "gDay".

GMonthDay30 gMonthDays.

When the item is serialized out as xml, its value is "gMonthDay".

Name31 Name.

When the item is serialized out as xml, its value is "Name".

Qname32 Qname.

When the item is serialized out as xml, its value is "QName".

NCName33 NCName.

When the item is serialized out as xml, its value is "NCName".

AnyURI34 Any URI.

When the item is serialized out as xml, its value is "anyURI".

Language35 Language.

When the item is serialized out as xml, its value is "language".

Id36 ID.

When the item is serialized out as xml, its value is "ID".

IdRef37 IDREF.

When the item is serialized out as xml, its value is "IDREF".

IdRefs38 IDREFS.

When the item is serialized out as xml, its value is "IDREFS".

Entity39 ENTITY.

When the item is serialized out as xml, its value is "ENTITY".

Entities40 ENTITIES.

When the item is serialized out as xml, its value is "ENTITIES".

Notation41 Notation.

When the item is serialized out as xml, its value is "NOTATION".

NMToken42 NMTOKEN.

When the item is serialized out as xml, its value is "NMTOKEN".

NMTokens43 NMTOKENS.

When the item is serialized out as xml, its value is "NMTOKENS".

AnyType44 Any Type.

When the item is serialized out as xml, its value is "anyType".

See Also