[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_XmlDataType (XML Data Types)
Represents a W3C XML built-in datatype name (http://www.w3.org/TR/xmlschema-2/)
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
|
Enumeration Value |
Description |
|
anyType (Any Type) |
See http//www.w3.org/2001/XMLSchema |
|
anyURI (Any URI) |
See http//www.w3.org/2001/XMLSchema |
|
base64Binary (Base 64 Encoded Binary) |
See http//www.w3.org/2001/XMLSchema |
|
boolean (Boolean) |
See http//www.w3.org/2001/XMLSchema |
|
byte (Byte) |
See http//www.w3.org/2001/XMLSchema |
|
date (Date) |
See http//www.w3.org/2001/XMLSchema |
|
dateTime (Date Time) |
See http//www.w3.org/2001/XMLSchema |
|
decimal (Decimal) |
See http//www.w3.org/2001/XMLSchema |
|
double (Double) |
See http//www.w3.org/2001/XMLSchema |
|
duration (Duration) |
See http//www.w3.org/2001/XMLSchema |
|
ENTITIES (ENTITIES) |
See http//www.w3.org/2001/XMLSchema |
|
ENTITY (ENTITY) |
See http//www.w3.org/2001/XMLSchema |
|
float (Float) |
See http//www.w3.org/2001/XMLSchema |
|
gDay (gDay) |
See http//www.w3.org/2001/XMLSchema |
|
gMonth (gMonth) |
See http//www.w3.org/2001/XMLSchema |
|
gMonthDay (gMonthDays) |
See http//www.w3.org/2001/XMLSchema |
|
gYear (gYear) |
See http//www.w3.org/2001/XMLSchema |
|
gYearMonth (gYearMonth) |
See http//www.w3.org/2001/XMLSchema |
|
hexBinary (Hex Binary) |
See http//www.w3.org/2001/XMLSchema |
|
ID (ID) |
See http//www.w3.org/2001/XMLSchema |
|
IDREF (IDREF) |
See http//www.w3.org/2001/XMLSchema |
|
IDREFS (IDREFS) |
See http//www.w3.org/2001/XMLSchema |
|
int (Integer) |
See http//www.w3.org/2001/XMLSchema |
|
integer (Integer) |
See http//www.w3.org/2001/XMLSchema |
|
language (Language) |
See http//www.w3.org/2001/XMLSchema |
|
long (Long) |
See http//www.w3.org/2001/XMLSchema |
|
Name (Name) |
See http//www.w3.org/2001/XMLSchema |
|
NCName (NCName) |
See http//www.w3.org/2001/XMLSchema |
|
negativeInteger (Negative Integer) |
See http//www.w3.org/2001/XMLSchema |
|
NMTOKEN (NMTOKEN) |
See http//www.w3.org/2001/XMLSchema |
|
NMTOKENS (NMTOKENS) |
See http//www.w3.org/2001/XMLSchema |
|
nonNegativeInteger (Non Negative Integer) |
See http//www.w3.org/2001/XMLSchema |
|
nonPositiveInteger (Non Positive Integer) |
See http//www.w3.org/2001/XMLSchema |
|
normalizedString (Normalized String) |
See http//www.w3.org/2001/XMLSchema |
|
NOTATION (Notation) |
See http//www.w3.org/2001/XMLSchema |
|
positiveInteger (Positive Integer) |
See http//www.w3.org/2001/XMLSchema |
|
QName (Qname) |
See http//www.w3.org/2001/XMLSchema |
|
short (Short) |
See http//www.w3.org/2001/XMLSchema |
|
string (String) |
See http//www.w3.org/2001/XMLSchema |
|
time (Time) |
See http//www.w3.org/2001/XMLSchema |
|
token (Token) |
See http//www.w3.org/2001/XMLSchema |
|
unsignedByte (Unsigned Byte) |
See http//www.w3.org/2001/XMLSchema |
|
unsignedInt (Unsigned Integer) |
See http//www.w3.org/2001/XMLSchema |
|
unsignedLong (Unsigned Long) |
See http//www.w3.org/2001/XMLSchema |
|
unsignedShort (Unsigned Short) |
See http//www.w3.org/2001/XMLSchema |
|
Referenced By |
|
xmlColumnPr@xmlDataType (§3.5.1.7); xmlPr@xmlDataType (§3.5.2.4) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_XmlDataType">
<restriction base="xsd:string">
<enumeration value="string"/>
<enumeration value="normalizedString"/>
<enumeration value="token"/>
<enumeration value="byte"/>
<enumeration value="unsignedByte"/>
<enumeration value="base64Binary"/>
<enumeration value="hexBinary"/>
<enumeration value="integer"/>
<enumeration value="positiveInteger"/>
<enumeration value="negativeInteger"/>
<enumeration value="nonPositiveInteger"/>
<enumeration value="nonNegativeInteger"/>
<enumeration value="int"/>
<enumeration value="unsignedInt"/>
<enumeration value="long"/>
<enumeration value="unsignedLong"/>
<enumeration value="short"/>
<enumeration value="unsignedShort"/>
<enumeration value="decimal"/>
<enumeration value="float"/>
<enumeration value="double"/>
<enumeration value="boolean"/>
<enumeration value="time"/>
<enumeration value="dateTime"/>
<enumeration value="duration"/>
<enumeration value="date"/>
<enumeration value="gMonth"/>
<enumeration value="gYear"/>
<enumeration value="gYearMonth"/>
<enumeration value="gDay"/>
<enumeration value="gMonthDay"/>
<enumeration value="Name"/>
<enumeration value="QName"/>
<enumeration value="NCName"/>
<enumeration value="anyURI"/>
<enumeration value="language"/>
<enumeration value="ID"/>
<enumeration value="IDREF"/>
<enumeration value="IDREFS"/>
<enumeration value="ENTITY"/>
<enumeration value="ENTITIES"/>
<enumeration value="NOTATION"/>
<enumeration value="NMTOKEN"/>
<enumeration value="NMTOKENS"/>
<enumeration value="anyType"/>
</restriction>
</simpleType>