Other miscellaneous data types are boolean, base64Binary, hexBinary, float, double, anyURI, QName, and NOTATION.
The boolean data type is used to specify a true or false value.
The Below is an example of a boolean declaration in a schema:
An element in your document might look like this:
Note: Legal values for boolean are true, false, 1 (which indicates true), and 0 (which indicates false).
Binary data types are used to express binary-formatted data.
We have two binary data types:
The Below is an example of a hexBinary declaration in a schema:
The anyURI data type is used to specify a URI.
The Below is an example of an anyURI declaration in a schema:
Note: If a URI has spaces, replace them with %20.
Restrictions that can be used with the other data types:
Your Query was successfully sent!