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>