TOC PREV NEXT INDEX


OCTET STRING



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>



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