![]() | Xml |
Member 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". |