Primitive Datatypes : Introduction « XML Schema « XML Tutorial






Type Name          Type                             Derivation

duration           Built-in primitive               anySimpleType

dateTime           Built-in primitive               anySimpleType

time               Built-in primitive               anySimpleType

date               Built-in primitive               anySimpleType

gYearMonth         Built-in primitive               anySimpleType

gYear              Built-in primitive               anySimpleType

gMonthDay          Built-in primitive               anySimpleType

gDay               Built-in primitive               anySimpleType

gMonth             Built-in primitive               anySimpleType

boolean            Built-in primitive               anySimpleType

base64Binary       Built-in primitive               anySimpleType

hexBinary          Built-in primitive               anySimpleType

float              Built-in primitive               anySimpleType

double             Built-in primitive               anySimpleType

anyURI             Built-in primitive               anySimpleType

QName              Built-in primitive               anySimpleType

NOTATION           Built-in primitive               anySimpleType

string             Built-in primitive               anySimpleType

decimal            Built-in primitive               anySimpleType








3.1.Introduction
3.1.1.Getting Started with XML Schemas
3.1.2.XML Schema defines the name vocabulary.
3.1.3. Declarations
3.1.4. element is the root element within an XML Schema.
3.1.5.Target Namespaces
3.1.6.Simple and Complex Types
3.1.7.Primitive Datatypes
3.1.8.Derived Datatypes
3.1.9.Useful built-in simple types
3.1.10.Create global complex types
3.1.11.Derivation by extension
3.1.12.Derivation by restriction