REAL

<< Click to Display Table of Contents >>

 

REAL

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="REAL">
  <xs:restriction base="xs:double" />
</xs:simpleType>

Examples

Example 1:

<REAL>1234.567749</REAL>

Was this page useful?