TOC PREV NEXT INDEX


REAL



The ASN.1 REAL type is mapped to the XSD double built-in type.

ASN.1 production:

TypeName ::= REAL

Generated XSD code:

<xsd:simpleType name="TypeName">
<xsd:restriction base="xsd:double"/>
</xsd:simpleType>



Objective Systems, Inc.

102 Pickering Way, Suite #506
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com
TOC PREV NEXT INDEX