TOC PREV NEXT INDEX


BOOLEAN



The ASN.1 BOOLEAN type is mapped to the XSD boolean built-in type.

ASN.1 production:

TypeName ::= BOOLEAN


Generated XSD code:

<xsd:simpleType name="TypeName">
<xsd:restriction base="xsd:boolean"/>
</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