The ASN.1 OCTET STRING type is converted into the XSD hexBinary type.
ASN.1 production:
TypeName ::= OCTET STRING
Generated XSD code:
<xsd:simpleType name="TypeName"> <xsd:restriction base="xsd:hexBinary"/> </xsd:simpleType>