XmlDataValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
XML Data Types
public enum XmlDataValues
public readonly struct XmlDataValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>
type XmlDataValues =
type XmlDataValues = struct
interface IEnumValue
interface IEnumValueFactory<XmlDataValues>
Public Enum XmlDataValues
Public Structure XmlDataValues
Implements IEnumValue, IEnumValueFactory(Of XmlDataValues), IEquatable(Of XmlDataValues)
- Inheritance
-
XmlDataValues
- Inheritance
-
XmlDataValues
Fields
Name | Value | Description |
---|---|---|
String | 0 | String. When the item is serialized out as xml, its value is "string". |
NormalizedString | 1 | Normalized String. When the item is serialized out as xml, its value is "normalizedString". |
Token | 2 | Token. When the item is serialized out as xml, its value is "token". |
Byte | 3 | Byte. When the item is serialized out as xml, its value is "byte". |
UnsignedByte | 4 | Unsigned Byte. When the item is serialized out as xml, its value is "unsignedByte". |
Base64Binary | 5 | Base 64 Encoded Binary. When the item is serialized out as xml, its value is "base64Binary". |
HexBinary | 6 | Hex Binary. When the item is serialized out as xml, its value is "hexBinary". |
Integer | 7 | Integer. When the item is serialized out as xml, its value is "integer". |
PositiveInteger | 8 | Positive Integer. When the item is serialized out as xml, its value is "positiveInteger". |
NegativeInteger | 9 | Negative Integer. When the item is serialized out as xml, its value is "negativeInteger". |
NonPositiveInteger | 10 | Non Positive Integer. When the item is serialized out as xml, its value is "nonPositiveInteger". |
NonNegativeInteger | 11 | Non Negative Integer. When the item is serialized out as xml, its value is "nonNegativeInteger". |
Int | 12 | Integer. When the item is serialized out as xml, its value is "int". |
UnsignedInteger | 13 | Unsigned Integer. When the item is serialized out as xml, its value is "unsignedInt". |
Long | 14 | Long. When the item is serialized out as xml, its value is "long". |
UnsignedLong | 15 | Unsigned Long. When the item is serialized out as xml, its value is "unsignedLong". |
Short | 16 | Short. When the item is serialized out as xml, its value is "short". |
UnsignedShort | 17 | Unsigned Short. When the item is serialized out as xml, its value is "unsignedShort". |
Decimal | 18 | Decimal. When the item is serialized out as xml, its value is "decimal". |
Float | 19 | Float. When the item is serialized out as xml, its value is "float". |
Double | 20 | Double. When the item is serialized out as xml, its value is "double". |
Boolean | 21 | Boolean. When the item is serialized out as xml, its value is "boolean". |
Time | 22 | Time. When the item is serialized out as xml, its value is "time". |
DateTime | 23 | Date Time. When the item is serialized out as xml, its value is "dateTime". |
Duration | 24 | Duration. When the item is serialized out as xml, its value is "duration". |
Date | 25 | Date. When the item is serialized out as xml, its value is "date". |
Gmonth | 26 | gMonth. When the item is serialized out as xml, its value is "gMonth". |
Gyear | 27 | gYear. When the item is serialized out as xml, its value is "gYear". |
GYearMonth | 28 | gYearMonth. When the item is serialized out as xml, its value is "gYearMonth". |
Gday | 29 | gDay. When the item is serialized out as xml, its value is "gDay". |
GMonthDay | 30 | gMonthDays. When the item is serialized out as xml, its value is "gMonthDay". |
Name | 31 | Name. When the item is serialized out as xml, its value is "Name". |
Qname | 32 | Qname. When the item is serialized out as xml, its value is "QName". |
NCName | 33 | NCName. When the item is serialized out as xml, its value is "NCName". |
AnyURI | 34 | Any URI. When the item is serialized out as xml, its value is "anyURI". |
Language | 35 | Language. When the item is serialized out as xml, its value is "language". |
Id | 36 | ID. When the item is serialized out as xml, its value is "ID". |
IdRef | 37 | IDREF. When the item is serialized out as xml, its value is "IDREF". |
IdRefs | 38 | IDREFS. When the item is serialized out as xml, its value is "IDREFS". |
Entity | 39 | ENTITY. When the item is serialized out as xml, its value is "ENTITY". |
Entities | 40 | ENTITIES. When the item is serialized out as xml, its value is "ENTITIES". |
Notation | 41 | Notation. When the item is serialized out as xml, its value is "NOTATION". |
NMToken | 42 | NMTOKEN. When the item is serialized out as xml, its value is "NMTOKEN". |
NMTokens | 43 | NMTOKENS. When the item is serialized out as xml, its value is "NMTOKENS". |
AnyType | 44 | Any Type. When the item is serialized out as xml, its value is "anyType". |
AnyType | Any Type. When the item is serialized out as xml, its value is "anyType". |
|
AnyURI | Any URI. When the item is serialized out as xml, its value is "anyURI". |
|
Base64Binary | Base 64 Encoded Binary. When the item is serialized out as xml, its value is "base64Binary". |
|
Boolean | Boolean. When the item is serialized out as xml, its value is "boolean". |
|
Byte | Byte. When the item is serialized out as xml, its value is "byte". |
|
Date | Date. When the item is serialized out as xml, its value is "date". |
|
DateTime | Date Time. When the item is serialized out as xml, its value is "dateTime". |
|
Decimal | Decimal. When the item is serialized out as xml, its value is "decimal". |
|
Double | Double. When the item is serialized out as xml, its value is "double". |
|
Duration | Duration. When the item is serialized out as xml, its value is "duration". |
|
Entities | ENTITIES. When the item is serialized out as xml, its value is "ENTITIES". |
|
Entity | ENTITY. When the item is serialized out as xml, its value is "ENTITY". |
|
Equality(XmlDataValues, XmlDataValues) | ||
Equals(Object) | ||
Equals(XmlDataValues) | ||
Float | Float. When the item is serialized out as xml, its value is "float". |
|
Gday | gDay. When the item is serialized out as xml, its value is "gDay". |
|
GetHashCode() | ||
Gmonth | gMonth. When the item is serialized out as xml, its value is "gMonth". |
|
GMonthDay | gMonthDays. When the item is serialized out as xml, its value is "gMonthDay". |
|
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". |
|
HexBinary | Hex Binary. When the item is serialized out as xml, its value is "hexBinary". |
|
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". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<XmlDataValues>.Create(String) | ||
Inequality(XmlDataValues, XmlDataValues) | ||
Int | Integer. When the item is serialized out as xml, its value is "int". |
|
Integer | Integer. When the item is serialized out as xml, its value is "integer". |
|
Language | Language. When the item is serialized out as xml, its value is "language". |
|
Long | Long. When the item is serialized out as xml, its value is "long". |
|
Name | Name. When the item is serialized out as xml, its value is "Name". |
|
NCName | NCName. When the item is serialized out as xml, its value is "NCName". |
|
NegativeInteger | Negative Integer. When the item is serialized out as xml, its value is "negativeInteger". |
|
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". |
|
NonNegativeInteger | Non Negative Integer. When the item is serialized out as xml, its value is "nonNegativeInteger". |
|
NonPositiveInteger | Non Positive Integer. When the item is serialized out as xml, its value is "nonPositiveInteger". |
|
NormalizedString | Normalized String. When the item is serialized out as xml, its value is "normalizedString". |
|
Notation | Notation. When the item is serialized out as xml, its value is "NOTATION". |
|
PositiveInteger | Positive Integer. When the item is serialized out as xml, its value is "positiveInteger". |
|
Qname | Qname. When the item is serialized out as xml, its value is "QName". |
|
Short | Short. When the item is serialized out as xml, its value is "short". |
|
String | String. When the item is serialized out as xml, its value is "string". |
|
Time | Time. When the item is serialized out as xml, its value is "time". |
|
Token | Token. When the item is serialized out as xml, its value is "token". |
|
ToString() | ||
UnsignedByte | Unsigned Byte. When the item is serialized out as xml, its value is "unsignedByte". |
|
UnsignedInteger | Unsigned Integer. When the item is serialized out as xml, its value is "unsignedInt". |
|
UnsignedLong | Unsigned Long. When the item is serialized out as xml, its value is "unsignedLong". |
|
UnsignedShort | Unsigned Short. When the item is serialized out as xml, its value is "unsignedShort". |
|
XmlDataValues(String) | Creates a new XmlDataValues enum instance |