The double datatype represents a 64-bit, double-precision IEEE floating-point number : double « XML Schema « XML Tutorial

Home
XML Tutorial
1.Introduction
2.Namespace
3.XML Schema
4.XPath
5.XSLT stylesheet
XML Tutorial » XML Schema » double 
3.10.1.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>
3.10.double
3.10.1.The double datatype represents a 64-bit, double-precision IEEE floating-point number
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.