XML Tutorial/XML Schema/double
Версия от 18:22, 25 мая 2010; (обсуждение)
The double datatype represents a 64-bit, double-precision IEEE floating-point number
<!-- schema -->
<xsd:element name="myDouble" type="xsd:double"/>
<!-- instance document -->
<myDouble>-133.459e-12</myDouble>