You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Typedecimal
Description

XSD decimal type

Comments

Additional information below

XML typexs:decimal
StatusApproved

Additional information

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>

  • No labels