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>