XSD.pl -- XML Schema Data Types.

author
- Daniel Beßler
 xsd_data_type(?DataType) is nondet
True for all XSD data types such as xsd:string.
Arguments:
DataType- a XSD data type
 xsd_data_basetype(?DataType, ?PrologType) is nondet
Convert between XSD and Prolog type identifier.
Arguments:
DataType- a XSD data type
 xsd_data_type_name(+DataType, -Name) is semidet
Split name from IRI of a XSD type.
Arguments:
DataType- a XSD data type
Name- the XSD data type without IRI prefix
 xsd_string_type(?DataType) is nondet
String data types are used for values that contains character strings.
Arguments:
DataType- a XSD data type
 xsd_numeric_type(?DataType) is nondet
Decimal data types are used for numeric values.
Arguments:
DataType- a XSD data type
 xsd_misc_type(?DataType) is nondet
Mis data types.
Arguments:
DataType- a XSD data type