Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page properties
Typedecimal
Description

XSD decimal type

Comments

The decimal data type is used to specify a numeric value.

The following is an example of a decimal declaration in a schema: <xs:element name="prize" type="xs:decimal"/>

An element in your document might look like this: <prize>999.50</prize>

 

XML typexs:decimal
StatusApproved