| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
Decimal data types are used for numeric value.
|
|
Decimal Data Type
|
|
The decimal data type is used to specify the numeric value.
The following is an example of a decimal declaration in the schema:
|
|
<xs:element name="prize" type="xs:decimal"/>
|
|
|
An the elements in your document might look like this:
|
|
|
|
Or it might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Note: The maximum number of decimal digits you can specify is only 18
|
|
Integer Data Type
|
|
The integer data type is used to specify the numeric value without a fractional component.
The following is an example of an integer declaration in the schema:
|
|
<xs:element name="prize" type="xs:integer"/>
|
|
|
An element in your document might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Or it might look as follows:
|
|
|
|
Numeric Data Types
|
|
Note that all of the data types below derive from the Decimal data type (except for the decimal itself)!
|
| Name |
Description |
| byte |
A signed 8-bit integer |
| decimal |
A decimal value |
| int |
A signed 32-bit integer |
| integer |
An integer value |
| long |
A signed 64-bit integer |
| negativeInteger |
An integer containing only negative values ( .., -2,
-1.) |
| nonNegativeInteger |
An integer containing only non-negative values (0, 1,
2, ..) |
| nonPositiveInteger |
An integer containing only non-positive values (.., -2,
-1, 0) |
| positiveInteger |
An integer containing only positive values (1, 2, ..) |
| short |
A signed 16-bit integer |
| unsignedLong |
An unsigned 64-bit integer |
| unsignedInt |
An unsigned 32-bit integer |
| unsignedShort |
An unsigned 16-bit integer |
| unsignedByte |
An unsigned 8-bit integer |
|
|
Restrictions on Numeric Data Types
|
|
Restrictions that can be used with the Numeric data types:
- enumeration
- maxExclusive
- maxInclusive
- fractionDigits
- minExclusive
- minInclusive
- pattern
- totalDigits
- whiteSpace
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
XSD date datatype,sql server datatype,sql server date,xsd date format,sql date datatype,xsd tutorial,sql xsd,xsd format,oracle xsd,xsd xml,xsd examples,xsd dtd,sample xsd,xsd validator,xsd specification,xsd syntax,xsd example,xsd tools
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|